/external/opencv3/doc/tutorials/features2d/feature_flann_matcher/ |
D | feature_flann_matcher.markdown | 26 #include <stdio.h> hashtag 27 #include <iostream> hashtag 28 #include <stdio.h> hashtag 29 #include <iostream> hashtag 30 #include "opencv2/core.hpp" hashtag 31 #include "opencv2/features2d.hpp" hashtag 32 #include "opencv2/imgcodecs.hpp" hashtag 33 #include "opencv2/highgui.hpp" hashtag 34 #include "opencv2/xfeatures2d.hpp" hashtag
|
/external/opencv3/doc/tutorials/features2d/feature_homography/ |
D | feature_homography.markdown | 20 #include <stdio.h> hashtag 21 #include <iostream> hashtag 22 #include "opencv2/core.hpp" hashtag 23 #include "opencv2/imgproc.hpp" hashtag 24 #include "opencv2/features2d.hpp" hashtag 25 #include "opencv2/highgui.hpp" hashtag 26 #include "opencv2/calib3d.hpp" hashtag 27 #include "opencv2/xfeatures2d.hpp" hashtag
|
/external/opencv3/doc/tutorials/features2d/feature_description/ |
D | feature_description.markdown | 24 #include <stdio.h> hashtag 25 #include <iostream> hashtag 26 #include "opencv2/core.hpp" hashtag 27 #include "opencv2/features2d.hpp" hashtag 28 #include "opencv2/highgui.hpp" hashtag 29 #include "opencv2/xfeatures2d.hpp" hashtag
|
/external/opencv3/doc/tutorials/features2d/feature_detection/ |
D | feature_detection.markdown | 22 #include <stdio.h> hashtag 23 #include <iostream> hashtag 24 #include "opencv2/core.hpp" hashtag 25 #include "opencv2/features2d.hpp" hashtag 26 #include "opencv2/xfeatures2d.hpp" hashtag 27 #include "opencv2/highgui.hpp" hashtag
|
/external/opencv3/doc/tutorials/objdetect/cascade_classifier/ |
D | cascade_classifier.markdown | 25 #include "opencv2/objdetect.hpp" hashtag 26 #include "opencv2/highgui.hpp" hashtag 27 #include "opencv2/imgproc.hpp" hashtag 29 #include <iostream> hashtag 30 #include <stdio.h> hashtag
|
/external/opencv3/doc/tutorials/features2d/trackingmotion/corner_subpixeles/ |
D | corner_subpixeles.markdown | 21 #include "opencv2/highgui.hpp" hashtag 22 #include "opencv2/imgproc.hpp" hashtag 23 #include <iostream> hashtag 24 #include <stdio.h> hashtag 25 #include <stdlib.h> hashtag
|
/external/opencv3/doc/tutorials/features2d/trackingmotion/good_features_to_track/ |
D | good_features_to_track.markdown | 20 #include "opencv2/highgui.hpp" hashtag 21 #include "opencv2/imgproc.hpp" hashtag 22 #include <iostream> hashtag 23 #include <stdio.h> hashtag 24 #include <stdlib.h> hashtag
|
/external/opencv3/doc/tutorials/features2d/trackingmotion/harris_detector/ |
D | harris_detector.markdown | 124 #include "opencv2/highgui.hpp" hashtag 125 #include "opencv2/imgproc.hpp" hashtag 126 #include <iostream> hashtag 127 #include <stdio.h> hashtag 128 #include <stdlib.h> hashtag
|
/external/opencv3/doc/tutorials/introduction/transition_guide/ |
D | transition_guide.markdown | 60 #include "opencv2/<module>/<module>.hpp" hashtag 62 #include "opencv2/<module>.hpp" hashtag 175 #include "opencv2/features2d/features2d.hpp" hashtag 182 #include "opencv2/features2d.hpp" hashtag 183 #include "opencv2/xfeatures2d.hpp" hashtag 269 #include "opencv2/core/version.hpp" hashtag
|
/external/opencv3/doc/tutorials/introduction/windows_visual_studio_image_watch/ |
D | windows_visual_studio_image_watch.markdown | 36 #include <iostream> // std::cout hashtag 37 #include <opencv2/core/core.hpp> // cv::Mat hashtag 38 #include <opencv2/imgcodecs/imgcodecs.hpp> // cv::imread() hashtag 39 #include <opencv2/imgproc/imgproc.hpp> // cv::Canny() hashtag
|
/external/opencv3/doc/tutorials/imgproc/imgtrans/filter_2d/ |
D | filter_2d.markdown | 67 #include "opencv2/imgproc.hpp" hashtag 68 #include "opencv2/highgui.hpp" hashtag 69 #include <stdlib.h> hashtag 70 #include <stdio.h> hashtag
|
/external/opencv3/doc/tutorials/imgproc/opening_closing_hats/ |
D | opening_closing_hats.markdown | 85 #include "opencv2/imgproc.hpp" hashtag 86 #include "opencv2/highgui.hpp" hashtag 87 #include <stdlib.h> hashtag 88 #include <stdio.h> hashtag
|
/external/opencv3/doc/tutorials/core/interoperability_with_OpenCV_1/ |
D | interoperability_with_OpenCV_1.markdown | 31 #include <opencv2/core.hpp> hashtag 32 #include <opencv2/imgproc.hpp> hashtag 33 #include <opencv2/highgui.hpp> hashtag
|
/external/lzma/CPP/Common/ |
D | Wildcard.cpp | 281 void CCensorNode::AddItemSimple(bool include, CItem &item) in AddItemSimple() 289 void CCensorNode::AddItem(bool include, CItem &item) in AddItem() 317 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool for… in AddItem() 349 bool CCensorNode::CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const in CheckPathCurrent() 404 bool include; in CheckPath() local 410 bool CCensorNode::CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const in CheckPathToRoot() 429 void CCensorNode::AddItem2(bool include, const UString &path, bool recursive, bool wildcardMatching) in AddItem2() 465 void CCensor::AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, … in AddItem() 571 bool include; in CheckPath() local 606 void CCensor::AddPreItem(bool include, const UString &path, bool recursive, bool wildcardMatching) in AddPreItem()
|
/external/opencv3/doc/tutorials/core/adding_images/ |
D | adding_images.markdown | 33 #include <opencv2/opencv.hpp> hashtag 34 #include <iostream> hashtag
|
/external/opencv3/doc/tutorials/introduction/linux_gcc_cmake/ |
D | linux_gcc_cmake.markdown | 20 #include <stdio.h> hashtag 21 #include <opencv2/opencv.hpp> hashtag
|
/external/opencv3/doc/tutorials/core/basic_linear_transform/ |
D | basic_linear_transform.markdown | 57 #include <opencv2/opencv.hpp> hashtag 58 #include <iostream> hashtag
|
/external/opencv3/doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/ |
D | gausian_median_blur_bilateral_filter.markdown | 100 #include "opencv2/imgproc.hpp" hashtag 101 #include "opencv2/highgui.hpp" hashtag
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | control.py | 62 source=None, omit=None, include=None, debug=None, argument 946 omit=None, include=None, skip_covered=False, argument 970 omit=None, include=None, argument 990 omit=None, include=None, extra_css=None, title=None): argument 1018 omit=None, include=None, argument
|
/external/libexif/binary/ |
D | Makefile.am | 6 dist-ship-binary-hook include bin: target
|
/external/opencv3/doc/tutorials/highgui/trackbar/ |
D | trackbar.markdown | 28 #include <opencv2/opencv.hpp> hashtag
|
/external/libmicrohttpd/src/ |
D | Makefile.am | 22 SUBDIRS = include platform microhttpd $(microspdy) $(curltests) $(zzuftests) . subdir
|
/external/opencv3/doc/tutorials/introduction/linux_eclipse/ |
D | linux_eclipse.markdown | 161 #include <opencv2/opencv.hpp> hashtag
|
/external/opencv3/doc/tutorials/gpu/gpu-basics-similarity/ |
D | gpu_basics_similarity.markdown | 64 #include <opencv2/gpu.hpp> // GPU structures and methods hashtag
|
/external/emma/ant/ant15/com/vladium/emma/ant/ |
D | XFileSet.java | 54 final PatternSet.NameEntry include = createInclude (); in setFile() local
|