Home
last modified time | relevance | path

Searched defs:include (Results 1 – 25 of 131) sorted by relevance

123456

/external/opencv3/doc/tutorials/features2d/feature_flann_matcher/
Dfeature_flann_matcher.markdown26 #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/
Dfeature_homography.markdown20 #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/
Dfeature_description.markdown24 #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/
Dfeature_detection.markdown22 #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/
Dcascade_classifier.markdown25 #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/
Dcorner_subpixeles.markdown21 #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/
Dgood_features_to_track.markdown20 #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/
Dharris_detector.markdown124 #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/
Dtransition_guide.markdown60 #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/
Dwindows_visual_studio_image_watch.markdown36 #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/
Dfilter_2d.markdown67 #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/
Dopening_closing_hats.markdown85 #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/
Dinteroperability_with_OpenCV_1.markdown31 #include <opencv2/core.hpp> hashtag
32 #include <opencv2/imgproc.hpp> hashtag
33 #include <opencv2/highgui.hpp> hashtag
/external/lzma/CPP/Common/
DWildcard.cpp281 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/
Dadding_images.markdown33 #include <opencv2/opencv.hpp> hashtag
34 #include <iostream> hashtag
/external/opencv3/doc/tutorials/introduction/linux_gcc_cmake/
Dlinux_gcc_cmake.markdown20 #include <stdio.h> hashtag
21 #include <opencv2/opencv.hpp> hashtag
/external/opencv3/doc/tutorials/core/basic_linear_transform/
Dbasic_linear_transform.markdown57 #include <opencv2/opencv.hpp> hashtag
58 #include <iostream> hashtag
/external/opencv3/doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/
Dgausian_median_blur_bilateral_filter.markdown100 #include "opencv2/imgproc.hpp" hashtag
101 #include "opencv2/highgui.hpp" hashtag
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dcontrol.py62 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/
DMakefile.am6 dist-ship-binary-hook include bin: target
/external/opencv3/doc/tutorials/highgui/trackbar/
Dtrackbar.markdown28 #include <opencv2/opencv.hpp> hashtag
/external/libmicrohttpd/src/
DMakefile.am22 SUBDIRS = include platform microhttpd $(microspdy) $(curltests) $(zzuftests) . subdir
/external/opencv3/doc/tutorials/introduction/linux_eclipse/
Dlinux_eclipse.markdown161 #include <opencv2/opencv.hpp> hashtag
/external/opencv3/doc/tutorials/gpu/gpu-basics-similarity/
Dgpu_basics_similarity.markdown64 #include <opencv2/gpu.hpp> // GPU structures and methods hashtag
/external/emma/ant/ant15/com/vladium/emma/ant/
DXFileSet.java54 final PatternSet.NameEntry include = createInclude (); in setFile() local

123456