|
YCbCrReplaceChannel Constructor (Int16, UnmanagedImage)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public YCbCrReplaceChannel(
short channel,
UnmanagedImage channelImage
)
Public Sub New (
channel As Short,
channelImage As UnmanagedImage
)
Request Example
View SourceParameters
- channel
- Type: SystemInt16
YCbCr channel to replace. - channelImage
- Type: Accord.ImagingUnmanagedImage
Unmanaged channel image to use for replacement.
See Also