Click or drag to resize
Accord.NET (logo)

YCbCrReplaceChannelChannelImage Property

Grayscale image to use for channel replacement.

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

Property Value

Type: Bitmap
Exceptions
ExceptionCondition
InvalidImagePropertiesExceptionChannel image should be 8bpp indexed image (grayscale).
Remarks

Note Note
Setting this property will clear the UnmanagedChannelImage property - only one channel image is allowed: managed or unmanaged.

See Also