paramColorFilter Struct Reference

Data structure containing the parameters of the filtering algorithm. More...

#include <colorfilteringIPOL.h>

List of all members.

Public Attributes

int rneigh
int rsim
int nneighmin
float eitmax
unsigned char option
unsigned char ignore000

Detailed Description

Data structure containing the parameters of the filtering algorithm.

Parameters:
rneigh distance defining the neighborhood of a color point (neighbors are RGB points at L1-distance below rneigh)
rsim distance defining a small neighborhood around each color point, it is used to accelerate the algorithm. It must be much smaller than rneigh, typically rsim=rneigh/3
nneighmin minimum number of neighbors needed to compute a local line or plane in the vicinity of a color point
eitmax stop criterion of the algorithm. The algorithm is iterated until the average difference of corresponding colors in two consecutive iterations is below eitmax
option project points to lines (option=1) or planes (option=2)
ignore000 if set to 1, do not take into account pixels with (0,0,0) RGB value (eventually discarded for computation in a preprocessing step)

Definition at line 43 of file colorfilteringIPOL.h.


Member Data Documentation

Definition at line 51 of file colorfilteringIPOL.h.

Definition at line 56 of file colorfilteringIPOL.h.

Definition at line 49 of file colorfilteringIPOL.h.

unsigned char paramColorFilter::option

Definition at line 54 of file colorfilteringIPOL.h.

Definition at line 44 of file colorfilteringIPOL.h.

Definition at line 46 of file colorfilteringIPOL.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Defines
Generated on Fri Jul 8 12:56:02 2011 for color dimensional filtering by  doxygen 1.6.3