SoIntensityIntegralQuantification3d engine computes intensity integral of voxel values. More...
#include <ImageViz/Engines/ImageAnalysis/GlobalMeasures/SoIntensityIntegralQuantification3d.h>
Classes | |
class | SbVolumeDetail |
Results details of volume global measure. More... | |
Public Member Functions | |
SoIntensityIntegralQuantification3d () | |
Public Attributes | |
SoSFImageDataAdapter | inImage |
SoImageVizEngineAnalysisOutput < SbVolumeDetail > | outResult |
For an introduction, see section Analysis.
In the continuous case, Intensity Integral is defined as:
In the discrete case, Intensity Integral is approximated by the sum of the pixel intensities in X:
where = the intensity of voxel of coordinates
On a gray level image, this engine computes the sum of gray values in the image. This engine's computations take into account the voxel size.
SoAreaQuantification2d, SoIntensityIntegralQuantification2d.
inImage | NULL |
SoIntensityIntegralQuantification3d::SoIntensityIntegralQuantification3d | ( | ) |
Constructor.
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
The output measure result.
Default value is NULL.