OpenCV  2.4.13.3
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

§ MatchesInfo() [1/2]

cv::detail::MatchesInfo::MatchesInfo ( )

§ MatchesInfo() [2/2]

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

Member Function Documentation

§ operator=()

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

Member Data Documentation

§ confidence

double cv::detail::MatchesInfo::confidence

§ dst_img_idx

int cv::detail::MatchesInfo::dst_img_idx

§ H

Mat cv::detail::MatchesInfo::H

§ inliers_mask

std::vector<uchar> cv::detail::MatchesInfo::inliers_mask

§ matches

std::vector<DMatch> cv::detail::MatchesInfo::matches

§ num_inliers

int cv::detail::MatchesInfo::num_inliers

§ src_img_idx

int cv::detail::MatchesInfo::src_img_idx

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