http://www.emgu.com
Get the size of the input array
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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