http://www.emgu.com
Get the UMat from the input array
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic UMat GetUMat(
int idx = -1
)
Public Function GetUMat (
Optional idx As Integer = -1
) As UMat
public:
UMat^ GetUMat(
int idx = -1
)
member GetUMat :
?idx : int
(* Defaults:
let _idx = defaultArg idx -1
*)
-> UMat
Parameters
- idx (Optional)
- Type: SystemInt32
The index, in case if this is an VectorOfUMat
Return Value
Type:
UMatThe UMat
See Also