http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Types for CvWarpAffine
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum WARP |
Visual Basic |
---|
Public Enumeration WARP |
Visual C++ |
---|
public enum class WARP |
Members
Member name | Value | Description | |
---|---|---|---|
CV_WARP_DEFAULT | 0 | Neither FILL_OUTLIERS nor CV_WRAP_INVERSE_MAP | |
CV_WARP_FILL_OUTLIERS | 8 | Fill all the destination image pixels. If some of them correspond to outliers in the source image, they are set to fillval. | |
CV_WARP_INVERSE_MAP | 16 | 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. |