http://www.emgu.com
Get the UMat from the input array
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
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