Get the equivalent of CV_WHOLE_SEQ

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

Syntax

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

See Also