Process the filter on the specified image.
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
protected override void ProcessFilter( UnmanagedImage image ) |
Parameters
- image
- Type: AForge.Imaging..::.UnmanagedImage
Source image data.
Exceptions
Exception | Condition |
---|---|
AForge.Imaging..::.InvalidImagePropertiesException | Source and overlay images have different pixel formats and/or size. |
System..::.NullReferenceException | Overlay image is not set. |