ifw-odp 5.1.1
 
Loading...
Searching...
No Matches
clipm_priv_vgit.h
Go to the documentation of this file.
1
5
6#ifndef CLIPM_PRIV_VGIT_H
7#define CLIPM_PRIV_VGIT_H
8
9/*-----------------------------------------------------------------------------
10 Includes
11 -----------------------------------------------------------------------------*/
12
13#include <cpl.h>
14
15/*-----------------------------------------------------------------------------
16 Declaration Block
17 -----------------------------------------------------------------------------*/
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/*-----------------------------------------------------------------------------
24 Prototypes
25 -----------------------------------------------------------------------------*/
26
28 cpl_size xsize,
29 cpl_size ysize);
30
31cpl_image *clipm_priv_vgit( const cpl_image *gradient_angles,
32 const cpl_image *absolute_gradient,
33 int nr_angle_bins,
34 double angle_tolerance,
35 int use_median,
36 int correct_background);
37
38/*----------------------------------------------------------------------------*/
39
40#ifdef __cplusplus
41} /* extern "C" */
42#endif
43
44#endif /* CLIPM_PRIV_VGIT_H */
cpl_image * clipm_priv_vgit(const cpl_image *gradient_angles, const cpl_image *absolute_gradient, int nr_angle_bins, double angle_tolerance, int use_median, int correct_background)
Perform the Vector Gradient Intersection Transform (VGIT).
Definition clipm_priv_vgit.c:564
cpl_image * clipm_priv_vgit_get_noise_dark(cpl_size xsize, cpl_size ysize)
Generate a background for the VGI Transformation.
Definition clipm_priv_vgit.c:375