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