![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Length of graph associated to skeleton 2d. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::Skeleton2dLengthMsr |
| Measurement object for measure Skeleton2dLength. More... | |
| class | ipsdk::imaproc::shape::analysis::Skeleton2dLengthMsrInfo |
| Information object for measure Skeleton2dLength. More... | |
| class | ipsdk::imaproc::shape::analysis::Skeleton2dLengthMsrParams |
| Parameter object for measure Skeleton2dLength. More... | |
Length of graph associated to skeleton 2d.
Skeleton 2d length measure is based on skeleton 2d measure (see [Concept] Skeleton 2d). This measure allows to compute sum of length of edges composing a shape 2d skeleton.
Searched edge type can be customized (setting measure parameter ipsdk::geom::eSkeletonEdgeCategory) :
Here is an example of measure results for different skeleton 2d holes processing policy and different searched edge types.
Length of graph associated to skeleton 2d
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Generic |
Length |
|
Value (ipsdk::ipReal64) |
Boundary Approximation |
This is a generic measure
This measure can only be used in 2d case
Measure Skeleton2dLength is associated to a length measurement unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_LengthUnit]
Measure Skeleton2dLength is associated to Skeleton2dLengthMsrParams parameters
Measure Skeleton2dLength is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure Skeleton2dLength requires boundary approximation from shape data
Measure Skeleton2dLength depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_2d | Skeleton | Skeleton2d | createSkeleton2dMsrParams(_pMsrParams->getValue<Skeleton2dLengthMsrParams::HolesPolicy>()) |
Generic example in 2d case :
1.8.14