Click or drag to resize
Accord.NET (logo)

ImageStatisticsIsGrayscale 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 value is set to then Gray property should be used to get statistics information about image. Otherwise Red, Green and Blue properties should be used for color images.

See Also