21 #ifndef __lsurf_homography_h
22 #define __lsurf_homography_h
44 void transformPoint(
double iX,
double iY,
double& oX,
double& oY);
48 void initialize(
void);
50 void addMatch(
size_t iIndex,
PointMatch& iMatch);
55 void allocMemory(
int iNPoints);
69 double _v1x, _v2x, _v1y,
_v2y;
78 #endif // __lsurf_homography_h
std::vector< PointMatchPtr > PointMatchVector_t
std::ostream & operator<<(std::ostream &o, const Homography &H)