Home
last modified time | relevance | path

Searched defs:detect (Results 1 – 25 of 42) sorted by relevance

12

/external/opencv3/modules/features2d/src/
Dfeature2d.cpp59 void Feature2D::detect( InputArray image, in detect() function in cv::Feature2D
72 void Feature2D::detect( InputArrayOfArrays _images, in detect() function in cv::Feature2D
Dgftt.cpp76 void detect( InputArray _image, std::vector<KeyPoint>& keypoints, InputArray _mask ) in detect() function in cv::GFTTDetector_Impl
Dblobdetector.cpp304 void SimpleBlobDetectorImpl::detect(InputArray image, std::vector<cv::KeyPoint>& keypoints, InputAr… in detect() function in cv::SimpleBlobDetectorImpl
/external/opencv3/modules/java/src/
Dfeatures2d+FeatureDetector.java84 public void detect(Mat image, MatOfKeyPoint keypoints, Mat mask) in detect() method in FeatureDetector
93 public void detect(Mat image, MatOfKeyPoint keypoints) in detect() method in FeatureDetector
107 public void detect(List<Mat> images, List<MatOfKeyPoint> keypoints, List<Mat> masks) in detect() method in FeatureDetector
119 public void detect(List<Mat> images, List<MatOfKeyPoint> keypoints) in detect() method in FeatureDetector
Dimgproc+LineSegmentDetector.java23 public void detect(Mat _image, Mat _lines, Mat width, Mat prec, Mat nfa) in detect() method in LineSegmentDetector
32 public void detect(Mat _image, Mat _lines) in detect() method in LineSegmentDetector
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DRobustMatcher.h32 void setFeatureDetector(const cv::Ptr<cv::FeatureDetector>& detect) { detector_ = detect; } in setFeatureDetector()
/external/opencv3/modules/features2d/perf/
Dperf_fast.cpp19 PERF_TEST_P(fast, detect, testing::Combine( in PERF_TEST_P() argument
Dperf_agast.cpp21 PERF_TEST_P(agast, detect, testing::Combine( in PERF_TEST_P() argument
Dperf_orb.cpp15 PERF_TEST_P(orb, detect, testing::Values(ORB_IMAGES)) in PERF_TEST_P() argument
/external/opencv3/modules/cudaimgproc/src/
Dcanny.cpp131 void CannyImpl::detect(InputArray _image, OutputArray _edges, Stream& stream) in detect() function in __anond5a576490111::CannyImpl
170 void CannyImpl::detect(InputArray _dx, InputArray _dy, OutputArray _edges, Stream& stream) in detect() function in __anond5a576490111::CannyImpl
Dgeneralized_hough.cpp449 …void detect(InputArray image, OutputArray positions, OutputArray votes) { detectImpl(image, positi… in detect() function in __anon701856140211::GeneralizedHoughBallardImpl
450 …void detect(InputArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray vot… in detect() function in __anon701856140211::GeneralizedHoughBallardImpl
573 …void detect(InputArray image, OutputArray positions, OutputArray votes) { detectImpl(image, positi… in detect() function in __anon701856140311::GeneralizedHoughGuilImpl
574 …void detect(InputArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray vot… in detect() function in __anon701856140311::GeneralizedHoughGuilImpl
Dhough_segments.cpp131 void HoughSegmentDetectorImpl::detect(InputArray _src, OutputArray lines, Stream& stream) in detect() function in __anonfd1c25900111::HoughSegmentDetectorImpl
Dhough_lines.cpp128 void HoughLinesDetectorImpl::detect(InputArray _src, OutputArray lines, Stream& stream) in detect() function in __anon32ecabc50111::HoughLinesDetectorImpl
Dgftt.cpp98 …void GoodFeaturesToTrackDetector::detect(InputArray _image, OutputArray _corners, InputArray _mask… in detect() function in __anon279f6b850111::GoodFeaturesToTrackDetector
/external/opencv3/samples/cpp/
Ddbt_face_detection.cpp29 void detect(const cv::Mat &Image, std::vector<cv::Rect> &objects) in detect() function in CascadeDetectorAdapter
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java266 private CharsetMatch[] detect(byte[] bytes) in detect() method in DetectingViewer
275 private CharsetMatch[] detect(BufferedInputStream inputStream) in detect() method in DetectingViewer
/external/opencv3/samples/android/face-detection/src/org/opencv/samples/facedetect/
DDetectionBasedTracker.java24 public void detect(Mat imageGray, MatOfRect faces) { in detect() method in DetectionBasedTracker
/external/opencv3/samples/python2/
Dfacedetect.py14 def detect(img, cascade): function
/external/webrtc/webrtc/base/
Dproxy_unittest.cc61 AutoDetectProxyRunner* detect = new AutoDetectProxyRunner("unittest/1.0"); in DetectProxyType() local
/external/libmtp/examples/
DMakefile.am1 bin_PROGRAMS=connect detect tracks files hotplug \ program
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417Detector.cpp49 CBC_PDF417DetectorResult* CBC_Detector::detect(CBC_BinaryBitmap* image, in detect() function in CBC_Detector
104 CFX_PtrArray* CBC_Detector::detect(FX_BOOL multiple, in detect() function in CBC_Detector
/external/opencv3/modules/cudafeatures2d/src/
Dfast.cpp98 void FAST_Impl::detect(InputArray _image, std::vector<KeyPoint>& keypoints, InputArray _mask) in detect() function in __anond6def0a20111::FAST_Impl
/external/libvpx/libvpx/
Dtools_common.h89 struct FileTypeDetectionBuffer detect; member
/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp337 …void detect(InputArray image, OutputArray positions, OutputArray votes) { detectImpl(image, positi… in detect() function in __anon1aa6ac770211::GeneralizedHoughBallardImpl
338 …void detect(InputArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray vot… in detect() function in __anon1aa6ac770211::GeneralizedHoughBallardImpl
509 …void detect(InputArray image, OutputArray positions, OutputArray votes) { detectImpl(image, positi… in detect() function in __anon1aa6ac770311::GeneralizedHoughGuilImpl
510 …void detect(InputArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray vot… in detect() function in __anon1aa6ac770311::GeneralizedHoughGuilImpl
/external/opencv3/samples/android/face-detection/jni/
DDetectionBasedTracker_jni.cpp32 void detect(const cv::Mat &Image, std::vector<cv::Rect> &objects) in detect() function in CascadeDetectorAdapter

12