Jafar
|
This modules implements some methods for estimating an homography from the signal.
Other module or external libraires dependences...
Extra doc for macro can go here... (you can delete this section if not relevant)
// Compute the gradient of the image homography::ImageGradients imgg1(img1); homography::ImageGradients imgg2(img2); jblas::mat33 homography; homography::HomographyEstimator::Statistics stats; InverseCompositionalHomographyEstimator estimator; estimator.estimate(homography, img1, imgg1, u1, v1, img2,imgg2, u2, v2, stats);
Classes | |
class | jafar::homography::HomographyEstimator |
This is the base class of HomographyEstimator. More... | |
class | jafar::homography::HomographyException |
Base class for all exceptions defined in the module homography. More... |
Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |