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