MCvMatNumberOfChannels Property |
http://www.emgu.com
Get the number of channels
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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