Click or drag to resize

IImageStatistics Interface

Interface representing image histogram statistics for each colour channel.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public interface IImageStatistics

The IImageStatistics type exposes the following members.

Properties
  NameDescription
Public propertyHistogramB
Histogram for Blue colour channel.
Public propertyHistogramG
Histogram for Green colour channel.
Public propertyHistogramI
Histogram for Intensity (white) channel.
Public propertyHistogramR
Histogram for Red colour channel.
Top
Methods
  NameDescription
Public methodToString
Converts to string.
Top
See Also