#include <libExtrema.h>
Inheritance diagram for extrema::Region:
Public Attributes | |
int | label |
Unique region's label. | |
int | minI |
Minimum intensity. | |
int | maxI |
Maximum intensity. | |
int | margin |
Stability i.e. the length of stable intensities range. | |
int | threshold |
Thresholded intensity. | |
int | extremumX |
Position of initial point of the region, a zero-based X coordinate. | |
int | extremumY |
Position of initial point of the region, a zero-based Y coordinate . | |
int | area |
A region area at the thresholded intensity level. | |
int | border |
A region border length at the thresholded intensity level. | |
double | cx |
Centroid of the region at the thresholded level. | |
double | cy |
Centroid of the region at the thresholded level. | |
double | sxx |
Second moments of the region at the thresholded level. | |
double | sxy |
Second moments of the region at the thresholded level. | |
double | syy |
Second moments of the region at the thresholded level. | |
int | rid |
Unique region id, i.e. index of the region. |
A region area at the thresholded intensity level.
A region border length at the thresholded intensity level.
double extrema::Region::cx |
Centroid of the region at the thresholded level.
double extrema::Region::cy |
Centroid of the region at the thresholded level.
Position of initial point of the region, a zero-based X coordinate.
Position of initial point of the region, a zero-based Y coordinate .
Unique region's label.
Stability i.e. the length of stable intensities range.
Maximum intensity.
Minimum intensity.
Unique region id, i.e. index of the region.
double extrema::Region::sxx |
Second moments of the region at the thresholded level.
double extrema::Region::sxy |
Second moments of the region at the thresholded level.
double extrema::Region::syy |
Second moments of the region at the thresholded level.
Thresholded intensity.