Click or drag to resize
Accord.NET (logo)

BaseInPlacePartialFilterApplyInPlace Method (UnmanagedImage)

Apply filter to an unmanaged image.

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

Parameters

image
Type: Accord.ImagingUnmanagedImage
Unmanaged image to apply filter to.

Implements

IInPlaceFilterApplyInPlace(UnmanagedImage)
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionUnsupported pixel format of the source image.
Remarks
The method applies the filter directly to the provided source unmanaged image.
See Also