http://www.emgu.com
Get the Mat 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 Mat GetMat(
int idx = -1
)
Public Function GetMat (
Optional idx As Integer = -1
) As Mat
public:
Mat^ GetMat(
int idx = -1
)
member GetMat :
?idx : int
(* Defaults:
let _idx = defaultArg idx -1
*)
-> Mat
Parameters
- idx (Optional)
- Type: SystemInt32
The index, in case if this is an VectorOfMat
Return Value
Type:
MatThe Mat
See Also