Get the equivalent opencv depth type for this image

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

Syntax

C#
public static IPL_DEPTH CvDepth { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property CvDepth As IPL_DEPTH
Visual C++
public:
static property IPL_DEPTH CvDepth {
	IPL_DEPTH get ();
}

See Also