Public Types | Public Member Functions | Public Attributes
find_object::DetectionInfo Class Reference

#include <DetectionInfo.h>

List of all members.

Public Types

enum  RejectedCode {
  kRejectedUndef, kRejectedLowMatches, kRejectedLowInliers, kRejectedSuperposed,
  kRejectedAllInliers, kRejectedNotValid, kRejectedCornersOutside, kRejectedByAngle
}
enum  TimeStamp {
  kTimeKeypointDetection, kTimeDescriptorExtraction, kTimeSkewAffine, kTimeIndexing,
  kTimeMatching, kTimeHomography, kTimeTotal
}

Public Member Functions

 DetectionInfo ()

Public Attributes

QMap< int, QMultiMap< int, int > > matches_
float maxMatchedDistance_
float minMatchedDistance_
QMultiMap< int, QTransform > objDetected_
QMultiMap< int, QString > objDetectedFilenames_
QMultiMap< int, QMultiMap< int,
int > > 
objDetectedInliers_
QMultiMap< int, int > objDetectedInliersCount_
QMultiMap< int, QMultiMap< int,
int > > 
objDetectedOutliers_
QMultiMap< int, int > objDetectedOutliersCount_
QMultiMap< int, QSize > objDetectedSizes_
QMultiMap< int, RejectedCoderejectedCodes_
QMultiMap< int, QMultiMap< int,
int > > 
rejectedInliers_
QMultiMap< int, QMultiMap< int,
int > > 
rejectedOutliers_
cv::Mat sceneDescriptors_
std::vector< cv::KeyPoint > sceneKeypoints_
QMultiMap< int, int > sceneWords_
QMap< TimeStamp, float > timeStamps_

Detailed Description

Definition at line 39 of file DetectionInfo.h.


Member Enumeration Documentation

Enumerator:
kRejectedUndef 
kRejectedLowMatches 
kRejectedLowInliers 
kRejectedSuperposed 
kRejectedAllInliers 
kRejectedNotValid 
kRejectedCornersOutside 
kRejectedByAngle 

Definition at line 51 of file DetectionInfo.h.

Enumerator:
kTimeKeypointDetection 
kTimeDescriptorExtraction 
kTimeSkewAffine 
kTimeIndexing 
kTimeMatching 
kTimeHomography 
kTimeTotal 

Definition at line 42 of file DetectionInfo.h.


Constructor & Destructor Documentation

Definition at line 63 of file DetectionInfo.h.


Member Data Documentation

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.

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.

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.

Definition at line 74 of file DetectionInfo.h.

Definition at line 71 of file DetectionInfo.h.

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.

Definition at line 79 of file DetectionInfo.h.

Definition at line 81 of file DetectionInfo.h.

Definition at line 78 of file DetectionInfo.h.


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


find_object_2d
Author(s): Mathieu Labbe
autogenerated on Thu Aug 27 2015 13:00:34