SIFT
|
#include <point.hpp>
Public Member Functions | |
Point ()=default | |
Point (T x, U y) | |
Public Attributes | |
T | x |
U | y |
A simple Point class which can have two different types for the two coordinates.
|
default |
|
inline |
T sift::Point< T, U >::x |
The horizontal coordinate
U sift::Point< T, U >::y |
The vertical coordinate