Searched refs:featureDetector (Results 1 – 6 of 6) sorted by relevance
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/test/ |
H A D | test_detectors_invariance.impl.hpp | 64 featureDetector = get<1>(GetParam()); in SetUp() 69 Ptr<FeatureDetector> featureDetector; member in opencv_test::__anon4a290ddf0111::DetectorInvariance 86 featureDetector->detect(image0, keypoints0, mask0); in TEST_P() 95 featureDetector->detect(image1, keypoints1, mask1); in TEST_P() 155 featureDetector->detect(image0, keypoints0); in TEST_P() 165 featureDetector->detect(image1, keypoints1); in TEST_P()
|
H A D | test_descriptors_invariance.impl.hpp | 64 featureDetector = get<1>(GetParam()); in SetUp() 69 Ptr<FeatureDetector> featureDetector; member in opencv_test::__anonbcc0d9e40111::DescriptorInvariance 87 featureDetector->detect(image0, keypoints0, mask0); in TEST_P() 136 featureDetector->detect(image0, keypoints0); in TEST_P() 152 if (featureDetector->getDefaultName() == "Feature2D.SIFT") in TEST_P()
|
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/test/ |
H A D | test_features2d.cpp | 391 FeatureDetectorUsingMaskTest(const Ptr<FeatureDetector>& featureDetector) : in FeatureDetectorUsingMaskTest() argument 392 featureDetector_(featureDetector) in FeatureDetectorUsingMaskTest()
|
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ccalib/include/opencv2/ |
H A D | ccalib.hpp | 83 bool setFeatureDetector(Ptr<FeatureDetector> featureDetector);
|
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ccalib/src/ |
H A D | ccalib.cpp | 140 bool CustomPattern::setFeatureDetector(Ptr<FeatureDetector> featureDetector) in setFeatureDetector() argument 144 this->detector = featureDetector; in setFeatureDetector()
|
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/samples/ |
H A D | bagofwords_classification.cpp | 2592 Ptr<Feature2D> featureDetector = createByName( ddmParams.detectorType ); in main() local 2593 Ptr<DescriptorExtractor> descExtractor = featureDetector; in main() 2595 if( !featureDetector || !descExtractor ) in main() 2602 if( !featureDetector || !descExtractor || !descMatcher ) in main() 2617 featureDetector, descExtractor ); in main() 2626 bowExtractor, featureDetector, resPath ); in main() 2631 bowExtractor, featureDetector, resPath ); in main()
|