OpenCV  2.4.13
Open Source Computer Vision
cv::detail::MatchesInfo Struct Reference

#include <matchers.hpp>

Public Member Functions

 MatchesInfo ()
 
 MatchesInfo (const MatchesInfo &other)
 
const MatchesInfooperator= (const MatchesInfo &other)
 

Public Attributes

int src_img_idx
 
int dst_img_idx
 
std::vector< DMatchmatches
 
std::vector< ucharinliers_mask
 
int num_inliers
 
Mat H
 
double confidence
 

Constructor & Destructor Documentation

cv::detail::MatchesInfo::MatchesInfo ( )
cv::detail::MatchesInfo::MatchesInfo ( const MatchesInfo other)

Member Function Documentation

const MatchesInfo& cv::detail::MatchesInfo::operator= ( const MatchesInfo other)

Member Data Documentation

double cv::detail::MatchesInfo::confidence
int cv::detail::MatchesInfo::dst_img_idx
Mat cv::detail::MatchesInfo::H
std::vector<uchar> cv::detail::MatchesInfo::inliers_mask
std::vector<DMatch> cv::detail::MatchesInfo::matches
int cv::detail::MatchesInfo::num_inliers
int cv::detail::MatchesInfo::src_img_idx

The documentation for this struct was generated from the following file: