The SURF point

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

Syntax

C#
public MCvSURFPoint Point { get; set; }
Visual Basic (Declaration)
Public Property Point As MCvSURFPoint
Visual C++
public:
property MCvSURFPoint Point {
	MCvSURFPoint get ();
	void set (MCvSURFPoint value);
}

See Also