Click or drag to resize

RotationWarperWarp Method

http://www.emgu.com
Projects the image.

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Point Warp(
	IInputArray src,
	IInputArray K,
	IInputArray R,
	Inter interpMode,
	BorderType borderMode,
	IOutputArray dst
)

Parameters

src
Type: Emgu.CVIInputArray
Source image
K
Type: Emgu.CVIInputArray
Camera intrinsic parameters
R
Type: Emgu.CVIInputArray
Camera rotation matrix
interpMode
Type: Emgu.CV.CvEnumInter
Interpolation mode
borderMode
Type: Emgu.CV.CvEnumBorderType
Border extrapolation mode
dst
Type: Emgu.CVIOutputArray
Projected image

Return Value

Type: Point
Project image top-left corner
See Also