Click or drag to resize

CvInvokeSwap Method (Mat, Mat)

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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