/external/opencv3/modules/features2d/src/ |
D | feature2d.cpp | 59 void Feature2D::detect( InputArray image, in detect() function in cv::Feature2D 72 void Feature2D::detect( InputArrayOfArrays _images, in detect() function in cv::Feature2D
|
D | gftt.cpp | 76 void detect( InputArray _image, std::vector<KeyPoint>& keypoints, InputArray _mask ) in detect() function in cv::GFTTDetector_Impl
|
D | blobdetector.cpp | 304 void SimpleBlobDetectorImpl::detect(InputArray image, std::vector<cv::KeyPoint>& keypoints, InputAr… in detect() function in cv::SimpleBlobDetectorImpl
|
/external/opencv3/modules/java/src/ |
D | features2d+FeatureDetector.java | 84 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
|
D | imgproc+LineSegmentDetector.java | 23 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/ |
D | RobustMatcher.h | 32 void setFeatureDetector(const cv::Ptr<cv::FeatureDetector>& detect) { detector_ = detect; } in setFeatureDetector()
|
/external/opencv3/modules/features2d/perf/ |
D | perf_fast.cpp | 19 PERF_TEST_P(fast, detect, testing::Combine( in PERF_TEST_P() argument
|
D | perf_agast.cpp | 21 PERF_TEST_P(agast, detect, testing::Combine( in PERF_TEST_P() argument
|
D | perf_orb.cpp | 15 PERF_TEST_P(orb, detect, testing::Values(ORB_IMAGES)) in PERF_TEST_P() argument
|
/external/opencv3/modules/cudaimgproc/src/ |
D | canny.cpp | 131 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
|
D | generalized_hough.cpp | 449 …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
|
D | hough_segments.cpp | 131 void HoughSegmentDetectorImpl::detect(InputArray _src, OutputArray lines, Stream& stream) in detect() function in __anonfd1c25900111::HoughSegmentDetectorImpl
|
D | hough_lines.cpp | 128 void HoughLinesDetectorImpl::detect(InputArray _src, OutputArray lines, Stream& stream) in detect() function in __anon32ecabc50111::HoughLinesDetectorImpl
|
D | gftt.cpp | 98 …void GoodFeaturesToTrackDetector::detect(InputArray _image, OutputArray _corners, InputArray _mask… in detect() function in __anon279f6b850111::GoodFeaturesToTrackDetector
|
/external/opencv3/samples/cpp/ |
D | dbt_face_detection.cpp | 29 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/ |
D | DetectingViewer.java | 266 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/ |
D | DetectionBasedTracker.java | 24 public void detect(Mat imageGray, MatOfRect faces) { in detect() method in DetectionBasedTracker
|
/external/opencv3/samples/python2/ |
D | facedetect.py | 14 def detect(img, cascade): function
|
/external/webrtc/webrtc/base/ |
D | proxy_unittest.cc | 61 AutoDetectProxyRunner* detect = new AutoDetectProxyRunner("unittest/1.0"); in DetectProxyType() local
|
/external/libmtp/examples/ |
D | Makefile.am | 1 bin_PROGRAMS=connect detect tracks files hotplug \ program
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417Detector.cpp | 49 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/ |
D | fast.cpp | 98 void FAST_Impl::detect(InputArray _image, std::vector<KeyPoint>& keypoints, InputArray _mask) in detect() function in __anond6def0a20111::FAST_Impl
|
/external/libvpx/libvpx/ |
D | tools_common.h | 89 struct FileTypeDetectionBuffer detect; member
|
/external/opencv3/modules/imgproc/src/ |
D | generalized_hough.cpp | 337 …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/ |
D | DetectionBasedTracker_jni.cpp | 32 void detect(const cv::Mat &Image, std::vector<cv::Rect> &objects) in detect() function in CascadeDetectorAdapter
|