|
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; }
Public ReadOnly Property IsGrayscale As Boolean
Get
Request Example
View SourceProperty Value
Type:
BooleanRemarks 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