Get the equivalent of CV_WHOLE_SEQ

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

Syntax

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

See Also