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

Get the equivalent opencv depth type 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 static IPL_DEPTH CvDepth { get; }
Public Shared ReadOnly Property CvDepth As IPL_DEPTH
public:
static property IPL_DEPTH CvDepth {
	IPL_DEPTH get ();
}

See Also