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