Class SoAreaQuantification2d.SbArea2DDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.globalmeasures.SoAreaQuantification2d.SbArea2DDetail
-
- Enclosing class:
- SoAreaQuantification2d
public static class SoAreaQuantification2d.SbArea2DDetail extends Inventor
Results details of 2d Area measurement.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SbArea2DDetail(SoImageAnalysisResult analysis)
Calls SbArea2DDetail(analysis, (int)0).SbArea2DDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getArea()
The area in calibration unit.float
getPixelDensity()
The number of object pixels divided by the pixels number of the image.long
getPixelNumber()
The area in pixels (number of object pixels).void
setValue(SoAreaQuantification2d.SbArea2DDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbArea2DDetail
public SbArea2DDetail(SoImageAnalysisResult analysis)
Calls SbArea2DDetail(analysis, (int)0).
-
SbArea2DDetail
public SbArea2DDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
setValue
public void setValue(SoAreaQuantification2d.SbArea2DDetail copyFrom)
-
getArea
public float getArea()
The area in calibration unit.
-
getPixelNumber
public long getPixelNumber()
The area in pixels (number of object pixels).
-
getPixelDensity
public float getPixelDensity()
The number of object pixels divided by the pixels number of the image.
-
-