![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Shape 3d volume measurement (measure based on polyhedral approximation) More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::MeshVolume3dMsr |
| Measurement object for measure MeshVolume3d. More... | |
| class | ipsdk::imaproc::shape::analysis::MeshVolume3dMsrInfo |
| Information object for measure MeshVolume3d. More... | |
Typedefs | |
| typedef ipsdk::imaproc::shape::analysis::HolesBasicPolicyMsrParams | ipsdk::imaproc::shape::analysis::MeshVolume3dMsrParams |
| parameters type associated to measure | |
Shape 3d volume measurement (measure based on polyhedral approximation)
MeshVolume3d measurecalculates the volume of a shape by using its mesh approsimation.
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 area 2d measurement :
Shape 3d volume measurement (measure based on polyhedral approximation)
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Geometry 3d |
Volume |
|
Value (ipsdk::ipReal64) |
Boundary Approximation |
This is a geometry 3d measure
This measure can only be used in 3d case
Measure MeshVolume3d is associated to a volume measurement unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_VolumeUnit]
Measure MeshVolume3d is associated to MeshVolume3dMsrParams parameters
Measure MeshVolume3d is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure MeshVolume3d requires boundary approximation from shape data
Measure MeshVolume3d has no dependency
Generic example in 3d case :
1.8.14