Click or drag to resize
Accord.NET (logo)

IInPlaceFilterApplyInPlace Method (UnmanagedImage)

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
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
Image in unmanaged memory.
Remarks
The method applies filter directly to the provided image data.
See Also