migration: github.com/opencv/opencv
authorAlexander Alekhin <alexander.alekhin@itseez.com>
Thu, 16 Jun 2016 14:39:38 +0000 (17:39 +0300)
committerAlexander Alekhin <alexander.alekhin@itseez.com>
Tue, 12 Jul 2016 09:54:33 +0000 (12:54 +0300)
commitbb5e25ba7c551c244c1f677cd4cba350097deb7c
tree6c146669c0fd094b28c9d68b602c3096ebd5f20a
parent688bd289873e09e93546badf779cab40a8ce0d78
migration: github.com/opencv/opencv
76 files changed:
CONTRIBUTING.md
cmake/OpenCVPackaging.cmake
cmake/templates/changelog.Debian.in
doc/opencv_cheatsheet.tex
doc/tutorials/core/basic_geometric_drawing/basic_geometric_drawing.rst
doc/tutorials/features2d/feature_description/feature_description.rst
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
doc/tutorials/features2d/trackingmotion/corner_subpixeles/corner_subpixeles.rst
doc/tutorials/features2d/trackingmotion/generic_corner_detector/generic_corner_detector.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/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/introduction/clojure_dev_intro/clojure_dev_intro.rst
doc/tutorials/introduction/crosscompilation/arm_crosscompile_with_cmake.rst
doc/tutorials/introduction/desktop_java/java_dev_intro.rst
doc/tutorials/introduction/display_image/display_image.rst
doc/tutorials/introduction/how_to_write_a_tutorial/how_to_write_a_tutorial.rst
doc/tutorials/introduction/ios_install/ios_install.rst
doc/tutorials/introduction/linux_install/linux_install.rst
doc/tutorials/introduction/windows_install/windows_install.rst
doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst
doc/user_guide/ug_intelperc.rst
doc/user_guide/ug_kinect.rst
modules/core/doc/basic_structures.rst
modules/features2d/test/test_lshindex_flannbased_matcher.cpp
modules/gpu/doc/introduction.rst
modules/highgui/doc/reading_and_writing_images_and_video.rst
modules/highgui/doc/user_interface.rst
modules/highgui/src/cap_libv4l.cpp
modules/highgui/src/cap_v4l.cpp
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/objdetect/doc/cascade_classification.rst
modules/python/test/test_digits.py
modules/python/test/test_gaussian_mix.py
modules/python/test/tests_common.py
samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/CameraCalibrationActivity.java
samples/cpp/facial_features.cpp
samples/cpp/stereo_calib.cpp
samples/python/chessboard.py
samples/python/cvutils.py
samples/python/demhist.py
samples/python/dft.py
samples/python/distrans.py
samples/python/edge.py
samples/python/ffilldemo.py
samples/python/fitellipse.py
samples/python/houghlines.py
samples/python/inpaint.py
samples/python/logpolar.py
samples/python/morphology.py
samples/python/numpy_array.py
samples/python/watershed.py