Definition at line 1160 of file FindObject.cpp.
find_object::HomographyThread::HomographyThread |
( |
const QMultiMap< int, int > * |
matches, |
|
|
int |
objectId, |
|
|
const std::vector< cv::KeyPoint > * |
kptsA, |
|
|
const std::vector< cv::KeyPoint > * |
kptsB, |
|
|
const cv::Mat & |
imageA, |
|
|
const cv::Mat & |
imageB |
|
) |
| |
|
inline |
virtual find_object::HomographyThread::~HomographyThread |
( |
| ) |
|
|
inlinevirtual |
const cv::Mat& find_object::HomographyThread::getHomography |
( |
| ) |
const |
|
inline |
const std::vector<int>& find_object::HomographyThread::getIndexesA |
( |
| ) |
const |
|
inline |
const std::vector<int>& find_object::HomographyThread::getIndexesB |
( |
| ) |
const |
|
inline |
QMultiMap<int, int> find_object::HomographyThread::getInliers |
( |
| ) |
const |
|
inline |
int find_object::HomographyThread::getObjectId |
( |
| ) |
const |
|
inline |
const std::vector<uchar>& find_object::HomographyThread::getOutlierMask |
( |
| ) |
const |
|
inline |
QMultiMap<int, int> find_object::HomographyThread::getOutliers |
( |
| ) |
const |
|
inline |
virtual void find_object::HomographyThread::run |
( |
| ) |
|
|
inlineprotectedvirtual |
cv::Mat find_object::HomographyThread::h_ |
|
private |
cv::Mat find_object::HomographyThread::imageA_ |
|
private |
cv::Mat find_object::HomographyThread::imageB_ |
|
private |
std::vector<int> find_object::HomographyThread::indexesA_ |
|
private |
std::vector<int> find_object::HomographyThread::indexesB_ |
|
private |
QMultiMap<int, int> find_object::HomographyThread::inliers_ |
|
private |
const std::vector<cv::KeyPoint>* find_object::HomographyThread::kptsA_ |
|
private |
const std::vector<cv::KeyPoint>* find_object::HomographyThread::kptsB_ |
|
private |
const QMultiMap<int, int>* find_object::HomographyThread::matches_ |
|
private |
int find_object::HomographyThread::objectId_ |
|
private |
std::vector<uchar> find_object::HomographyThread::outlierMask_ |
|
private |
QMultiMap<int, int> find_object::HomographyThread::outliers_ |
|
private |
The documentation for this class was generated from the following file: