input parameters of the HistogramMsr algorithm
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| Min | minimal grey value of the histogram | real | .0 |
| Max | maximal grey value of the histogram | real | 1.0 |
| BinWidth | width of bins in the histogram | real | 1.0 |
| NbClasses | number of classes in the histogram | integer | 255 |
| MinMaxDefinition | definition of min and max (image range or user specified) | eMinMaxDefinition | eMMD_ImgMinMax |
| DefineBinWidthFlag | flag determining if the histogram is defined by its bin width or by its number of classes | boolean | true |