extrema::s_thresh_par Struct Reference

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...
 

Detailed Description

Internal structure with processed detector's parameters.

Member Data Documentation

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


The documentation for this struct was generated from the following file: