 SoIntensityIntegralQuantification3d engine computes intensity integral of voxel values.  
More...
  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 | 
 SoIntensityIntegralQuantification3d engine computes intensity integral of voxel values.
  SoIntensityIntegralQuantification3d engine computes intensity integral of voxel values. 
For an introduction, see section Analysis.
In the continuous case, Intensity Integral is defined as:
![\[ V(X)=\int_{R^3}I(x,y,z)dxdydz\]](form_238.png) 
In the discrete case, Intensity Integral is approximated by the sum of the pixel intensities in X:
![\[ V(X)=\sum_{i,j,k}I(x_i,y_j,z_k)\]](form_239.png) 
where  = the intensity of voxel of coordinates
 = 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.