[This is preliminary documentation and is subject to change.]

Same as h_prev pointer in CvSeq

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

Syntax

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

See Also