[This is preliminary documentation and is subject to change.]

Get the number of channels for this image

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public override int NumberOfChannels { get; }
Public Overrides ReadOnly Property NumberOfChannels As Integer
public:
virtual property int NumberOfChannels {
	int get () override;
}

See Also