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 sourceData, UnmanagedImage destinationData, Rectangle rect ) |
Parameters
- sourceData
- Type: AForge.Imaging..::.UnmanagedImage
Source image data.
- destinationData
- Type: AForge.Imaging..::.UnmanagedImage
Destination image data.
- rect
- Type: System.Drawing..::.Rectangle
Image rectangle for processing by the filter.
Exceptions
Exception | Condition |
---|---|
AForge.Imaging..::.InvalidImagePropertiesException | Processing rectangle mast be at least 3x3 in size. |