Get the depth representation for openCV

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

Syntax

         
 C#  Visual Basic  Visual C++ 
protected static MAT_DEPTH CvDepth { get; }
Protected Shared ReadOnly Property CvDepth As MAT_DEPTH
	Get
protected:
static property MAT_DEPTH CvDepth {
	MAT_DEPTH get ();
}

See Also