Main module headers are moved 1 level up
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Wed, 13 Mar 2013 12:22:44 +0000 (16:22 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Wed, 13 Mar 2013 13:26:56 +0000 (17:26 +0400)
commitad5cddc0079f2086db6f7b9400e2a740bdd3a054
treecf55a3b785f9e780324c498b91205ba0f0df786c
parent061dd7e84e5eeec6e10dd2cf399ee40c3cec3cc6
Main module headers are moved 1 level up

e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>

Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
266 files changed:
apps/CMakeLists.txt
apps/haartraining/_cvcommon.h
apps/haartraining/performance.cpp
apps/sft/dataset.cpp
apps/sft/include/sft/common.hpp
apps/traincascade/HOGfeatures.cpp
apps/traincascade/boost.cpp
apps/traincascade/cascadeclassifier.cpp
apps/traincascade/features.cpp
apps/traincascade/haarfeatures.cpp
apps/traincascade/imagestorage.cpp
apps/traincascade/lbpfeatures.cpp
apps/traincascade/traincascade.cpp
cmake/OpenCVModule.cmake
doc/check_docs.py
doc/tutorials/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.rst
doc/tutorials/features2d/feature_description/feature_description.rst
doc/tutorials/features2d/feature_detection/feature_detection.rst
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
doc/tutorials/features2d/feature_homography/feature_homography.rst
doc/tutorials/features2d/trackingmotion/corner_subpixeles/corner_subpixeles.rst
doc/tutorials/features2d/trackingmotion/good_features_to_track/good_features_to_track.rst
doc/tutorials/features2d/trackingmotion/harris_detector/harris_detector.rst
doc/tutorials/gpu/gpu-basics-similarity/gpu-basics-similarity.rst
doc/tutorials/imgproc/erosion_dilatation/erosion_dilatation.rst
doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/gausian_median_blur_bilateral_filter.rst
doc/tutorials/imgproc/histograms/back_projection/back_projection.rst
doc/tutorials/imgproc/histograms/histogram_calculation/histogram_calculation.rst
doc/tutorials/imgproc/histograms/histogram_comparison/histogram_comparison.rst
doc/tutorials/imgproc/histograms/histogram_equalization/histogram_equalization.rst
doc/tutorials/imgproc/histograms/template_matching/template_matching.rst
doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.rst
doc/tutorials/imgproc/imgtrans/copyMakeBorder/copyMakeBorder.rst
doc/tutorials/imgproc/imgtrans/filter_2d/filter_2d.rst
doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.rst
doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.rst
doc/tutorials/imgproc/imgtrans/laplace_operator/laplace_operator.rst
doc/tutorials/imgproc/imgtrans/remap/remap.rst
doc/tutorials/imgproc/imgtrans/sobel_derivatives/sobel_derivatives.rst
doc/tutorials/imgproc/imgtrans/warp_affine/warp_affine.rst
doc/tutorials/imgproc/opening_closing_hats/opening_closing_hats.rst
doc/tutorials/imgproc/pyramids/pyramids.rst
doc/tutorials/imgproc/shapedescriptors/bounding_rects_circles/bounding_rects_circles.rst
doc/tutorials/imgproc/shapedescriptors/bounding_rotated_ellipses/bounding_rotated_ellipses.rst
doc/tutorials/imgproc/shapedescriptors/find_contours/find_contours.rst
doc/tutorials/imgproc/shapedescriptors/hull/hull.rst
doc/tutorials/imgproc/shapedescriptors/moments/moments.rst
doc/tutorials/imgproc/shapedescriptors/point_polygon_test/point_polygon_test.rst
doc/tutorials/imgproc/threshold/threshold.rst
doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst
include/opencv/cv.h
include/opencv/cvaux.h
include/opencv/cxcore.h
include/opencv/highgui.h
include/opencv/ml.h
include/opencv2/opencv.hpp
modules/CMakeLists.txt
modules/androidcamera/include/camera_activity.hpp
modules/calib3d/include/opencv2/calib3d.hpp [moved from modules/calib3d/include/opencv2/calib3d/calib3d.hpp with 98% similarity]
modules/calib3d/perf/perf_precomp.hpp
modules/calib3d/src/calibinit.cpp
modules/calib3d/src/checkchessboard.cpp
modules/calib3d/src/circlesgrid.cpp
modules/calib3d/src/precomp.hpp
modules/calib3d/test/test_chessboardgenerator.hpp
modules/calib3d/test/test_precomp.hpp
modules/contrib/doc/facerec/colormaps.rst
modules/contrib/doc/facerec/src/facerec_demo.cpp
modules/contrib/doc/facerec/src/facerec_eigenfaces.cpp
modules/contrib/doc/facerec/src/facerec_fisherfaces.cpp
modules/contrib/doc/facerec/src/facerec_lbph.cpp
modules/contrib/doc/facerec/src/facerec_save_load.cpp
modules/contrib/doc/facerec/src/facerec_video.cpp
modules/contrib/include/opencv2/contrib.hpp [moved from modules/contrib/include/opencv2/contrib/contrib.hpp with 99% similarity]
modules/contrib/include/opencv2/contrib/detection_based_tracker.hpp
modules/contrib/include/opencv2/contrib/hybridtracker.hpp
modules/contrib/include/opencv2/contrib/openfabmap.hpp
modules/contrib/include/opencv2/contrib/retina.hpp
modules/contrib/src/ba.cpp
modules/contrib/src/chamfermatching.cpp
modules/contrib/src/featuretracker.cpp
modules/contrib/src/gencolors.cpp
modules/contrib/src/inputoutput.cpp
modules/contrib/src/precomp.hpp
modules/contrib/src/rgbdodometry.cpp
modules/contrib/test/test_precomp.hpp
modules/core/doc/basic_structures.rst
modules/core/doc/intro.rst
modules/core/include/opencv2/core.hpp [moved from modules/core/include/opencv2/core/core.hpp with 99% similarity]
modules/core/include/opencv2/core/eigen.hpp
modules/core/include/opencv2/core/gpumat.hpp
modules/core/include/opencv2/core/opengl.hpp [moved from modules/core/include/opencv2/core/opengl_interop.hpp with 99% similarity]
modules/core/perf/perf_precomp.hpp
modules/core/src/gl_core_3_1.cpp
modules/core/src/matrix.cpp
modules/core/src/opengl_interop.cpp
modules/core/src/precomp.hpp
modules/core/test/test_precomp.hpp
modules/features2d/include/opencv2/features2d.hpp [moved from modules/features2d/include/opencv2/features2d/features2d.hpp with 99% similarity]
modules/features2d/perf/perf_precomp.hpp
modules/features2d/src/blobdetector.cpp
modules/features2d/src/brisk.cpp
modules/features2d/src/precomp.hpp
modules/features2d/test/test_descriptors_regression.cpp
modules/features2d/test/test_detectors_regression.cpp
modules/features2d/test/test_keypoints.cpp
modules/features2d/test/test_matchers_algorithmic.cpp
modules/features2d/test/test_orb.cpp
modules/features2d/test/test_precomp.hpp
modules/features2d/test/test_rotation_and_scale_invariance.cpp
modules/flann/include/opencv2/flann.hpp [moved from modules/flann/include/opencv2/flann/flann.hpp with 99% similarity]
modules/flann/include/opencv2/flann/miniflann.hpp
modules/flann/include/opencv2/flann/timer.h
modules/flann/src/flann.cpp
modules/flann/src/precomp.hpp
modules/flann/test/test_precomp.hpp
modules/gpu/CMakeLists.txt
modules/gpu/app/nv_perf_test/main.cpp
modules/gpu/include/opencv2/gpu.hpp [moved from modules/gpu/include/opencv2/gpu/gpu.hpp with 99% similarity]
modules/gpu/include/opencv2/gpu/stream_accessor.hpp
modules/gpu/perf/perf_precomp.hpp
modules/gpu/perf/utility.hpp
modules/gpu/perf4au/main.cpp
modules/gpu/src/precomp.hpp
modules/gpu/test/interpolation.hpp
modules/gpu/test/nvidia/NCVTestSourceProvider.hpp
modules/gpu/test/test_precomp.hpp
modules/gpu/test/utility.hpp
modules/highgui/CMakeLists.txt
modules/highgui/include/opencv2/highgui.hpp [moved from modules/highgui/include/opencv2/highgui/highgui.hpp with 99% similarity]
modules/highgui/include/opencv2/highgui/cap_ios.h
modules/highgui/perf/perf_precomp.hpp
modules/highgui/src/cap_android.cpp
modules/highgui/src/cap_avfoundation.mm
modules/highgui/src/cap_ffmpeg_impl.hpp
modules/highgui/src/cap_openni.cpp
modules/highgui/src/cap_qtkit.mm
modules/highgui/src/grfmt_webp.cpp
modules/highgui/src/precomp.hpp
modules/highgui/src/window.cpp
modules/highgui/src/window_w32.cpp
modules/highgui/test/test_drawing.cpp
modules/highgui/test/test_ffmpeg.cpp
modules/highgui/test/test_fourcc.cpp
modules/highgui/test/test_framecount.cpp
modules/highgui/test/test_grfmt.cpp
modules/highgui/test/test_gui.cpp
modules/highgui/test/test_positioning.cpp
modules/highgui/test/test_precomp.hpp
modules/highgui/test/test_video_io.cpp
modules/highgui/test/test_video_pos.cpp
modules/imgproc/include/opencv2/imgproc.hpp [moved from modules/imgproc/include/opencv2/imgproc/imgproc.hpp with 99% similarity]
modules/imgproc/perf/perf_precomp.hpp
modules/imgproc/src/precomp.hpp
modules/imgproc/test/test_precomp.hpp
modules/java/generator/config/core.filelist
modules/java/generator/gen_java.py
modules/java/generator/src/cpp/Mat.cpp
modules/java/generator/src/cpp/VideoCapture.cpp
modules/java/generator/src/cpp/converters.h
modules/java/generator/src/cpp/core_manual.hpp
modules/java/generator/src/cpp/features2d_manual.hpp
modules/java/generator/src/cpp/jni_part.cpp
modules/java/generator/src/cpp/utils.cpp
modules/legacy/include/opencv2/legacy.hpp [moved from modules/legacy/include/opencv2/legacy/legacy.hpp with 99% similarity]
modules/legacy/src/oneway.cpp
modules/legacy/src/precomp.hpp
modules/legacy/test/test_precomp.hpp
modules/ml/include/opencv2/ml.hpp [moved from modules/ml/include/opencv2/ml/ml.hpp with 99% similarity]
modules/ml/src/precomp.hpp
modules/ml/test/test_precomp.hpp
modules/nonfree/include/opencv2/nonfree.hpp [moved from modules/nonfree/include/opencv2/nonfree/nonfree.hpp with 100% similarity]
modules/nonfree/include/opencv2/nonfree/features2d.hpp
modules/nonfree/perf/perf_precomp.hpp
modules/nonfree/src/precomp.hpp
modules/nonfree/test/test_features2d.cpp
modules/nonfree/test/test_keypoints.cpp
modules/nonfree/test/test_precomp.hpp
modules/nonfree/test/test_rotation_and_scale_invariance.cpp
modules/objdetect/include/opencv2/objdetect.hpp [moved from modules/objdetect/include/opencv2/objdetect/objdetect.hpp with 99% similarity]
modules/objdetect/perf/perf_cascadeclassifier.cpp
modules/objdetect/perf/perf_precomp.hpp
modules/objdetect/src/datamatrix.cpp
modules/objdetect/src/precomp.hpp
modules/objdetect/test/test_cascadeandhog.cpp
modules/objdetect/test/test_precomp.hpp
modules/ocl/include/opencv2/ocl.hpp [moved from modules/ocl/include/opencv2/ocl/ocl.hpp with 99% similarity]
modules/ocl/perf/perf_haar.cpp
modules/ocl/perf/perf_pyrup.cpp
modules/ocl/perf/precomp.hpp
modules/ocl/src/precomp.hpp
modules/ocl/src/surf.cpp
modules/ocl/test/precomp.hpp
modules/ocl/test/test_haar.cpp
modules/ocl/test/test_hog.cpp
modules/ocl/test/test_pyrup.cpp
modules/photo/include/opencv2/photo.hpp [moved from modules/photo/include/opencv2/photo/photo.hpp with 98% similarity]
modules/photo/perf/perf_precomp.hpp
modules/photo/src/denoising.cpp
modules/photo/src/fast_nlmeans_denoising_invoker.hpp
modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp
modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp
modules/photo/src/precomp.hpp
modules/photo/test/test_denoising.cpp
modules/photo/test/test_precomp.hpp
modules/python/CMakeLists.txt
modules/python/src2/cv2.cpp
modules/python/src2/cv2.cv.hpp
modules/python/src2/hdr_parser.py
modules/softcascade/include/opencv2/softcascade.hpp [moved from modules/softcascade/include/opencv2/softcascade/softcascade.hpp with 99% similarity]
modules/softcascade/perf/perf_precomp.hpp
modules/softcascade/perf/perf_softcascade.cpp
modules/softcascade/src/precomp.hpp
modules/softcascade/test/test_precomp.hpp
modules/stitching/include/opencv2/stitching.hpp [moved from modules/stitching/include/opencv2/stitching/stitcher.hpp with 98% similarity]
modules/stitching/include/opencv2/stitching/detail/autocalib.hpp
modules/stitching/include/opencv2/stitching/detail/blenders.hpp
modules/stitching/include/opencv2/stitching/detail/camera.hpp
modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp
modules/stitching/include/opencv2/stitching/detail/matchers.hpp
modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp
modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp
modules/stitching/include/opencv2/stitching/detail/util.hpp
modules/stitching/include/opencv2/stitching/detail/util_inl.hpp
modules/stitching/include/opencv2/stitching/detail/warpers.hpp
modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp
modules/stitching/perf/perf_precomp.hpp
modules/stitching/perf/perf_stich.cpp
modules/stitching/src/matchers.cpp
modules/stitching/src/precomp.hpp
modules/stitching/test/test_precomp.hpp
modules/ts/include/opencv2/ts.hpp [moved from modules/ts/include/opencv2/ts/ts.hpp with 99% similarity]
modules/ts/include/opencv2/ts/ts_perf.hpp
modules/ts/src/precomp.hpp
modules/video/doc/motion_analysis_and_object_tracking.rst
modules/video/include/opencv2/video.hpp [moved from modules/video/include/opencv2/video/video.hpp with 100% similarity]
modules/video/include/opencv2/video/background_segm.hpp
modules/video/include/opencv2/video/tracking.hpp
modules/video/perf/perf_precomp.hpp
modules/video/src/video_init.cpp
modules/video/test/test_precomp.hpp
modules/videostab/include/opencv2/videostab.hpp [moved from modules/videostab/include/opencv2/videostab/videostab.hpp with 100% similarity]
modules/videostab/include/opencv2/videostab/deblurring.hpp
modules/videostab/include/opencv2/videostab/fast_marching.hpp
modules/videostab/include/opencv2/videostab/frame_source.hpp
modules/videostab/include/opencv2/videostab/global_motion.hpp
modules/videostab/include/opencv2/videostab/inpainting.hpp
modules/videostab/include/opencv2/videostab/log.hpp
modules/videostab/include/opencv2/videostab/motion_core.hpp
modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp
modules/videostab/include/opencv2/videostab/optical_flow.hpp
modules/videostab/include/opencv2/videostab/outlier_rejection.hpp
modules/videostab/include/opencv2/videostab/ring_buffer.hpp
modules/videostab/include/opencv2/videostab/stabilizer.hpp
modules/videostab/include/opencv2/videostab/wobble_suppression.hpp
modules/videostab/src/frame_source.cpp
modules/videostab/src/optical_flow.cpp
modules/videostab/src/outlier_rejection.cpp
modules/videostab/src/precomp.hpp
modules/world/include/opencv2/world.hpp [moved from modules/world/include/opencv2/world/world.hpp with 98% similarity]
modules/world/src/precomp.hpp
samples/cpp/stitching.cpp
samples/cpp/videostab.cpp
samples/gpu/alpha_comp.cpp
samples/gpu/opengl.cpp
samples/gpu/video_reader.cpp