![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
out of roundness highest peak given measure reference ball More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::RoundnessPeakMsr |
| Measurement object for measure RoundnessPeak. More... | |
| class | ipsdk::imaproc::shape::analysis::RoundnessPeakMsrInfo |
| Information object for measure RoundnessPeak. More... | |
Typedefs | |
| typedef RoundnessMsrParams | ipsdk::imaproc::shape::analysis::RoundnessPeakMsrParams |
| parameters type associated to measure | |
out of roundness highest peak given measure reference ball
This measure allows to retrieve roundness peak which is the highest positive value associated to roundness measure (see [Concept] Roundness 2d in 2d case and [Concept] Roundness 3d in 3d case).
Here is an example of roundness peak computation in 2d case :
out of roundness highest peak given measure reference ball
| 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 RoundnessPeak is associated to a length measurement unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_LengthUnit]
Measure RoundnessPeak is associated to RoundnessPeakMsrParams parameters
Measure RoundnessPeak is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure RoundnessPeak requires boundary approximation from shape data
Measure RoundnessPeak depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_2d | Roundness | Roundness2d | boost::make_shared<RoundnessMsrParams>(*_pMsrParams) |
| eMVP_3d | Roundness | Roundness3d | boost::make_shared<RoundnessMsrParams>(*_pMsrParams) |
Generic example in 2d case :
Generic example in 3d case :
1.8.14