MCvMatNumberOfChannels Property |
http://www.emgu.com
Get the number of channels
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int NumberOfChannels { get; }
Public ReadOnly Property NumberOfChannels As Integer
Get
public:
property int NumberOfChannels {
int get ();
}
member NumberOfChannels : int with get
Property Value
Type:
Int32
See Also