Classes | |
class | AboutDialog |
class | AddObjectDialog |
class | AffineExtractionThread |
class | Camera |
class | CameraTcpServer |
class | DetectionInfo |
class | ExtractFeaturesThread |
class | Feature2D |
class | FindObject |
class | GPUFAST |
class | GPUORB |
class | HomographyThread |
class | ImageDropWidget |
class | JsonWriter |
class | KeypointItem |
class | MainWindow |
class | ObjSignature |
class | ObjWidget |
class | ParametersToolBox |
class | RectItem |
class | SearchThread |
class | Settings |
class | TcpServer |
class | Vocabulary |
Typedefs | |
typedef QMap< QString, QString > | DescriptionsMap |
typedef QMap< QString, QVariant > | ParametersMap |
typedef QMap< QString, QString > | ParametersType |
typedef unsigned int | uint |
Functions | |
void | computeFeatures (Feature2D *detector, Feature2D *extractor, const cv::Mat &image, const cv::Mat &mask, std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, int &timeDetection, int &timeExtraction) |
FINDOBJECT_EXP QImage | cvtCvMat2QImage (const cv::Mat &image, bool isBgr=true) |
FINDOBJECT_EXP QImage | cvtIplImage2QImage (const IplImage *image) |
FINDOBJECT_EXP cv::Mat | cvtQImage2CvMat (const QImage &image) |
FINDOBJECT_EXP IplImage * | cvtQImage2IplImage (const QImage &image) |
std::vector< cv::KeyPoint > | limitKeypoints (const std::vector< cv::KeyPoint > &keypoints, int maxKeypoints) |
void | limitKeypoints (std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, int maxKeypoints) |
QDataStream & | operator<< (QDataStream &out, const DetectionInfo &info) |
QDataStream & | operator>> (QDataStream &in, DetectionInfo &info) |
typedef QMap<QString, QString> find_object::DescriptionsMap |
Definition at line 45 of file Settings.h.
typedef QMap<QString, QVariant> find_object::ParametersMap |
Definition at line 41 of file Settings.h.
typedef QMap<QString, QString> find_object::ParametersType |
Definition at line 44 of file Settings.h.
typedef unsigned int find_object::uint |
Definition at line 47 of file Settings.h.
void find_object::computeFeatures | ( | Feature2D * | detector, |
Feature2D * | extractor, | ||
const cv::Mat & | image, | ||
const cv::Mat & | mask, | ||
std::vector< cv::KeyPoint > & | keypoints, | ||
cv::Mat & | descriptors, | ||
int & | timeDetection, | ||
int & | timeExtraction | ||
) |
Definition at line 418 of file FindObject.cpp.
QImage find_object::cvtCvMat2QImage | ( | const cv::Mat & | image, |
bool | isBgr = true |
||
) |
Definition at line 34 of file QtOpenCV.cpp.
QImage find_object::cvtIplImage2QImage | ( | const IplImage * | image | ) |
Definition at line 106 of file QtOpenCV.cpp.
cv::Mat find_object::cvtQImage2CvMat | ( | const QImage & | image | ) |
Definition at line 78 of file QtOpenCV.cpp.
IplImage * find_object::cvtQImage2IplImage | ( | const QImage & | image | ) |
Definition at line 131 of file QtOpenCV.cpp.
std::vector<cv::KeyPoint> find_object::limitKeypoints | ( | const std::vector< cv::KeyPoint > & | keypoints, |
int | maxKeypoints | ||
) |
Definition at line 358 of file FindObject.cpp.
void find_object::limitKeypoints | ( | std::vector< cv::KeyPoint > & | keypoints, |
cv::Mat & | descriptors, | ||
int | maxKeypoints | ||
) |
Definition at line 386 of file FindObject.cpp.
|
inline |
Definition at line 94 of file DetectionInfo.h.
|
inline |
Definition at line 130 of file DetectionInfo.h.