Searched refs:HARRIS_SCORE (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/features2d/test/ |
D | test_orb.cpp | 50 Ptr<FeatureDetector> fd = ORB::create(10000, 1.2f, 8, 31, 0, 2, ORB::HARRIS_SCORE, 31, 20); in TEST()
|
/external/opencv3/modules/cudafeatures2d/include/opencv2/ |
D | cudafeatures2d.hpp | 475 int scoreType=ORB::HARRIS_SCORE,
|
/external/opencv3/modules/features2d/include/opencv2/ |
D | features2d.hpp | 257 enum { kBytes = 32, HARRIS_SCORE=0, FAST_SCORE=1 }; enumerator 290 …int firstLevel=0, int WTA_K=2, int scoreType=ORB::HARRIS_SCORE, int patchSize=31, int fastThreshol…
|
/external/opencv3/modules/cudafeatures2d/test/ |
D | test_features2d.cpp | 125 CV_ENUM(ORB_ScoreType, cv::ORB::HARRIS_SCORE, cv::ORB::FAST_SCORE) in CV_ENUM() argument 213 testing::Values(ORB_ScoreType(cv::ORB::HARRIS_SCORE)),
|
/external/opencv3/modules/features2d/src/ |
D | orb.cpp | 837 …KeyPointsFilter::retainBest(keypoints, scoreType == ORB_Impl::HARRIS_SCORE ? 2 * featuresNum : fea… in computeKeyPoints() 863 if( scoreType == ORB_Impl::HARRIS_SCORE ) in computeKeyPoints()
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | orb.cpp | 705 if (scoreType_ == ORB::HARRIS_SCORE) in computeKeyPointsPyramid()
|