The SURF point

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

Syntax

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

See Also