Click or drag to resize
Accord.NET (logo)

ExtractChannelProcessFilter Method

Process the filter on the specified image.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
protected override void ProcessFilter(
	UnmanagedImage sourceData,
	UnmanagedImage destinationData
)
Request Example View Source

Parameters

sourceData
Type: Accord.ImagingUnmanagedImage
Source image data.
destinationData
Type: Accord.ImagingUnmanagedImage
Destination image data.
Exceptions
ExceptionCondition
InvalidImagePropertiesExceptionCan not extract alpha channel from none ARGB image. The exception is throw, when alpha channel is requested from RGB image.
See Also