Click or drag to resize
Warp Enumeration
http://www.emgu.com
Types for WarpAffine

Namespace: Emgu.CV.CvEnum
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public enum Warp
Members
  Member nameValueDescription
Default0 Neither FILL_OUTLIERS nor CV_WRAP_INVERSE_MAP
FillOutliers8 Fill all the destination image pixels. If some of them correspond to outliers in the source image, they are set to fillval.
InverseMap16 Indicates that matrix is inverse transform from destination image to source and, thus, can be used directly for pixel interpolation. Otherwise, the function finds the inverse transform from map_matrix.
See Also