ExtractChannelProcessFilter Method |
Namespace: Accord.Imaging.Filters
protected override void ProcessFilter( UnmanagedImage sourceData, UnmanagedImage destinationData )
Exception | Condition |
---|---|
InvalidImagePropertiesException | Can not extract alpha channel from none ARGB image. The exception is throw, when alpha channel is requested from RGB image. |