#include <DetectionInfo.h>
Definition at line 39 of file DetectionInfo.h.
kRejectedUndef | |
kRejectedLowMatches | |
kRejectedLowInliers | |
kRejectedSuperposed | |
kRejectedAllInliers | |
kRejectedNotValid | |
kRejectedCornersOutside | |
kRejectedByAngle |
Definition at line 51 of file DetectionInfo.h.
kTimeKeypointDetection | |
kTimeDescriptorExtraction | |
kTimeSkewAffine | |
kTimeIndexing | |
kTimeMatching | |
kTimeHomography | |
kTimeTotal |
Definition at line 42 of file DetectionInfo.h.
find_object::DetectionInfo::DetectionInfo | ( | ) | [inline] |
Definition at line 63 of file DetectionInfo.h.
QMap<int, QMultiMap<int, int> > find_object::DetectionInfo::matches_ |
Definition at line 82 of file DetectionInfo.h.
Definition at line 90 of file DetectionInfo.h.
Definition at line 89 of file DetectionInfo.h.
QMultiMap<int, QTransform> find_object::DetectionInfo::objDetected_ |
Definition at line 70 of file DetectionInfo.h.
QMultiMap<int, QString > find_object::DetectionInfo::objDetectedFilenames_ |
Definition at line 72 of file DetectionInfo.h.
QMultiMap<int, QMultiMap<int, int> > find_object::DetectionInfo::objDetectedInliers_ |
Definition at line 75 of file DetectionInfo.h.
QMultiMap<int, int> find_object::DetectionInfo::objDetectedInliersCount_ |
Definition at line 73 of file DetectionInfo.h.
QMultiMap<int, QMultiMap<int, int> > find_object::DetectionInfo::objDetectedOutliers_ |
Definition at line 76 of file DetectionInfo.h.
QMultiMap<int, int> find_object::DetectionInfo::objDetectedOutliersCount_ |
Definition at line 74 of file DetectionInfo.h.
QMultiMap<int, QSize> find_object::DetectionInfo::objDetectedSizes_ |
Definition at line 71 of file DetectionInfo.h.
QMultiMap<int, RejectedCode> find_object::DetectionInfo::rejectedCodes_ |
Definition at line 87 of file DetectionInfo.h.
QMultiMap<int, QMultiMap<int, int> > find_object::DetectionInfo::rejectedInliers_ |
Definition at line 85 of file DetectionInfo.h.
QMultiMap<int, QMultiMap<int, int> > find_object::DetectionInfo::rejectedOutliers_ |
Definition at line 86 of file DetectionInfo.h.
Definition at line 80 of file DetectionInfo.h.
std::vector<cv::KeyPoint> find_object::DetectionInfo::sceneKeypoints_ |
Definition at line 79 of file DetectionInfo.h.
QMultiMap<int, int> find_object::DetectionInfo::sceneWords_ |
Definition at line 81 of file DetectionInfo.h.
QMap<TimeStamp, float> find_object::DetectionInfo::timeStamps_ |
Definition at line 78 of file DetectionInfo.h.