Get the equivalent opencv depth type for this image

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

Syntax

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

See Also