http://www.emgu.com
Get the number of dimensions
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntaxpublic int GetDims(
int i = -1
)
Public Function GetDims (
Optional i As Integer = -1
) As Integer
public:
int GetDims(
int i = -1
)
member GetDims :
?i : int
(* Defaults:
let _i = defaultArg i -1
*)
-> int
Parameters
- i (Optional)
- Type: SystemInt32
The optional index
Return Value
Type:
Int32The dimensions
See Also