Apply filter to an image (not implemented).
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public void Apply( UnmanagedImage sourceImage, UnmanagedImage destinationImage ) |
Parameters
- sourceImage
- Type: AForge.Imaging..::.UnmanagedImage
Source image to be processed.
- destinationImage
- Type: AForge.Imaging..::.UnmanagedImage
Destination image to store filter's result.
Implements
IFilter..::.Apply(UnmanagedImage, UnmanagedImage)
Exceptions
Exception | Condition |
---|---|
System..::.NotImplementedException | The method is not implemented. |