![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Shape 3d area measurement (measure based on polygonal approximation) More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::Area3dMsr |
| Measurement object for measure Area3d. More... | |
| class | ipsdk::imaproc::shape::analysis::Area3dMsrInfo |
| Information object for measure Area3d. More... | |
Typedefs | |
| typedef HolesBasicPolicyMsrParams | ipsdk::imaproc::shape::analysis::Area3dMsrParams |
| parameter type associated to class | |
Shape 3d area measurement (measure based on polygonal approximation)
Area3d measure computes the area of the surface of the polyhedral approximation of shapes. For a shape, the area is simply the sum of the areae of the triangles forming the shape mesh.
Here is an example of area 3d measurement :
Shape 3d area measurement (measure based on polyhedral approximation)
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Geometry 3d |
Area |
|
Value (ipReal64) |
Boundary Approximation |
This is a geometry 3d measure
This measure can only be used in 3d case
Measure Area3d is associated to an area measurement unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_AreaUnit]
Measure Area3d is associated to Area3dMsrParams parameters
Measure Area3d is associated to ipsdk::shape::analysis::ValueMeasureResult<ipReal64> results
Measure Area3d requires boundary approximation from shape data
Measure Area3d has no dependency
Generic example in 3d case :
1.8.14