PICCANTE  0.4
The hottest HDR imaging library!
Namespaces | Functions
image_alignment.hpp File Reference
#include <vector>
#include "../base.hpp"
#include "../image.hpp"
#include "../features_matching/orb_descriptor.hpp"
#include "../features_matching/harris_corner_detector.hpp"
#include "../features_matching/binary_feature_brute_force_matcher.hpp"
#include "../computer_vision/homography_matrix.hpp"
#include "../filtering/filter_gaussian_2d.hpp"
#include "../filtering/filter_warp_2d.hpp"
#include "../externals/Eigen/Dense"

Go to the source code of this file.

Namespaces

 pic
 

Functions

Eigen::Matrix3d pic::getHomographyMatrixFromTwoImage (Image *img0, Image *img1)
 getHomographyMatrixFromTwoImage More...
 
Image * pic::imageAlignmentWithORB (Image *img0, Image *img1, Image *imgOut)
 imageAlignmentWithORB More...