![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Mean curvature of the longest shortest path between any two skeleton 2d verticies. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::Skeleton2dDiameterMeanCurvatureMsr |
| Measurement object for measure Skeleton2dDiameterMeanCurvature. More... | |
| class | ipsdk::imaproc::shape::analysis::Skeleton2dDiameterMeanCurvatureMsrInfo |
| Information object for measure Skeleton2dDiameterMeanCurvature. More... | |
| class | ipsdk::imaproc::shape::analysis::Skeleton2dDiameterMeanCurvatureMsrParams |
| Parameter object for measure Skeleton2dDiameterMeanCurvature. More... | |
Mean curvature of the longest shortest path between any two skeleton 2d verticies.
Skeleton 2d diameter leangth measure is based on skeleton 2d diameter measure (see [Concept] Skeleton 2d Diameter). This measure allows to compute mean curvature along skeleton diameter path.
Mean curvature is in this case defined for 3 consecutive points as the reciprocal of circle radius passing through these points :
Here is an example of measure results for different skeleton 2d holes processing policy.
Mean curvature of the longest shortest path between any two skeleton 2d verticies
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Generic |
Custom |
|
Value (ipsdk::ipReal64) |
Boundary Approximation |
This is a generic measure
This measure can only be used in 2d case
Measure Skeleton2dDiameterMeanCurvature is associated to a custom unit, please see definition of Skeleton2dDiameterMeanCurvatureInfo::computeCustomMsrUnitStr function [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_CustomUnit]
Measure Skeleton2dDiameterMeanCurvature is associated to Skeleton2dDiameterMeanCurvatureMsrParams parameters
Measure Skeleton2dDiameterMeanCurvature is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure Skeleton2dDiameterMeanCurvature requires boundary approximation from shape data
Measure Skeleton2dDiameterMeanCurvature depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_2d | Skeleton | Skeleton2d | createSkeleton2dMsrParams(_pMsrParams->getValue<Skeleton2dDiameterMeanCurvatureMsrParams::HolesPolicy>()) |
| eMVP_2d | Diameter | Skeleton2dDiameter | createSkeleton2dDiameterMsrParams(_pMsrParams->getValue<Skeleton2dDiameterMeanCurvatureMsrParams::HolesPolicy>()) |
Generic example in 2d case :
1.8.14