Click or drag to resize
Accord.NET (logo)

IFilterApply Method (UnmanagedImage)

Apply filter to an image.

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

Parameters

image
Type: Accord.ImagingUnmanagedImage
Image in unmanaged memory.

Return Value

Type: UnmanagedImage
Returns filter's result obtained by applying the filter to the source image.
Remarks
The method keeps the source image unchanged and returns the result of image processing filter as new image.
See Also