Click or drag to resize
Accord.NET (logo)

ExtractBiggestBlobApply Method (UnmanagedImage)

Apply filter to an image (not implemented).

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
Image in unmanaged memory.

Return Value

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

Implements

IFilterApply(UnmanagedImage)
See Also