Definition at line 705 of file FindObject.cpp.
◆ ExtractFeaturesThread()
find_object::ExtractFeaturesThread::ExtractFeaturesThread |
( |
Feature2D * |
detector, |
|
|
Feature2D * |
extractor, |
|
|
int |
objectId, |
|
|
const cv::Mat & |
image |
|
) |
| |
|
inline |
◆ ~ExtractFeaturesThread()
virtual find_object::ExtractFeaturesThread::~ExtractFeaturesThread |
( |
| ) |
|
|
inlinevirtual |
◆ descriptors()
const cv::Mat& find_object::ExtractFeaturesThread::descriptors |
( |
| ) |
const |
|
inline |
◆ image()
const cv::Mat& find_object::ExtractFeaturesThread::image |
( |
| ) |
const |
|
inline |
◆ keypoints()
const std::vector<cv::KeyPoint>& find_object::ExtractFeaturesThread::keypoints |
( |
| ) |
const |
|
inline |
◆ objectId()
int find_object::ExtractFeaturesThread::objectId |
( |
| ) |
const |
|
inline |
◆ run()
virtual void find_object::ExtractFeaturesThread::run |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ timeDetection()
int find_object::ExtractFeaturesThread::timeDetection |
( |
| ) |
const |
|
inline |
◆ timeExtraction()
int find_object::ExtractFeaturesThread::timeExtraction |
( |
| ) |
const |
|
inline |
◆ timeSkewAffine()
int find_object::ExtractFeaturesThread::timeSkewAffine |
( |
| ) |
const |
|
inline |
◆ timeSubPix()
int find_object::ExtractFeaturesThread::timeSubPix |
( |
| ) |
const |
|
inline |
◆ descriptors_
cv::Mat find_object::ExtractFeaturesThread::descriptors_ |
|
private |
◆ detector_
Feature2D* find_object::ExtractFeaturesThread::detector_ |
|
private |
◆ extractor_
Feature2D* find_object::ExtractFeaturesThread::extractor_ |
|
private |
◆ image_
cv::Mat find_object::ExtractFeaturesThread::image_ |
|
private |
◆ keypoints_
std::vector<cv::KeyPoint> find_object::ExtractFeaturesThread::keypoints_ |
|
private |
◆ objectId_
int find_object::ExtractFeaturesThread::objectId_ |
|
private |
◆ timeDetection_
int find_object::ExtractFeaturesThread::timeDetection_ |
|
private |
◆ timeExtraction_
int find_object::ExtractFeaturesThread::timeExtraction_ |
|
private |
◆ timeSkewAffine_
int find_object::ExtractFeaturesThread::timeSkewAffine_ |
|
private |
◆ timeSubPix_
int find_object::ExtractFeaturesThread::timeSubPix_ |
|
private |
The documentation for this class was generated from the following file: