![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Compute the population of the most populated class. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::HistogramPopulationMaxMsr |
| Measurement object for measure HistogramPopulationMax. More... | |
| class | ipsdk::imaproc::shape::analysis::HistogramPopulationMaxMsrInfo |
| Information object for measure HistogramPopulationMax. More... | |
| class | ipsdk::imaproc::shape::analysis::HistogramPopulationMaxMsrParams |
| Parameter object for measure HistogramPopulationMax. More... | |
Compute the population of the most populated class.
HistogramPopulationMax computes, for given histogram parameters (bin width or number of classes, and the way to determine histogram minimal and maximal intensities), the population of the most populated class in the histogram computed on the shape.
Here is an example of histogram population maximum measurement in 2d case :
Compute the population of the most populated class
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Generic |
None |
|
Value (ipsdk::ipUInt64) |
Row Intersections |
This is a generic measure
This measure can be used in 2d and 3d case
Measure HistogramPopulationMax is not associated to any unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_NoUnit]
Measure HistogramPopulationMax is associated to HistogramPopulationMaxMsrParams parameters
Measure HistogramPopulationMax is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipUInt64> results
Measure HistogramPopulationMax requires row intersections from shape data
Measure HistogramPopulationMax depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_2d3d | HistogramMostPopulated | HistogramMostPopulated | createHistogramMostPopulatedMsrParams(_pMsrParams->getNode<HistogramPopulationMaxMsrParams::HistoParams>()) |
Generic example in 2d case :
Generic example in 3d case :
1.8.14