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
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