ORB               641 modules/calib3d/test/test_homography.cpp     Ptr<ORB> orb = ORB::create();
ORB               455 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp class CV_EXPORTS ORB : public cv::ORB, public Feature2DAsync
ORB               469 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp     static Ptr<ORB> create(int nfeatures=500,
ORB               475 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp                            int scoreType=ORB::HARRIS_SCORE,
ORB                99 modules/cudafeatures2d/perf/perf_features2d.cpp PERF_TEST_P(Image_NFeatures, ORB,
ORB               112 modules/cudafeatures2d/perf/perf_features2d.cpp         cv::Ptr<cv::cuda::ORB> d_orb = cv::cuda::ORB::create(nFeatures);
ORB               134 modules/cudafeatures2d/perf/perf_features2d.cpp         cv::Ptr<cv::ORB> orb = cv::ORB::create(nFeatures);
ORB                50 modules/cudafeatures2d/src/orb.cpp Ptr<cv::cuda::ORB> cv::cuda::ORB::create(int, float, int, int, int, int, int, int, int, bool) { throw_no_cuda(); return Ptr<cv::cuda::ORB>(); }
ORB               338 modules/cudafeatures2d/src/orb.cpp     class ORB_Impl : public cv::cuda::ORB
ORB               705 modules/cudafeatures2d/src/orb.cpp             if (scoreType_ == ORB::HARRIS_SCORE)
ORB               854 modules/cudafeatures2d/src/orb.cpp Ptr<cv::cuda::ORB> cv::cuda::ORB::create(int nfeatures,
ORB               125 modules/cudafeatures2d/test/test_features2d.cpp CV_ENUM(ORB_ScoreType, cv::ORB::HARRIS_SCORE, cv::ORB::FAST_SCORE)
ORB               127 modules/cudafeatures2d/test/test_features2d.cpp PARAM_TEST_CASE(ORB, cv::cuda::DeviceInfo, ORB_FeaturesCount, ORB_ScaleFactor, ORB_LevelsCount, ORB_EdgeThreshold, ORB_firstLevel, ORB_WTA_K, ORB_ScoreType, ORB_PatchSize, ORB_BlurForDescriptor)
ORB               157 modules/cudafeatures2d/test/test_features2d.cpp CUDA_TEST_P(ORB, Accuracy)
ORB               165 modules/cudafeatures2d/test/test_features2d.cpp     cv::Ptr<cv::cuda::ORB> orb =
ORB               166 modules/cudafeatures2d/test/test_features2d.cpp             cv::cuda::ORB::create(nFeatures, scaleFactor, nLevels, edgeThreshold, firstLevel,
ORB               188 modules/cudafeatures2d/test/test_features2d.cpp         cv::Ptr<cv::ORB> orb_gold = cv::ORB::create(nFeatures, scaleFactor, nLevels, edgeThreshold, firstLevel, WTA_K, scoreType, patchSize);
ORB               205 modules/cudafeatures2d/test/test_features2d.cpp INSTANTIATE_TEST_CASE_P(CUDA_Features2D, ORB,  testing::Combine(
ORB               213 modules/cudafeatures2d/test/test_features2d.cpp     testing::Values(ORB_ScoreType(cv::ORB::HARRIS_SCORE)),
ORB               289 modules/features2d/include/opencv2/features2d.hpp     CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeThreshold=31,
ORB               290 modules/features2d/include/opencv2/features2d.hpp         int firstLevel=0, int WTA_K=2, int scoreType=ORB::HARRIS_SCORE, int patchSize=31, int fastThreshold=20);
ORB                33 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         ORB           = 5,
ORB                49 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         GRID_ORB           = GRIDDETECTOR + ORB,
ORB                65 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         PYRAMID_ORB        = PYRAMIDDETECTOR + ORB,
ORB                80 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         DYNAMIC_ORB        = DYNAMICDETECTOR + ORB,
ORB               126 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         case ORB:
ORB               127 modules/features2d/misc/java/src/cpp/features2d_manual.hpp             fd = ORB::create();
ORB               317 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         ORB   = 3,
ORB               330 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         OPPONENT_ORB   = OPPONENTEXTRACTOR + ORB,
ORB               358 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         case ORB:
ORB               359 modules/features2d/misc/java/src/cpp/features2d_manual.hpp             de = ORB::create();
ORB                36 modules/features2d/misc/java/test/ORBDescriptorExtractorTest.java         extractor = DescriptorExtractor.create(DescriptorExtractor.ORB);
ORB                25 modules/features2d/perf/opencl/perf_orb.cpp     Ptr<ORB> detector = ORB::create(1500, 1.3f, 1);
ORB                47 modules/features2d/perf/opencl/perf_orb.cpp     Ptr<ORB> detector = ORB::create(1500, 1.3f, 1);
ORB                77 modules/features2d/perf/opencl/perf_orb.cpp     Ptr<ORB> detector = ORB::create(1500, 1.3f, 1);
ORB                25 modules/features2d/perf/perf_orb.cpp     Ptr<ORB> detector = ORB::create(1500, 1.3f, 1);
ORB                45 modules/features2d/perf/perf_orb.cpp     Ptr<ORB> detector = ORB::create(1500, 1.3f, 1);
ORB                67 modules/features2d/perf/perf_orb.cpp     Ptr<ORB> detector = ORB::create(1500, 1.3f, 1);
ORB               653 modules/features2d/src/orb.cpp class ORB_Impl : public ORB
ORB              1177 modules/features2d/src/orb.cpp Ptr<ORB> ORB::create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold,
ORB               258 modules/features2d/test/test_descriptors_regression.cpp                 Ptr<ORB> fd = ORB::create();
ORB               330 modules/features2d/test/test_descriptors_regression.cpp                                              ORB::create() );
ORB               357 modules/features2d/test/test_descriptors_regression.cpp     Ptr<ORB> orb = ORB::create();
ORB               387 modules/features2d/test/test_descriptors_regression.cpp     Ptr<ORB> orb = ORB::create();
ORB               290 modules/features2d/test/test_detectors_regression.cpp     CV_FeatureDetectorTest test( "detector-orb", ORB::create() );
ORB               163 modules/features2d/test/test_keypoints.cpp     CV_FeatureDetectorKeypointsTest test(ORB::create());
ORB                50 modules/features2d/test/test_orb.cpp     Ptr<FeatureDetector> fd = ORB::create(10000, 1.2f, 8, 31, 0, 2, ORB::HARRIS_SCORE, 31, 20);
ORB               606 modules/features2d/test/test_rotation_and_scale_invariance.cpp     DetectorRotationInvarianceTest test(ORB::create(),
ORB               625 modules/features2d/test/test_rotation_and_scale_invariance.cpp     Ptr<Feature2D> f2d = ORB::create();
ORB               130 modules/stitching/include/opencv2/stitching/detail/matchers.hpp     Ptr<ORB> orb;
ORB               389 modules/stitching/src/matchers.cpp     orb = ORB::create(n_features * (99 + grid_size.area())/100/grid_size.area(), scaleFactor, nlevels);
ORB                84 samples/cpp/matchmethod_orb_akaze_brisk.cpp             b = ORB::create();
ORB                22 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h     detector_ = cv::ORB::create();
ORB                23 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h     extractor_ = cv::ORB::create();
ORB               126 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp   Ptr<FeatureDetector> orb = ORB::create();
ORB                98 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp   Ptr<FeatureDetector> detector = ORB::create(numKeyPoints);
ORB               142 samples/cpp/tutorial_code/features2D/AKAZE_tracking/planar_tracking.cpp     Ptr<ORB> orb = ORB::create();
ORB                36 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp     Ptr<cv::ORB> orb_detector = cv::ORB::create(10000);
ORB               337 samples/gpu/performance/tests.cpp TEST(ORB)
ORB               342 samples/gpu/performance/tests.cpp     Ptr<ORB> orb = ORB::create(4000);
ORB               353 samples/gpu/performance/tests.cpp     Ptr<cuda::ORB> d_orb = cuda::ORB::create();