QuantifyReport
Statistical data of an image.
Elements
| Name | Type | Description |
|---|---|---|
| global | QuantifyData | Statistical data of the whole image. |
| regions | QuantifyData* | An array of QuantifyData structures containing statistical data of each region of the image. Refer to the mask parameter of imaqQuantify() for more information about the regions. |
| regionCount | int | The number of regions. |