Jafar
|
Implement the Homography Estimator from Simon Baker and Iain Matthews described in "Equivalence and Efficiency of Image Alignment Algorithms", 2001 http://www.ri.cmu.edu/pubs/pub_3805.html. More...
Implement the Homography Estimator from Simon Baker and Iain Matthews described in "Equivalence and Efficiency of Image Alignment Algorithms", 2001 http://www.ri.cmu.edu/pubs/pub_3805.html.
Definition at line 77 of file HomographyEstimator.hpp.
#include <HomographyEstimator.hpp>
Public Member Functions | |
InverseCompositionalHomographyEstimator (int hsp=4) | |
virtual void | estimate (jblas::mat33 &homography, const jafar::image::Image &imgref, const ImageGradients &imggradref, double uref, double vref, const jafar::image::Image &imgmatch, const ImageGradients &imggradmatch, double umatch, double vmatch, jafar::homography::HomographyEstimator::Statistics &stats) |
Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |