Click or drag to resize

CvInvokeSwap Method (Mat, Mat)

http://www.emgu.com
Swaps two matrices

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void Swap(
	Mat m1,
	Mat m2
)

Parameters

m1
Type: Emgu.CVMat
The Mat to be swapped
m2
Type: Emgu.CVMat
The Mat to be swapped
See Also