Same as h_prev pointer in CvSeq

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

Syntax

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

See Also