ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
Macros | Functions
homography.h File Reference
#include "opencv2/opencv.hpp"

Macros

#define PAIR   std::pair<int, int>
 

Functions

Mat get_homography (std::vector< KeyPoint > _feaSIFT1, std::vector< KeyPoint > _feaSIFT2, std::vector< PAIR > _match_List)
 
Mat get_homography2 (std::vector< KeyPoint > _feaSIFT1, std::vector< KeyPoint > _feaSIFT2, int *f_matchList, int matchSize)
 
Mat binterp (Mat imgL, Mat &result, Mat inv_warped_idx, int wp_height, int wp_width, int col_min, int row_min, int min_c, int min_r)
 
Mat backward_warping (Mat imgL, Mat imgR, Mat homography)
 

Macro Definition Documentation

◆ PAIR

#define PAIR   std::pair<int, int>

Function Documentation

◆ backward_warping()

Mat backward_warping ( Mat  imgL,
Mat  imgR,
Mat  homography 
)

◆ binterp()

Mat binterp ( Mat  imgL,
Mat &  result,
Mat  inv_warped_idx,
int  wp_height,
int  wp_width,
int  col_min,
int  row_min,
int  min_c,
int  min_r 
)

◆ get_homography()

Mat get_homography ( std::vector< KeyPoint >  _feaSIFT1,
std::vector< KeyPoint >  _feaSIFT2,
std::vector< PAIR _match_List 
)

◆ get_homography2()

Mat get_homography2 ( std::vector< KeyPoint >  _feaSIFT1,
std::vector< KeyPoint >  _feaSIFT2,
int *  f_matchList,
int  matchSize 
)