39#ifndef HOMOGRAPHY_INFO_H
40#define HOMOGRAPHY_INFO_H
48 HomographyInfo(cv::Mat hom, std::vector<uchar> newStatus, std::vector<cv::DMatch> matches);
Definition: HomographyInfo.h:44
HomographyInfo()
Definition: HomographyInfo.cpp:42
std::vector< uchar > status
Definition: HomographyInfo.h:52
std::vector< cv::DMatch > inlier_matches
Definition: HomographyInfo.h:53
cv::Mat homography
Definition: HomographyInfo.h:51
bool validHomography
Definition: HomographyInfo.h:50