Home
last modified time | relevance | path

Searched defs:detector (Results 1 – 25 of 59) sorted by relevance

123

/external/opencv3/modules/imgproc/test/
Dtest_lsd.cpp113 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_ADV); in TEST_F() local
126 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_ADV); in TEST_F() local
140 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_ADV); in TEST_F() local
153 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_ADV); in TEST_F() local
166 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_STD); in TEST_F() local
179 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_STD); in TEST_F() local
193 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_STD); in TEST_F() local
206 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_STD); in TEST_F() local
219 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_STD); in TEST_F() local
232 Ptr<LineSegmentDetector> detector = createLineSegmentDetector(LSD_REFINE_NONE); in TEST_F() local
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_peak_detector_unittest.cc20 DelayPeakDetector* detector = new DelayPeakDetector(); in TEST() local
26 DelayPeakDetector detector; in TEST() local
35 DelayPeakDetector detector; in TEST() local
86 DelayPeakDetector detector; in TEST() local
/external/opencv3/modules/features2d/perf/
Dperf_orb.cpp25 Ptr<ORB> detector = ORB::create(1500, 1.3f, 1); in PERF_TEST_P() local
45 Ptr<ORB> detector = ORB::create(1500, 1.3f, 1); in PERF_TEST_P() local
67 Ptr<ORB> detector = ORB::create(1500, 1.3f, 1); in PERF_TEST_P() local
/external/opencv3/modules/features2d/perf/opencl/
Dperf_orb.cpp25 Ptr<ORB> detector = ORB::create(1500, 1.3f, 1); in OCL_PERF_TEST_P() local
47 Ptr<ORB> detector = ORB::create(1500, 1.3f, 1); in OCL_PERF_TEST_P() local
77 Ptr<ORB> detector = ORB::create(1500, 1.3f, 1); in OCL_PERF_TEST_P() local
/external/opencv3/modules/cudaimgproc/test/
Dtest_gftt.cpp79 …cv::Ptr<cv::cuda::CornersDetector> detector = cv::cuda::createGoodFeaturesToTrackDetector(image.ty… in CUDA_TEST_P() local
120 …cv::Ptr<cv::cuda::CornersDetector> detector = cv::cuda::createGoodFeaturesToTrackDetector(src.type… in CUDA_TEST_P() local
/external/opencv3/samples/python2/
Dasift.py66 def affine_detect(detector, img, mask=None, pool=None): argument
121 detector, matcher = init_feature(feature_name) variable
Dfind_obj.py149 detector, matcher = init_feature(feature_name) variable
/external/opencv3/samples/android/tutorial-2-mixedprocessing/jni/
Djni_part.cpp19 Ptr<FeatureDetector> detector = FastFeatureDetector::create(50); in Java_org_opencv_samples_tutorial2_Tutorial2Activity_FindFeatures() local
/external/opencv3/samples/java/sbt/src/main/scala/
DScalaCorrespondenceMatchingDemo.scala25 val detector = FeatureDetector.create(FeatureDetector.SURF) constant
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixReader.cpp49 CBC_DataMatrixDetector detector(cdr); in Decode() local
/external/webrtc/webrtc/modules/audio_processing/transient/
Dclick_annotate.cc69 TransientDetector detector(sample_rate_hz); in main() local
Dtransient_detector_unittest.cc78 TransientDetector detector(sample_rate_hz); in TEST() local
/external/opencv3/modules/features2d/test/
Dtest_brisk.cpp75 Ptr<FeatureDetector> detector = BRISK::create(); in run() local
Dtest_keypoints.cpp116 Ptr<FeatureDetector> detector; member in CV_FeatureDetectorKeypointsTest
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp247 const Mat detector = _detector.getMat(); in setSVMDetector() local
548 static float detector[] = { in getPeopleDetector48x96() local
886 static float detector[] = { in getPeopleDetector64x128() local
/external/opencv3/samples/cpp/
Ddbt_face_detection.cpp22 CascadeDetectorAdapter(cv::Ptr<cv::CascadeClassifier> detector): in CascadeDetectorAdapter()
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_capture_options.h60 rtc::scoped_refptr<FullScreenChromeWindowDetector> detector) { in set_full_screen_chrome_window_detector()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/
DContentTypeDetectorTest.java37 private ContentTypeDetector detector; field in ContentTypeDetectorTest
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCodeReader.cpp59 CBC_QRDetector detector(matrix); in Decode() local
/external/opencv3/modules/features2d/misc/java/test/
DSTARFeatureDetectorTest.java19 FeatureDetector detector; field in STARFeatureDetectorTest
DFASTFeatureDetectorTest.java19 FeatureDetector detector; field in FASTFeatureDetectorTest
DFeatures2dTest.java84 FeatureDetector detector = FeatureDetector.create(FeatureDetector.SURF); in testPTOD() local
DSURFFeatureDetectorTest.java23 FeatureDetector detector; field in SURFFeatureDetectorTest
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
DMainPage.xaml.cpp212 cv::Ptr<cv::FastFeatureDetector> detector = cv::FastFeatureDetector::create(50); in ApplyFindFeaturesFilter() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DAnalyzer.java172 final ContentTypeDetector detector = new ContentTypeDetector(input); in analyzeAll() local

123