InputArrayGetDepth Method |
http://www.emgu.com
Get the depth type
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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