ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
HomographyInfo Class Reference

#include <HomographyInfo.h>

Collaboration diagram for HomographyInfo:
[legend]

Public Member Functions

 HomographyInfo ()
 
 HomographyInfo (cv::Mat hom, std::vector< uchar > newStatus, std::vector< cv::DMatch > matches)
 

Public Attributes

bool validHomography
 
cv::Mat homography
 
std::vector< uchar > status
 
std::vector< cv::DMatch > inlier_matches
 

Constructor & Destructor Documentation

◆ HomographyInfo() [1/2]

HomographyInfo::HomographyInfo ( )

◆ HomographyInfo() [2/2]

HomographyInfo::HomographyInfo ( cv::Mat  hom,
std::vector< uchar >  newStatus,
std::vector< cv::DMatch >  matches 
)

Member Data Documentation

◆ homography

cv::Mat HomographyInfo::homography

◆ inlier_matches

std::vector<cv::DMatch> HomographyInfo::inlier_matches

◆ status

std::vector<uchar> HomographyInfo::status

◆ validHomography

bool HomographyInfo::validHomography

The documentation for this class was generated from the following files: