Get the equivalent of CV_WHOLE_SEQ

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

Syntax

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

See Also