Click or drag to resize
Accord.NET (logo)

HorizontalIntensityStatisticsIsGrayscale Property

Value wich specifies if the processed image was color or grayscale.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public bool IsGrayscale { get; }
Request Example View Source

Property Value

Type: Boolean
Remarks

If the property equals to true, then the Gray property should be used to retrieve histogram for the processed grayscale image. Otherwise Red, Green and Blue property should be used to retrieve histogram for particular RGB channel of the processed color image.

See Also