Click or drag to resize
Accord.NET (logo)

ImageStatisticsYCbCr Properties

The ImageStatisticsYCbCr type exposes the following members.

Properties
  NameDescription
Public propertyCb
Histogram of Cb channel.
Public propertyCbWithoutBlack
Histogram of Cb channel excluding black pixels
Public propertyCr
Histogram of Cr channel.
Public propertyCrWithoutBlack
Histogram of Cr channel excluding black pixels
Public propertyPixelsCount
Total pixels count in the processed image.
Public propertyPixelsCountWithoutBlack
Total pixels count in the processed image excluding black pixels.
Public propertyY
Histogram of Y channel.
Public propertyYWithoutBlack
Histogram of Y channel excluding black pixels.
Top
See Also