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)
Syntaxpublic static void Swap(
Mat m1,
Mat m2
)
Public Shared Sub Swap (
m1 As Mat,
m2 As Mat
)
public:
static void Swap(
Mat^ m1,
Mat^ m2
)
static member Swap :
m1 : Mat *
m2 : Mat -> unit
Parameters
- m1
- Type: Emgu.CVMat
The Mat to be swapped - m2
- Type: Emgu.CVMat
The Mat to be swapped
See Also