Internal structure with processed detector's parameters. More...
#include <extremaTypes.h>
Public Attributes | |
int | min_size |
minimum size of the region in pixels More... | |
int | max_size |
maximum size of the region in pixels More... | |
double | min_margin |
minimum margin and upper boundary for hystheresis thresholding More... | |
bool | relative_margin |
margin relative to intesity level More... | |
int | invert |
do inverted margin More... | |
Internal structure with processed detector's parameters.
int extrema::s_thresh_par::invert |
do inverted margin
int extrema::s_thresh_par::max_size |
maximum size of the region in pixels
double extrema::s_thresh_par::min_margin |
minimum margin and upper boundary for hystheresis thresholding
int extrema::s_thresh_par::min_size |
minimum size of the region in pixels
bool extrema::s_thresh_par::relative_margin |
margin relative to intesity level