extrema::Region Struct Reference

A structure with common statistics of BoundaryRegion and RLERegion. More...

#include <libExtrema.h>

Inheritance diagram for extrema::Region:
extrema::BoundaryRegion extrema::RLERegion

Public Attributes

int label
 Unique region's label. More...
 
int minI
 Minimum intensity. More...
 
int maxI
 Maximum intensity. More...
 
int margin
 Stability i.e. the length of stable intensities range. More...
 
int threshold
 Thresholded intensity. More...
 
int extremumX
 Position of initial point of the region, a zero-based X coordinate. More...
 
int extremumY
 Position of initial point of the region, a zero-based Y coordinate . More...
 
int area
 A region area at the thresholded intensity level. More...
 
int border
 A region border length at the thresholded intensity level. More...
 
double cx
 Centroid of the region at the thresholded level. More...
 
double cy
 Centroid of the region at the thresholded level. More...
 
double sxx
 Second moments of the region at the thresholded level. More...
 
double sxy
 Second moments of the region at the thresholded level. More...
 
double syy
 Second moments of the region at the thresholded level. More...
 
int rid
 Unique region id, i.e. index of the region. More...
 

Detailed Description

A structure with common statistics of BoundaryRegion and RLERegion.

Member Data Documentation

int extrema::Region::area

A region area at the thresholded intensity level.

int extrema::Region::border

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.

int extrema::Region::extremumX

Position of initial point of the region, a zero-based X coordinate.

int extrema::Region::extremumY

Position of initial point of the region, a zero-based Y coordinate .

int extrema::Region::label

Unique region's label.

int extrema::Region::margin

Stability i.e. the length of stable intensities range.

int extrema::Region::maxI

Maximum intensity.

int extrema::Region::minI

Minimum intensity.

int extrema::Region::rid

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.

int extrema::Region::threshold

Thresholded intensity.


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