![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Measure allowing to get the first voxel for 3d shape. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::FirstPixel3dMsr |
| Measurement object for measure FirstPixel3d. More... | |
| class | ipsdk::imaproc::shape::analysis::FirstPixel3dMsrInfo |
| Information object for measure FirstPixel3d. More... | |
| class | ipsdk::imaproc::shape::analysis::FirstPixel3dMsrResults |
| Measurement results object for measure FirstPixel3d. More... | |
Measure allowing to get the first voxel for 3d shape.
This measure gets the coordinates (x,y,z) of the first voxel found for each shape.
Here is an example of first voxel measurement in 3d case :
Get the first voxel for each shape
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Geometry 3d |
None |
None |
Custom |
Row Intersections |
This is a geometry 3d measure
This measure can only be used in 3d case
Measure FirstPixel3d is not associated to any unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_NoUnit]
Measure FirstPixel3d has no parameters
Measure FirstPixel3d is associated to FirstPixel3dMsrResults results
Measure FirstPixel3d requires row intersections from shape data
Measure FirstPixel3d has no dependency
Generic example in 3d case :
1.8.14