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