LineProfile
A report containing information about a line.
Elements
| Name | Type | Description |
|---|---|---|
| profileData | float* | An array containing the value of each pixel in the line. |
| boundingBox | Rect | The bounding rectangle of the line. |
| min | float | The smallest pixel value in the line profile. |
| max | float | The largest pixel value in the line profile. |
| mean | float | The mean value of the pixels in the line profile. |
| stdDev | float | The standard deviation of the line profile. |
| dataCount | int | The size of the profileData array. |