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