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