Click or drag to resize
Accord.NET (logo)

BackwardQuadrilateralTransformationProcessFilter Method

Process the filter on the specified image.

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

Parameters

image
Type: Accord.ImagingUnmanagedImage
Image data to process by the filter.
Exceptions
ExceptionCondition
NullReferenceExceptionDestination quadrilateral was not set.
See Also