Click or drag to resize
Accord.NET (logo)

IInPlacePartialFilterApplyInPlace Method (UnmanagedImage, Rectangle)

Apply filter to an image in unmanaged memory.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
void ApplyInPlace(
	UnmanagedImage image,
	Rectangle rect
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
Image in unmanaged memory.
rect
Type: System.DrawingRectangle
Image rectangle for processing by filter.
Remarks
The method applies filter directly to the provided image.
See Also