QuantifyData
Statistical data for a set of pixels.
Elements
| Name | Type | Description |
|---|---|---|
| mean | float | The mean value of the pixel values. |
| stdDev | float | The standard deviation of the pixel values. |
| min | float | The smallest pixel value. |
| max | float | The largest pixel value. |
| calibratedArea | float | The area, calibrated to the calibration information of the image. |
| pixelArea | int | The area, in number of pixels. |
| relativeSize | float | The proportion, expressed as a percentage, of the associated region relative to the whole image. |