Results details of 2d Area measurement. More...
#include <ImageViz/Engines/ImageAnalysis/GlobalMeasures/SoAreaQuantification2d.h>
Public Member Functions | |
SbArea2DDetail (SoImageAnalysisResult *analysis, int sequenceIndex=0) | |
float | getArea () const |
The area in calibration unit. | |
unsigned long | getPixelNumber () const |
The area in pixels (number of object pixels). | |
float | getPixelDensity () const |
The number of object pixels divided by the pixels number of the image. | |
Results details of 2d Area measurement.
Definition at line 89 of file SoAreaQuantification2d.h.
SoAreaQuantification2d::SbArea2DDetail::SbArea2DDetail | ( | SoImageAnalysisResult * | analysis, |
int | sequenceIndex = 0 |
||
) |
|
inline |
The area in calibration unit.
Definition at line 96 of file SoAreaQuantification2d.h.
|
inline |
The number of object pixels divided by the pixels number of the image.
Definition at line 104 of file SoAreaQuantification2d.h.
|
inline |
The area in pixels (number of object pixels).
Definition at line 100 of file SoAreaQuantification2d.h.