homog2d library
|
#include "../homog2d.hpp"
Macros | |
#define | NUMTYPE double |
Numerical type for object storage. More... | |
Functions | |
Homogr | buildMatrix (int i) |
long double | computeDistTransformedLined (Hmatrix_< type::IsHomogr, NUMTYPE > &H, Point2d_< NUMTYPE > pt1, Point2d_< NUMTYPE > pt2) |
int | main (int argc, const char **argv) |
#define NUMTYPE double |
Numerical type for object storage.
WIP: evaluate precision of homography on lines
Homogr buildMatrix | ( | int | i | ) |
long double computeDistTransformedLined | ( | Hmatrix_< type::IsHomogr, NUMTYPE > & | H, |
Point2d_< NUMTYPE > | pt1, | ||
Point2d_< NUMTYPE > | pt2 | ||
) |
int main | ( | int | argc, |
const char ** | argv | ||
) |