#include <string>
#include <vector>
#include <iostream>
#include <cv.h>
#include <cxcore.h>
#include <highgui.h>
#include "ldvFeature.h"


Classes | |
| struct | ImgInfo |
| Holds several information particular to one image. More... | |
| struct | Match |
| Defines a a relationship between two images, as well as the corresponding homography. More... | |
Functions | |
| void | displayMatrix (const CvMat *H) |
| Simply display a matrix. | |
| void displayMatrix | ( | const CvMat * | H | ) |
Simply display a matrix.
| H |
Referenced by computeGlobalHomography(), and computePairwiseHomography().

1.5.6