![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Number of voxels in shape 3d measurement. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::NbPixels3dMsr |
| Measurement object for measure NbPixels3d. More... | |
| class | ipsdk::imaproc::shape::analysis::NbPixels3dMsrInfo |
| Information object for measure NbPixels3d. More... | |
Number of voxels in shape 3d measurement.
NbPixels3d measure simply count number of voxels associated to a 3d shape.
Note that shape 3d volume and number of voxels may differ since the volume is computed with respect to a given polyhedral approximation while the number of voxels only takes care of initial image binary shape.
Here is an example of number of voxels measurement :
Number of pixels in shape 3d measurement
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Geometry 3d |
None |
None |
Value (ipsdk::ipUInt64) |
Row Intersections |
This is a geometry 3d measure
This measure can only be used in 3d case
Measure NbPixels3d is not associated to any unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_NoUnit]
Measure NbPixels3d has no parameters
Measure NbPixels3d is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipUInt64> results
Measure NbPixels3d requires row intersections from shape data
Measure NbPixels3d has no dependency
Generic example in 3d case :
1.8.14