Click or drag to resize
Accord.NET (logo)

ImageWarp Constructor

Initializes a new instance of the ImageWarp class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ImageWarp(
	IntPoint[,] warpMap
)
Request Example View Source

Parameters

warpMap
Type: AccordIntPoint
Map used for warping images (see WarpMap).
See Also