InputArrayGetDepth Method |
http://www.emgu.com
Get the depth type
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntaxpublic DepthType GetDepth(
int idx = -1
)
Public Function GetDepth (
Optional idx As Integer = -1
) As DepthType
public:
DepthType GetDepth(
int idx = -1
)
member GetDepth :
?idx : int
(* Defaults:
let _idx = defaultArg idx -1
*)
-> DepthType
Parameters
- idx (Optional)
- Type: SystemInt32
The optional index
Return Value
Type:
DepthTypeThe depth type
See Also