Get the depth representation for openCV

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

Syntax

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

See Also