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

Get the depth representation for openCV

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++ 
protected static MAT_DEPTH CvDepth { get; }
Protected Shared ReadOnly Property CvDepth As MAT_DEPTH
protected:
static property MAT_DEPTH CvDepth {
	MAT_DEPTH get ();
}

See Also