Click or drag to resize
Accord.NET (logo)

BaseInPlacePartialFilterApply 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
public UnmanagedImage Apply(
	UnmanagedImage image
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
Source image in unmanaged memory to apply filter to.

Return Value

Type: UnmanagedImage
Returns filter's result obtained by applying the filter to the source image.

Implements

IFilterApply(UnmanagedImage)
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionUnsupported pixel format of the source image.
Remarks
The method keeps the source image unchanged and returns the result of image processing filter as new image.
See Also