![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
sphere of minimum radius enclosing shape More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::MinEnclosingSphere3dMsr |
| Measurement object for measure MinEnclosingSphere3d. More... | |
| class | ipsdk::imaproc::shape::analysis::MinEnclosingSphere3dMsrInfo |
| Information object for measure MinEnclosingSphere3d. More... | |
sphere of minimum radius enclosing shape
This measure allows to compute enclosing sphere of minimum radius for each shape.
Given a shape, algorithm will compute coordinates of the sphere enclosing shape with minimum radius.
Please refers to MinEnclosingCircle2d for an example of computation of minimum enclosing circle in 2d case.
sphere of minimum radius enclosing shape
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Geometry 3d |
None |
None |
Custom |
Boundary Approximation |
This is a geometry 3d measure
This measure can only be used in 3d case
Measure MinEnclosingSphere3d is not associated to any unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_NoUnit]
Measure MinEnclosingSphere3d has no parameters
Measure MinEnclosingSphere3d is associated to Sphere3dMsrResults results
Measure MinEnclosingSphere3d requires boundary approximation from shape data
Measure MinEnclosingSphere3d has no dependency
Generic example in 3d case :
1.8.14