![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
circle of maximum radius enclosed by shape More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::MaxInscribedCircle2dMsr |
| Measurement object for measure MaxInscribedCircle2d. More... | |
| class | ipsdk::imaproc::shape::analysis::MaxInscribedCircle2dMsrInfo |
| Information object for measure MaxInscribedCircle2d. More... | |
Typedefs | |
| typedef HolesBasicPolicyMsrParams | ipsdk::imaproc::shape::analysis::MaxInscribedCircle2dMsrParams |
| parameter type associated to class | |
circle of maximum radius enclosed by shape
This measure allows to compute enclosed circle of maximum radius for each shape.
Given a shape, algorithm will compute coordinates of the circle inscribed into shape with maximum radius :
Computation can take care of shape holes or simply ignore it :
This behavior is ruled by measure parameter, see ipsdk::imaproc::shape::analysis::MaxInscribedBallMsrParams.
Here is an example of enclosed circle of maximum radius computation on a grey scale image:
circle of maximum radius enclosed by shape
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Generic |
None |
|
Custom |
Boundary Approximation |
This is a generic measure
This measure can only be used in 2d case
Measure MaxInscribedCircle2d is not associated to any unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_NoUnit]
Measure MaxInscribedCircle2d is associated to MaxInscribedCircle2dMsrParams parameters
Measure MaxInscribedCircle2d is associated to Circle2dMsrResults results
Measure MaxInscribedCircle2d requires boundary approximation from shape data
Measure MaxInscribedCircle2d depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_2d | Thickness | Skeleton2dThickness | createDependencyMsrParams() |
Generic example in 2d case :
1.8.14