Same as v_prev pointer in CvSeq

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

Syntax

C#
public Contour<T> VPrev { get; set; }
Visual Basic (Declaration)
Public Property VPrev As Contour(Of T)
Visual C++
public:
property Contour<T>^ VPrev {
	Contour<T>^ get ();
	void set (Contour<T>^ value);
}

See Also