Click or drag to resize
Accord.NET (logo)

ExtractNormalizedRGBChannelChannel Property

Normalized RGB channel to extract.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public short Channel { get; set; }
Request Example View Source

Property Value

Type: Int16
Exceptions
ExceptionCondition
ArgumentExceptionInvalid channel is specified.
Remarks

Default value is set to R.

See Also