SoObjectImageRatioQuantification engine More...
#include <ImageViz/Engines/ImageAnalysis/Morphometry/SoObjectImageRatioQuantification.h>
Classes | |
class | SbObjectImageRatioDetail |
Results details of object image ratio global measure. More... | |
Public Member Functions | |
SoObjectImageRatioQuantification () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inBinaryImage |
SoSFImageDataAdapter | inMaskImage |
SoImageVizEngineAnalysisOutput < SbObjectImageRatioDetail > | outResult |
The SoObjectImageRatioQuantification engine measures the proportion of the image occupied by binarised objects.
For an introduction, see section Morphometry.
This engine measures the proportion of the image occupied by binarised objects.
Where gx, gy and gz represent respectively the image size along x, y and z axis.
SoObjectSpecificSurfaceQuantification.
computeMode | MODE_AUTO |
inBinaryImage | NULL |
inMaskImage | NULL |
SoObjectImageRatioQuantification::SoObjectImageRatioQuantification | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input binary image.
Default value is NULL. Supported types include: binary color image.
The binary image for the mask or empty (command looks for only inside).
This parameter is optional. Default value is NULL. Supported types include: binary image.
SoImageVizEngineAnalysisOutput<SbObjectImageRatioDetail> SoObjectImageRatioQuantification::outResult |
The output measure result.
Default value is NULL.