Click or drag to resize
Accord.NET (logo)

BaseInPlaceFilter2ProcessFilter Method (UnmanagedImage, UnmanagedImage)

Process the filter on the specified image.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
protected abstract void ProcessFilter(
	UnmanagedImage image,
	UnmanagedImage overlay
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
Source image data.
overlay
Type: Accord.ImagingUnmanagedImage
Overlay image data.
Remarks

Overlay image size and pixel format is checked by this base class, before passing execution to inherited class.

See Also