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 abstract void ProcessFilter( UnmanagedImage image, UnmanagedImage overlay ) |
Parameters
- image
- Type: AForge.Imaging..::.UnmanagedImage
Source image data.
- overlay
- Type: AForge.Imaging..::.UnmanagedImage
Overlay image data.
Remarks
Overlay image size and pixel format is checked by this base class, before passing execution to inherited class.