![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
y component of normal for least square hyper plan (line 2d or plan 3d) associated to shape tops More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::LeastSquareHyperPlanNormalYMsr |
| Measurement object for measure LeastSquareHyperPlanNormalY. More... | |
| class | ipsdk::imaproc::shape::analysis::LeastSquareHyperPlanNormalYMsrInfo |
| Information object for measure LeastSquareHyperPlanNormalY. More... | |
Typedefs | |
| typedef attr::RobustEstimationConfig | ipsdk::imaproc::shape::analysis::LeastSquareHyperPlanNormalYMsrParams |
| parameters type associated to measure | |
y component of normal for least square hyper plan (line 2d or plan 3d) associated to shape tops
See LeastSquareLine2d in 2d case and LeastSquarePlan3d in 3d case for a descritpion of underlying computations.
y component of normal for least square hyper plan (line 2d or plan 3d) associated to shape tops
| 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 be used in 2d and 3d case
Measure LeastSquareHyperPlanNormalY is associated to a length measurement unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_LengthUnit]
Measure LeastSquareHyperPlanNormalY is associated to LeastSquareHyperPlanNormalYMsrParams parameters
Measure LeastSquareHyperPlanNormalY is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure LeastSquareHyperPlanNormalY requires boundary approximation from shape data
Measure LeastSquareHyperPlanNormalY depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_2d | LeastSquareHyperPlan | LeastSquareLine2d | boost::make_shared<attr::RobustEstimationConfig>(*_pMsrParams) |
| eMVP_3d | LeastSquareHyperPlan | LeastSquarePlan3d | boost::make_shared<attr::RobustEstimationConfig>(*_pMsrParams) |
Generic example in 2d case :
Generic example in 3d case :
1.8.14