Get the number of channels for this image

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
int NumberOfChannels { get; }
Visual Basic (Declaration)
ReadOnly Property NumberOfChannels As Integer
Visual C++
property int NumberOfChannels {
	int get ();
}

See Also