mexopencv
3.4.1
MEX interface for OpenCV library
|
Typedefs | |
typedef Feature2D | DescriptorExtractor |
typedef Feature2D | FeatureDetector |
Functions | |
void | computeRecallPrecisionCurve (const std::vector< std::vector< DMatch > > &matches1to2, const std::vector< std::vector< uchar > > &correctMatches1to2Mask, std::vector< Point2f > &recallPrecisionCurve) |
void | evaluateFeatureDetector (const Mat &img1, const Mat &img2, const Mat &H1to2, std::vector< KeyPoint > *keypoints1, std::vector< KeyPoint > *keypoints2, float &repeatability, int &correspCount, const Ptr< FeatureDetector > &fdetector=Ptr< FeatureDetector >()) |
int | getNearestPoint (const std::vector< Point2f > &recallPrecisionCurve, float l_precision) |
float | getRecall (const std::vector< Point2f > &recallPrecisionCurve, float l_precision) |