![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Mean edge length for graph associated to skeleton 2d. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::Skeleton2dMeanEdgeLengthMsr |
| Measurement object for measure Skeleton2dMeanEdgeLength. More... | |
| class | ipsdk::imaproc::shape::analysis::Skeleton2dMeanEdgeLengthMsrInfo |
| Information object for measure Skeleton2dMeanEdgeLength. More... | |
| class | ipsdk::imaproc::shape::analysis::Skeleton2dMeanEdgeLengthMsrParams |
| Parameter object for measure Skeleton2dMeanEdgeLength. More... | |
Mean edge length for graph associated to skeleton 2d.
Skeleton 2d mean edge length measure is based on skeleton 2d measure (see [Concept] Skeleton 2d). This measure allows to compute mean 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.
Mean edge length for 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 Skeleton2dMeanEdgeLength is associated to a length measurement unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_LengthUnit]
Measure Skeleton2dMeanEdgeLength is associated to Skeleton2dMeanEdgeLengthMsrParams parameters
Measure Skeleton2dMeanEdgeLength is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure Skeleton2dMeanEdgeLength requires boundary approximation from shape data
Measure Skeleton2dMeanEdgeLength depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_2d | Skeleton | Skeleton2d | createSkeleton2dMsrParams(_pMsrParams->getValue<Skeleton2dMeanEdgeLengthMsrParams::HolesPolicy>()) |
Generic example in 2d case :
1.8.14