Home
last modified time | relevance | path

Searched refs:setNLevels (Results 1 – 10 of 10) sorted by relevance

/dports/misc/visp/visp-3.4.0/tutorial/detection/object/
H A Dtutorial-detection-object-mbt2-deprecated.cpp120 orb_learning->setNLevels(1); in main()
198 orb_detector->setNLevels(1); in main()
H A Dtutorial-detection-object-mbt2.cpp120 orb_learning->setNLevels(1); in main()
198 orb_detector->setNLevels(1); in main()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/test/
H A Dtest_orb.cpp131 orbPtr->setNLevels(5); in TEST()
/dports/misc/visp/visp-3.4.0/modules/vision/test/key-point/
H A DtestKeyPoint-2.cpp235 orb_detector->setNLevels(1); in run_test()
/dports/misc/visp/visp-3.4.0/tutorial/tracking/model-based/generic/
H A Dtutorial-mb-generic-tracker-live.cpp325 orb_detector->setNLevels(1); in main()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ccalib/src/
H A Dccalib.cpp99 orb->setNLevels(30); in init()
/dports/misc/visp/visp-3.4.0/tutorial/tracking/model-based/generic-rgbd/
H A Dtutorial-mb-generic-tracker-rgbd-realsense.cpp271 orb_detector->setNLevels(1); in main()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/src/
H A Dorb.cpp367 virtual void setNLevels(int nlevels) { nLevels_ = nlevels; } in setNLevels() function in __anonde9438370111::ORB_Impl
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/include/opencv2/
H A Dfeatures2d.hpp433 CV_WRAP virtual void setNLevels(int nlevels) = 0;
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dorb.cpp670 void setNLevels(int nlevels_) CV_OVERRIDE { nlevels = nlevels_; } in setNLevels() function in cv::CV_FINAL