Click or drag to resize
Accord.NET (logo)

YCbCrReplaceChannelChannel Property

YCbCr channel to replace.

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 was specified.
Remarks

Default value is set to YIndex (Y channel).

See Also