|
|
ImageStatistics Properties |
The ImageStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| Blue |
Histogram of blue channel.
| |
| BlueWithoutBlack |
Histogram of blue channel excluding black pixels
| |
| Gray |
Histogram of gray channel.
| |
| GrayWithoutBlack |
Histogram of gray channel channel excluding black pixels.
| |
| Green |
Histogram of green channel.
| |
| GreenWithoutBlack |
Histogram of green channel excluding black pixels.
| |
| IsGrayscale |
Value wich specifies if the processed image was color or grayscale.
| |
| PixelsCount |
Total pixels count in the processed image.
| |
| PixelsCountWithoutBlack |
Total pixels count in the processed image excluding black pixels.
| |
| Red |
Histogram of red channel.
| |
| RedWithoutBlack |
Histogram of red channel excluding black pixels.
|