Same as h_prev pointer in CvSeq

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

Syntax

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

See Also