http://www.emgu.com
Get the size of the input array
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic Size GetSize(
int idx = -1
)
Public Function GetSize (
Optional idx As Integer = -1
) As Size
public:
Size^ GetSize(
int idx = -1
)
member GetSize :
?idx : int
(* Defaults:
let _idx = defaultArg idx -1
*)
-> Size
Parameters
- idx (Optional)
- Type: SystemInt32
The optional index
Return Value
Type:
SizeThe size of the input array
See Also