Click or drag to resize
Accord.NET (logo)

YCbCrReplaceChannel Constructor (Int16, UnmanagedImage)

Initializes a new instance of the YCbCrReplaceChannel class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public YCbCrReplaceChannel(
	short channel,
	UnmanagedImage channelImage
)
Request Example View Source

Parameters

channel
Type: SystemInt16
YCbCr channel to replace.
channelImage
Type: Accord.ImagingUnmanagedImage
Unmanaged channel image to use for replacement.
See Also