[opencv] annotated tag 3.2.0 created (now 296c6c9)

Nobuhiro Iwamatsu iwamatsu at moszumanska.debian.org
Sat May 13 09:58:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

iwamatsu pushed a change to annotated tag 3.2.0
in repository opencv.

        at  296c6c9   (tag)
   tagging  70bbf17b133496bd7d54d034b0f94bd869e0e810 (commit)
  replaces  3.2.0-rc
 tagged by  Alexander Alekhin
        on  Fri Dec 23 15:55:28 2016 +0300

- Log -----------------------------------------------------------------
OpenCV 3.2.0

Alexander Alekhin (6):
      calib3d: fix InputArray -> CvMat
      photo: fix InputArray -> CvMat
      Merge pull request #7915 from alalek:CvMat
      Merge pull request #7901 from peterentwistle:fixClassifierTutorialLinks
      cmake(osx): fix CoreImage error (#7916)
      OpenCV Version++

Peter Entwistle (1):
      Fixed broken links in the cascade classifier tutorial

Vadim Pisarevsky (2):
      moved BLAS/LAPACK detection scripts from opencv_contrib/dnn to the main repository (#7918)
      restored OpenBLAS detection; fixed MKL's lapack header (#7921)

Vitaly Tuzov (1):
      Merge pull request #7802 from terfendail:ovxhal_wrappers_migration

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  b9b40a7   Exposure and autofocus properties fixed/added.
       new  16a3773   Fix inlier assignment in Hungarian algorithm
       new  96654f0   make sure cap_v4l is used by default on Linux
       new  387214a   do not open libopencl by dlopen if HAVE_OPENCL is not set
       new  22599a2   define g_haveOpenCL only when HAVE_OPENCL is set
       new  4cfe2b4   Merge tag '3.1.0'
       new  fb63cbb   path to videocapture-get changed
       new  9236322   Merge pull request #5848 from IshankGulati:broken-link-fix
       new  afdbd85   Merge pull request #5843 from jia-kai:disable-dlopen-opencl
       new  4f3b58d   fix reshape call not being an inplace method fixes #5853 #4740
       new  9636b5e   reduce k_fold parameter
       new  e85b235   [master] Fixed PCH warning during ARM crosscompilation
       new  24dbb43   pkg-config: modules list contains only OpenCV modules (fixes #5852)
       new  f550ddb   Merge pull request #5854 from Dikay900:em_predict_fix
       new  a7d3e30   fix probably copy paste like error in rgb2luv doc fixes #5689
       new  bb78b01   fix mat copy in shape fixes #5643
       new  1ba2286   fix uninitialized matrix in EM::predict fixes #5443
       new  b3bbe77   add jaccardDistance measure for rectangle overlap
       new  d16723f   changed to find TBB library(VS2015)
       new  f26d0c5   Merge pull request #5856 from Dikay900:fix_rgb2luv_doc
       new  8c545c0   Merge pull request #5865 from Dikay900:fix_matcopy_shape
       new  a4aeba3   Merge pull request #5866 from Dikay900:patch-2
       new  9c58741   Merge pull request #5868 from atinfinity:pullreq/151223-FindTBB-VS2015
       new  e607a85   png-image-compatibility
       new  25b044e   fix a bug in updateTrainingSet
       new  5fa6423   Merge pull request #5860 from Dikay900:patch-1
       new  8d79285   Merge pull request #5840 from paroj:v4ldefault
       new  ac481e6   calib3d: port Rodrigues to cpp primitives
       new  3d85e7a   features2d agast: clear in/out keypoints container
       new  6b4d4a8   solve videoio/src/cap_mjpeg_decoder.cpp compiling problem using VS 2008
       new  6997d42   fix normalize in case of inplace operations
       new  4db6d99   also port Rodrigues in Affine to Matx expressions
       new  17e4d33   added regression test for #5876
       new  24da1ba   added videoio docs and tutorials
       new  64a57f7   Support for opengl2 in vtk 7.1
       new  66738d7   Modified sparse pyrlk optical flow to allow input of an image pyramid which thus allows caching of image pyramids on successive calls. Added unsigned char support for 1, 3, 4 channel images.
       new  cdb9c60   gpu samples: fix REMOVE_ITEM error
       new  5427ede   WinRT consistency
       new  2d1cb14   fix cv::MARKER_TRIANGLE_UP
       new  029dfbc   opencv_core: CUDA: check if __CUDA_ARCH__ is defined before comparing it
       new  8531e6d   May be it can solve issue 5908
       new  f9e2b03   Merge pull request #5873 from paroj:cpprodrigues
       new  9012ff4   Merge pull request #5880 from alalek:fix_5863
       new  512e73d   Merge pull request #5881 from alalek:fix_5878
       new  76c9714   Merge pull request #5883 from alalek:fix_5876
       new  290b4d6   Merge pull request #5902 from alalek:fix_gpu_samples
       new  c06eaf8   Merge pull request #5904 from GregoryMorse:master
       new  1e4ad33   Merge pull request #5906 from berak:fix_marker
       new  fade402   Merge pull request #5861 from alalek:fix_pkgconfig
       new  5afd0e2   ml: fix NormalBayesClassifier bulk prediction(#5911)
       new  430e2f2   Merge pull request #5916 from berak:NormalBayesClassifier_bulk_prediction
       new  3456787   Merge pull request #5771 from dtmoodie:pyrlk
       new  a7aa198   fixing issue #4969 of Itseez/opencv.
       new  3405a86   Add LLVM c++_static c++_shared STL targets
       new  262a52f   Enable NEON for the arm64 architecture too
       new  6c8bc6a   fixed ABI incompatibilities as proposed by alalek
       new  66eda72   fixed a doxygen issue
       new  551b5d3   StereoSGBM.cpp - use SSE2 for pass 2 using MODE_HH
       new  4e469f2   Changed parameter order in documentation
       new  3f17273   added wrapped load function for python as suggested by gat3way
       new  a8b27ae   Merge pull request #5910 from rokm:cuda-warnings
       new  22acd96   Merge pull request #5924 from Photonomie:release/3.1.0-patched
       new  ec466ed   Merge pull request #5936 from ejoebstl:master
       new  43033f0   ts: move PARAM_TEST_CASE and GET_PARAM into ts.hpp
       new  7a62a82   Merge pull request #5914 from LaurentBerger:I5908
       new  1e09286   Add missing implementation to one of the Mat_<_Tp> constructor. (#5945)
       new  49d3e39   test: added regression test for convexityDefects (#5908)
       new  70cb17b   Merge pull request #5947 from takacsd:patch-2
       new  0c9c7d5   Added test for checking that solvePnPRansac accepts vector<Point3f> and Nx3 1-channel or 1xN/Nx1 3-channel matrices as input.
       new  e784ea7   Fixed getSubset method to support Nx3 1-channel matrices as input (3xN 1-channel matrices doesn't supported at all).
       new  285eb0a   videoio ffmpeg: fix buffer allocation for unaligned frame sizes
       new  3e176bb   fisheye documentation typo
       new  5a99833   Merge pull request #5943 from alalek:regression_5908
       new  e3690db   Merge pull request #5949 from akarsakov:fixed_solvePnPRansac_input_handling
       new  c7481c5   Fix the mouse bug and the problem of collapse
       new  e6ac2ca   make Xcode 7.2 happy.
       new  3d2fc6c   Merge pull request #5952 from alalek:ffmpeg_alloc_buffer
       new  e67178c   fix LR predict with raw output in 2-class case
       new  542f2b2   clean up code for train and predict methods of LR
       new  47cdb04   fix assignment of class labels
       new  c7ccde6   fix TLS implementation (closes #5967)
       new  7494fa3   Merge pull request #5923 from powderluv:master
       new  cda8e44   Merge pull request #5954 from smidm:patch-1
       new  d6134a0   Merge pull request #5962 from BinMatrix:patch-4
       new  0655a2d   Merge pull request #5963 from KeySecure:master
       new  a1d7e38   Merge pull request #5964 from amroamroamro:fix_lr
       new  cb0b2bd   Merge pull request #5965 from amroamroamro:fix_concentric_spheres
       new  c3ad8af   Merge pull request #5968 from alalek:fix_5967
       new  c8ff7a4   build: fix opencv_world with CUDA
       new  bc46682   Merge pull request #5893 from dtmoodie:vtk
       new  df89e76   Merge pull request #5922 from DarwinsBuddy:fix_no_py_load_svm_bug
       new  fcbb57a   Added ability to disable lighting in the viz-module. When I reconstructed the 3D scene I want to show it as viz::WMesh with an initial value of lighting. For this I disable lighting and shadows: cv::viz::Viz3d viz_3d_window("3D"); viz_3d_window.setRenderingProperty("mesh", cv::viz::LIGHTING, 0);
       new  243c513   Merge pull request #5969 from alalek:fix_cuda_world
       new  c35ddcb   cmake: refactor OpenCL detection, allow custom configurations
       new  9d4ee2f   cmake: added generation of CMakeVars.txt
       new  9cd6731   cmake: add DEBUG_PRE/DEBUG_POST commands handling
       new  8f37a3a   cmake: make ocv_cmake_dump_vars() case insensitive
       new  c75f9c8   cmake: turn off precompiled headers in case of opencv_world builds
       new  ec1e1c6   Merge pull request #5976 from alalek:fix_cmake_opencl
       new  6405796   Merge pull request #5979 from alalek:world_disable_pch
       new  5312db9   added equality
       new  68eab8e   Merge pull request #5884 from alalek:cmake_vars
       new  9a783d2   Update license year range to 2016
       new  8203b82   Merge pull request #5981 from IshankGulati:feature_homography
       new  3f8d5be   Merge pull request #5971 from AlexeyAB:correct_lighting_3d_reconstruct
       new  474c53a   Fixed parser for img1_filename and img2_filename.
       new  1b53526   better png transparency handling
       new  bdb9cf4   fix inversed grayscale conditional
       new  347ffbb   Merge pull request #5983 from pra85:patch-1
       new  cc3b2f6   Added a helpful comment on the scale parameter of the spherical warper.
       new  24bbdeb   include available modules only
       new  b6c5936   Removed trailing whitespace.
       new  9bee835   cmake: fix python detection
       new  5c8907c   Merge pull request #5992 from ejoebstl:master
       new  75b7093   Merge pull request #5994 from alalek:fix_include_opencv
       new  c5531a7   Merge pull request #5985 from Entodi:patch-1
       new  1cd3c6f   Merge pull request #6000 from alalek:fix_python_detection
       new  c35b00a   fix code snippet showing how to use SparseMat
       new  2f5ea34   Update indentation to match rest of file
       new  05cfe28   Fix parsing of training vecs for FlannBasedMatcher
       new  34c006f   Fixed ximea cmake settings
       new  a387d6f   - removed whitespaces
       new  96f5a93   test: regression 5991
       new  2978a16   core: preserve sizes values (fixes #5991)
       new  be4312e   Wrap DenseOptFlow class around Farneback optical flow computation
       new  6e3b90d   Add static creator for TVL1 optical flow class
       new  9b70c44   Adding interface for Sparse flow computation
       new  e22b838   Wrap SparseOptFlow class around PyrLK optical flow computation
       new  4894aac   Merge pull request #6012 from mzajko:xi_cmake_update
       new  1a0282d   CUDA median filtering using histograms
       new  a4692a0   Merge pull request #6035 from ogreen:master
       new  ed8368f   fixed to use NVCUVID in 'cudacodec' module.
       new  bf604f1   Reduce variables scope
       new  db6e095   added cmakedefine to cmake/templates/cvconfig.h.in
       new  43a1874   Bug correction: The "CvCaptureCAM_XIMEA::getProperty" method had not the same signature as "CvCapture::getProperty" so it was not called when we use the "VideoCapture::get" method (the "const" specifier was missing).
       new  e0baa02   Merge pull request #6036 from atinfinity:pullreq/160130-enable-nvcuvid
       new  35014a9   Merge pull request #6048 from philippefoubert:ximea_bugfix
       new  a2bda99   MacOSX / QTKit capture: trying to fix invalid timer call
       new  6f51dd1   Merge pull request #6009 from patricksnape:flann_python_fix
       new  7e472fb   ocl: thread-safe OpenCL loading (6056)
       new  194b865   update documentation of cv::repeat
       new  dabce70   Merge pull request #6057 from alalek:fix_opencl_load_threadsafe
       new  56c89e0   Merge pull request #6014 from alalek:fix_5991
       new  89df792   revert PR 5362
       new  ea8f9b0   Merge pull request #6062 from StevenPuttemans:fix_cascade_detect
       new  b2d4466   Merge pull request #6058 from sturkmen72:documentation_fix_cv_repeate
       new  da48061   Add interrupt callback with default timeout of 30s. Fixes #5730.
       new  b148ef2   Merge pull request #6053 from peters:master
       new  6cdf311   deactivate build options by default that are not supposed the be ON by default
       new  8733997   add clarification on the acces paramter of the at operator
       new  0e909aa   Merge pull request #6067 from StevenPuttemans:adapt_cmake
       new  e04f372   Merge pull request #6068 from StevenPuttemans:add_at_matrix_info
       new  c10c8db   cmake: skip checks for host paths on cross-compilation (5897)
       new  c09b600   ffmpeg: compatibility guard for interrupt callback feature
       new  4a5ed70   removed dirname variable
       new  f9f5313   Merge pull request #6075 from pranavg189:master
       new  4f54978   Removed gittip link
       new  a70c54f   Added suggestions from PR6068
       new  b030ac0   Ensure the Cuda context is initialized correctly as long as the setDevice is not called in a multi-thread environment.
       new  cd96df1   Update mat.hpp
       new  112aa49   ExifReader::getFormat : check buffer length before accessing, fixes 6059
       new  7ba9b4f   Merge pull request #6085 from StevenPuttemans:add_at_matrix_info
       new  afdcfcc   Merge pull request #6082 from alekcac:alekcac-readme-changes
       new  e4dc479   Merge pull request #6088 from mshabunin:fix-exif-parsing
       new  46e08d3   T-API python support implemented:  - cv2.UMat implemented - python thin wrapper for UMat  - no implicit copy from GPU to Host done, resulting UMat can be passed to next function without overhead  - cv2.UMat.get() - to fetch data to Host  - new tests covers: ORB, BFMatcher, goodFeaturesToTrack, calcOpticalFlowPyrLK
       new  c216573   ximea interface update
       new  de8b3ee   cmake: add timestamp into build info log (6089)
       new  1dac67f   cmake: add version control revision info for extra modules
       new  9ac3517   cmake: remove non-ascii symbols
       new  b529b37   Merge pull request #6032 from mzajko:ximea_getprop_update
       new  6a0d3b3   Called after setDevice. Wrap in a cudaSafeCall.
       new  a2f0963   SVMSGD class added
       new  40bf97c   Refactored SVMSGD class
       new  acd7403   Increasing the dimension of features space in the SVMSGD::train function.
       new  bfdca05   Added margin type, added tests with different scales of features.
       new  41c0a38   Fixed test samples for tests with different borders
       new  05353a1   Removed trailing whitespaces
       new  c522172   Fixed small bug in SVMSGD::clear().
       new  617dd5d   Fixed doc/opencv.bib
       new  0307dd1   Minor fix in declaration of SVMSGD::setOptimalParameters
       new  5496ded   Fixed warnings.
       new  8ac96ee   Merge pull request #6073 from alalek:fix_5897
       new  5efadcb   Merge pull request #6042 from Dmitry-Me:reduceVariablesScope
       new  2c4ed7f   Merge pull request #6051 from mshabunin:fix-cap-qtkit
       new  87bbaa2   ocl: OpenCL headers are located in "CL" subfolder (3rdparty/include)
       new  c7bdbef   ocl: fix OpenGL sharing detection (6052)
       new  b2ca10a   cmake: fix find_library() for bzip2
       new  5384a22   Adapted estimateNewCameraMatrix to make it work with pincushion-like distortion.
       new  80102b7   Merge pull request #6074 from alalek:ffmpeg_interrupt_callback_compatibility
       new  15793b1   add TestData::getTestSamples()
       new  54abb83   ml: moved getTestSamples implementation to src
       new  f48cda2   test: initialize test data in test_umat.cpp (6102)
       new  359acc0   Tutorials: moved imgcodecs and videoio tutorials to separate pages
       new  6c0c046   Tutorials: moved Megamind.avi files to samples/data folder
       new  232f564   Update imgproc.hpp
       new  84bf768   Merge pull request #6100 from alalek:fix_5934
       new  28dd315   Merge pull request #6104 from alalek:issue_6102
       new  4546139   - remove zero threshold that prevents ORB from finding any local features
       new  4c5af4f   - add ROI selection, allow device input, use BB for area exclusion   - previously BB was ignored for first frame, now masks analysis area   - also allow real-time feedback of processing
       new  d7e57f2   - fix typo from last minute change
       new  335f7e7   - trim whitespace, as required by build machine
       new  ff54952   Corrected spelling mistakes
       new  77fa8d9   - fix windows-based warnings for type casts
       new  02cd8cf   Deleted illegal type values.
       new  8c29380   Merge pull request #6105 from mshabunin:tutorial-folder-correction
       new  1aeff45   Merge pull request #6103 from mshabunin:add-get-samples
       new  d1a2c73   Merge pull request #6090 from alalek:feature_6089
       new  8c591eb   Merge pull request #6060 from alalek:fix_opencl_opengl_sharing_6052
       new  a54870a   Added filename emptyness check to the Exif reader, fixes 6120
       new  03d6d20   Merge pull request #6113 from rahulchhabra07:patch-1
       new  2549baf   Merge pull request #6121 from mshabunin:fix-check-imencode-exif
       new  e55a053   ximea new param
       new  06ea709   Merge pull request #6129 from mzajko:xi_new_param
       new  da93a55   Thrust allocator for temporary storage used with thrust algorithms.
       new  c0e3493   Merge branch 'thrust_allocator' of https://github.com/dtmoodie/opencv
       new  9a44e92   Fix the missing - in file.
       new  46662cc   Merge pull request #6136 from mbarnach:6135-Fix-upperbody_xml_in_cuda
       new  3f1eeba   findHomography sets output mask to all zeros in case of no inlier
       new  7ad8497   Fixed Fisheye Camera model documentation.
       new  95608b1   free -> deallocate
       new  177aef0   Merge pull request #6141 from Aravind-Suresh:fisheye-documentation-fix
       new  74ee9ac   Add an Issue template for new issues
       new  7ff9360   Create a Pull Request template
       new  f3c4a6a   Rename parameters lambda, gamma0 and c.
       new  9d9a5bb   Fixed documentation.
       new  068677a   Fixed documentation.
       new  bb60527   clarify how to use fisheye::distortPoints
       new  ee2f8d0   Cocoa backend: added checks before accessing sliders dictionary
       new  3cc2345   Added build warnings in case of macro definition conflicts
       new  3a92371   EXIF reader: fixed file descriptor leak in case of broken tags
       new  1715417   Merge pull request #6166 from mshabunin:fix-exif-fds-leak
       new  81f21e6   Merge pull request #6139 from ioxp:master
       new  74c87a2   Delete function areClassesEmpty().
       new  d484893   Deleted functions makeTrainData() and makeTestData() in test_svmsgd.cpp. Added function makeData() in test_svmsgd.cpp.
       new  53711ec   Deleted default value for parameters in docs. Added some asserts.
       new  3f0a51b   Fixed documentation.
       new  d2e5f90   cmake: fix cv2.lib conflict for python2/3 bindings (MSVS)
       new  f4f1561   Fixed cv::cuda::reduce bug.
       new  23ba941   Fix for issue 6146
       new  d64b35f   Fix for issue 6146 and some grammar corrections
       new  cd1aef7   Merge pull request #6174 from alalek:fix_python_msvs
       new  7600757   Merge pull request #6181 from delftswa2016:fix-for-issue-6146
       new  318671d   Merge pull request #6148 from Aravind-Suresh:cv-cuda-reduce-bug-fix
       new  34b8f1d   Merge remote-tracking branch 'refs/remotes/Itseez/master'
       new  fa1426f   fix python ml tutorials
       new  cb01201   Merge pull request #6190 from berak:fix_ml_python_tutorial
       new  410eb30   Fix for #6192 (Mismatching delete)
       new  2234016   Added Subdiv2D class documentation
       new  238b47d   Added param documentation
       new  5e631d5   Merge pull request #6194 from eladj:subdiv2d_documentation
       new  77f54e0   Merge pull request #6161 from mshabunin:fix-mac-sliders
       new  7f4a1bc   Merge pull request #6160 from paroj:fe_distort
       new  bc6ed14   Merge pull request #6193 from trombipeti:Fix_#6192
       new  ff77f4d   GStreamer: allow reading raw MJPEG data
       new  ab4d375   Add new tests on python
       new  5625d79   Fix loading images in python tests
       new  5657156   Add k-means python test, fix loading images in calibration test
       new  aaa43dc   Add morphology python test, fix python3 compabtibility in kmeans test
       new  cb7cc81   Add dft python test, fix platform depended result in morphology test
       new  3a51cae2  Fix rectangle selection in some of python samples
       new  d579f08   Fix mouse control in asift and find_obj samples
       new  e90dc20   Update letter_recog sample to current version of opencv interfaces
       new  8686817   Fix py3 comatibility
       new  54c07ba   Add 2 new tests, bugfixed in old tests
       new  4e3a632   Fixes in calibration and camshift tests
       new  87fc75c   Improvements in tests, bugfix in digits_video sample
       new  0c6e09f   Changes in facedetect test
       new  e4fed41   Add segmentation and object tracking python tests
       new  22b028b   Fix warnings in python3
       new  88a33a4   Merge pull request #6201 from paroj:gst_noconvert
       new  7842c0d   add link to http://answers.opencv.org for questions
       new  dccbf50   Fixed VS 2010 and option Za bug.
       new  275bfcf   fix logPolar/linearPolar
       new  27abd4d   Filter2D HAL interface
       new  8414c65   Fixed build with older ippicv
       new  85b2c2a   Fixed build with older standalone IPP versions
       new  17cd1da   HAL Filter2D interface: Updated according to comments
       new  98fff4a   Added separate hal::SepFilter2D class
       new  ec66a37   logPolar/linearPolar: more accurate processing near zero angle slice
       new  8266903   Merge pull request #6205 from Aravind-Suresh:vs-za-option-bug-fix
       new  e587c24   Merge pull request #6145 from Dikay900:patch-3
       new  eeec404   Merge pull request #6144 from Dikay900:patch-2
       new  05a68fd   Merge pull request #6118 from Emoters:hotfix/planar_tutorial_fixes
       new  b47f260   missing break statement
       new  9ebbfc7   Merge pull request #6207 from StevenPuttemans:fix_annotation
       new  2144afd   move GitHub templates into .github folder
       new  f4b502d   Adds supports for the majority of features2d to the Java wrappers: * Adds the main features2d header to the parse list for the generator. * Removes the manual definition of drawKeypoints and drawMatches since these are now included in the main header. * Updates the generator to ignore SimpleBlobDetector, FlannBasedMatcher and DescriptorMatcher as these cause conflicts with the generator. This is okay since these were not previously included in the distribution anyway [...]
       new  9b8013d   gcc6: fix misleading indentation warning
       new  78475a4   fix: bg substraction for float images with OpenCL
       new  e2434ab   Use AKAZE detector instead of ORB in feature_homography test
       new  cbd0ee2   revert: java bindings become CMake modules (loadable plugins)
       new  a7d28f3   Merge pull request #6217 from krrishnarraj:master
       new  108ddc1   Fix that corrects the OpenCV's random access iterator distance: d(x,y) = -d(y,x)
       new  508c382   Merge pull request #6208 from alalek:templates
       new  bcca213   Merge pull request #6224 from alalek:fix_java_binary
       new  c41dc91   Merge pull request #6232 from piotr-semenov:semenovp_fixes
       new  f819323   Fix AGAST keypoint declared size.
       new  da82acd   Merge pull request #6241 from cbalint13:agast
       new  bad09e5   Merge pull request #6206 from alalek:polar_fix
       new  c9db05d   Merge pull request #6137 from dtmoodie:thrust_allocator
       new  c186f42   Merge pull request #6119 from mshabunin:hal_filter2d
       new  cd1426b   Merge pull request #6025 from sovrasov:new_python_tests
       new  fbc221d   Merge pull request #6096 from mnoskova:mn/SVMSGD_to_opencv3_0
       new  826b5a2   Update lda.cpp
       new  4555f9a   svmsgd.cpp, fix #6248
       new  79ac072   train_svmsgd.cpp : float response
       new  45f9d32   Removed older libraries pointing to 2.4 in eclipse tutorial docs
       new  cc3433f   Merge pull request #6045 from matthieu-ft:master
       new  4f9e1a9   Merge pull request #6249 from sturkmen72:patch-15
       new  708761b   Merge pull request #6253 from berak:patch-1
       new  695a430   Merge pull request #6254 from berak:patch-2
       new  a90a576   fixed incorrect behaviour of move semantics for cv::Ptr, cv::Mat, cv::UMat in case when rvalue-reference references to *this.
       new  5517ea0   Merge pull request #6255 from delftswa2016:fix-5002
       new  7783206   Merge pull request #6259 from polevoy-d-v:move_sematics_fix
       new  42c36c0   Linux bug fix for ThrustAllocator.
       new  947307b   Merge pull request #6261 from dtmoodie:issue_6251
       new  0b08d25   fix potential race condition in canny.cl.
       new  97d8ca3   Merge pull request #6266 from gongzg:master
       new  79ecefb   Implemented async calls.
       new  a8ca560   Fixed more missing async calls.
       new  7a934f9   Compatibility and bug fixes.
       new  a21ede9   Thrust allocator usage.
       new  1d21493   Merge branch 'issue_6251' of http://github.com/dtmoodie/opencv into thrust_allocator_usage_pr
       new  dd510e1   Fix incompatibility with some C++11 implementations
       new  7449039   Merge pull request #6268 from robbertkl:patch-1
       new  81b11ee   Replace deprecated malloc.h
       new  150a9e8   suppress warning while generating solution in cmake
       new  08d5ab5   Merge pull request #6274 from Bleach665:cmake_policy_0020
       new  d6060bb   Merge pull request #6270 from robbertkl:patch-2
       new  93e50da   fix build detect_mser sample in vc2010
       new  00ea7fe   Merge pull request #6273 from Bleach665:vs2010_mser_sampl
       new  f715e5b   Add support for YUV 4:2:0 NV12 frame format in VFW camera capture
       new  1bd8bcb   Remove cstdio debug
       new  2f4e38c   Merge pull request #6283 from jlubawy:vfw-surface4-fix
       new  2a0a27d   add cascade classifier info - total number of unique features passed to boosting process
       new  da189ce   Fixed regression in cv::VideoCapture with gstreamer back end that prevented viewing of rtsp streams.
       new  fd61978   Add goodfeatures python test and cleanup in test directory
       new  4e479d5   Merge pull request #6290 from dtmoodie:thrust_allocator_usage_pr
       new  40eb613   Make install paths relative to CMAKE_INSTALL_PREFIX
       new  e0c6549   remove opencv_contrib dependancy from planar_tracking.cpp
       new  bebab8d   fix: 6149 (through CV_Error on wrong image type)
       new  8337969   HAL interface for morphology operations
       new  3b6190d   Merge pull request #6150 from lvv:fix-6149-applColorMap
       new  a4e35d8   Merge pull request #6267 from dtmoodie:issue_5918
       new  f312752   Merge pull request #6214 from vonnieda:java_features2d
       new  2641634   Merge pull request #6300 from berak:fix_akaze_sample
       new  fd1b66b   Merge pull request #6286 from StevenPuttemans:add_num_features_info
       new  278747b   Add support for ffmpeg 3.0.
       new  688b4d9   return 0 from VideoCapture::read() when cannot connect to camera
       new  d2d5d32   remove trailing whitespace
       new  e547916   Merge pull request #6285 from sovrasov:python_tests_cleanup
       new  e792ee8   Merge pull request #6243 from mshabunin:hal_morph
       new  9dc14b3   cap_gst: inspect sink instead of videoconvert to find out properties
       new  7277438   Using find_package to import custom HAL library
       new  79ffaa8   Fixed cutom_hal.hpp file generation
       new  0b389b2   fix changed libraries in eclipse tutorial
       new  1f8fd53   Replace of some synthetic scenes in python samples
       new  0ac31a0   highgui: add CV_GUI_* flags to enum in cpp so they appear in bindings
       new  50edaae   Merge pull request #6322 from berak:fix_linux_eclipse_tutorial
       new  05384f0   Merge pull request #6313 from amannababanana:master
       new  a490b64   Add function setRNGSeed and seed setup in python tests
       new  362d52a   Fix doxygen warnings
       new  ee123b8   Merge pull request #6311 from peters:master
       new  481473e   Merge pull request #6326 from sovrasov:python_samples_update
       new  1e1dc14   Merge pull request #6321 from mshabunin:hal_cmake
       new  68d9750   Error message for wrong kernel size was insufficient.
       new  93ff1fb   Correct image borders and principal point computation in cv::stereoRectify
       new  0712bcc   Fix epsilon comparison when splitting
       new  72ed417   Change setRNGSeed implementaion
       new  ee92a36   Added parallel implementation of compute_gradient method.
       new  ff0d115   Merge pull request #6332 from sovrasov:python_rng_seed
       new  2be805c   kalman.py was broken totally
       new  1740218   small platform compatability fix for ESC key
       new  d046602   Enforced DecisionFunction vector indexes to be saved on SVM save/load methods
       new  9c3f790   Box filter implemented for CV_32FC1
       new  493ac1d   code style
       new  f635381   add testcase for CV_32FC1
       new  a056c9b   Merge pull request #6329 from paroj:window_gui_cpp
       new  a821fde   add performance test for CV_32FC1
       new  a5af69d   Java wrapper for moments: do not truncate values in set method
       new  ab3fb8b   Merge pull request #6340 from BloodAxe:parallel_logistic_regression
       new  873884a   Merge pull request #6346 from filipsladek:box_filter_32FC1
       new  0634808   Added description of the AR model
       new  21513ca   missing right quote
       new  fbbe758   Merge pull request #6353 from shengyu7697:fix_right_quote
       new  0c06876   Merge pull request #6351 from mshabunin:fix_java_moments
       new  46d218b   Merge pull request #6312 from KnockSoftware:split-float-epsilon
       new  7d9a480   ffmpeg: interrupt callback fix
       new  7d4a8bc   Merge pull request #6358 from alalek:ffmpeg_fix_timeout
       new  1f7fea9   Merge pull request #6244 from dreifachstein:topic-cmake-install
       new  a7fe73f   fix OpenCV_CONFIG_PATH get null value after CMake 2.8.11
       new  7783836   Merge pull request #6265 from huang-qiao:master
       new  2d41321   fix quote
       new  06ea0aa   Merge pull request #6367 from shengyu7697:fix_quote
       new  5877deb   HAL resize, warpAffine, warpPerspective interface
       new  695e33b   Fix missing format when writing Algorithm-based objects
       new  008abd2   Extracted HAL interfaces for DFT/DCT, added new test
       new  15783cf   Always use hal::dft in crossCorr function
       new  f40d701   DFT: renamed HAL functions
       new  233612e   Reworked HAL dft/dct interface, added replacement documentation
       new  47c4ee9   operator<< handles keys starting with underscore
       new  78286f3   Merge pull request #6381 from ioxp:persistenceFix
       new  1b3a967   Enable directly writing jpeg-encoded streams with GStreamer
       new  2f0676f   Merge pull request #6298 from andy-held:master
       new  e489f29   v4l/libv4l: allow opening device by name
       new  91678ff   cap_v4l: allow manually controlling exposure
       new  2b29db8   Merge pull request #6391 from virtuald:v4l-device-name
       new  1307bb1   Merge pull request #6314 from mvukad:bugfix_dtreeswrite
       new  9dd962c   Bug Fix for Issue 6288
       new  8f6e102   Merge pull request #6345 from eduardohenriquearnold:master
       new  ee9f889   Merge pull request #6352 from fraserharris:patch-1
       new  36477fd   Merge pull request #6344 from anatolix:kalmanpyfix
       new  9744073   videoio: give chance for all enabled backends
       new  edb6a0e   Bug fix for MLP predict for small values to avoid nan responses.
       new  cc7a1a2   Deactivated two noisy camera-retrieval log messages in android
       new  fc9f7cc   Merge pull request #6375 from ohnozzy:Bug-Fix-for-Issue-6288
       new  d8629b0   Merge pull request #6335 from themightyoarfish:canny_kernel_sz_fix
       new  49b4af1   Merge pull request #6395 from Tauranis:master
       new  b922d49   vectorize process + enable early quitting/storage + enable delete annotion option
       new  b99d010   Fixed memory leak in flann KMeansIndex
       new  9876352   Merge pull request #6382 from StevenPuttemans:update_annotation_tool
       new  fc55e54   Merge pull request #6318 from paroj:gst_cap_props
       new  ed508dc   Merge pull request #6399 from mshabunin:fix-flann-memleak
       new  4a9170b   Thresholding Tutorial using inRange function on a video
       new  fc5e32c   Merge pull request #6305 from rishirajsurti:master
       new  372890f   fix #6315
       new  9be6b4f   Bug Fix for 6377
       new  c34bb0e   remove warnings generated during TS module tests
       new  88c0d64   fixing gstreamer cap
       new  ac32450   Merge pull request #6405 from StevenPuttemans:fix_gstreamer_cap_linux
       new  ccff203   Merge pull request #6407 from StevenPuttemans:fix_ts_perf_warnings
       new  0df901b   Merge pull request #6404 from solosuper:bugfix/issue6315
       new  e9461d3   templated std::vector<T> constructor was being called instead of const std::vector<cv::cuda::GpuMat>.
       new  9823966   fix for writing 16-bit jpeg2000
       new  169b5e9   Merge pull request #6359 from alalek:videocapture_exceptions
       new  ba3b1de   Updates for XCode 7.3
       new  809c159   Merge pull request #6414 from mshabunin:fix-macosx-warnings
       new  9393a0c   cmake: don't use -isystem for opencv_contrib paths
       new  a513f48   Merge pull request #6406 from ohnozzy:Bug-Fix-for-Issue-6377
       new  c02d89b   Merge pull request #6408 from dtmoodie:InputOutputArray_constructor_fix
       new  68b7323   Merge pull request #6417 from sturkmen72:patch-14
       new  08761f5   Merge pull request #6410 from alalek:issue_6403
       new  c527594   Fixing doc for cv::Mat::forEach
       new  d02f17c   Merge pull request #6397 from ioxp:androidCamLog
       new  3287ab3   Fixed typo in BRISK feature detector.
       new  5e91922   Added HAL cvtColor interface
       new  9e9165c   Merge pull request #5516 from AVshokurov:master
       new  289b6ff   Merge pull request #6393 from paroj:v4l_exposure
       new  11378fc   Fixed compiation problems
       new  5a938309  More compilation warnings fixed
       new  76ced14   fix typo
       new  9ebe29a   Merge pull request #6433 from schenker:master
       new  ec63343   Merge pull request #6420 from ioxp:foreachDoc
       new  b973b73   Add -maxscale parameter to limit the amount sample images can scale in background images
       new  94a9e16   Fix bug 6445 Root cause: when calling imread to read the pgm file, when returning with success reading file, the destructor will free the resource which used by memcpy, but in the code, the resource calculation was not correct, therefore, it will cause memory corruption during resource free.
       new  bb8faec   #6443 Cast maxscale from double to float for scale calculation.
       new  67a734c   Merge branch '2.4' into master
       new  43f854b   fixing CLAHE crash with pixels value > 12 bit
       new  d3aaf8a   Change hardcoded relative path for instrinsics file to current path, matching the extrinsics file.
       new  f87b175   Fix 6457
       new  db9f611   Add OpenCL  support to linearPolar & logPolar
       new  d66ed31   Add Comment
       new  5a0c044   Add interactive calibration app
       new  8d4cebe   fisheye: create rvecs, tvecs before writing
       new  ccadad4   fisheye: allow using transposed image and object point arrays
       new  904381c   Merge pull request #6020 from mshabunin:hal_dxt
       new  cef45bd   Merge pull request #6364 from sovrasov:interactive_calibration_app
       new  f4e00bd   Merge pull request #6463 from ohnozzy:ocl-linearpolar-and-logpolar
       new  25e0c12   Merge pull request #6458 from eliao:Fix6456
       new  681fd7f   Merge pull request #6455 from belgraviton:bugfix_5953
       new  8cfddcf   Merge pull request #6454 from paroj:fisheye_py
       new  e587721   Merge pull request #6422 from iclemens:master
       new  df6eb10   Merge pull request #6467 from ohnozzy:Doc-for-ocl-Kernel-Run
       new  5ed4e1b   Merge pull request #6459 from eliao:Fix6457
       new  6e5e5d8   Merge pull request #6448 from alalek:merge-2.4
       new  8695931   calibrationMatrixValues: bind C++ function in C instead of vice versa
       new  8ed1945   calibrationMatrixValues: consider principalPoint in FOV computation
       new  39f7ecc   Fixes minor typos.
       new  8ceac4b   Update fisheye.cpp
       new  a29c814   cppcheck: fix some reports
       new  11e563f   python: support for size_t args (default value)
       new  855c058   Merge pull request #6489 from serval2412:master
       new  1089612   GraphCut deprecated in CUDA 7.5 and removed in 8.0
       new  af64ecd   Merge pull request #6510 from jet47:cuda-8.0-build-fix
       new  3db19c0   Fix command line argument handling, fixes #6525
       new  02fe93a   add a cascade classifier model visualisation tool for master branch
       new  79134b6   Merge pull request #6354 from StevenPuttemans:add_model_visualisation_tool
       new  72ec643   Merge pull request #6483 from StevenEWright:patch-1
       new  7077d1d   fix hal_intrin test on 64bit ARM   * fix issue 6521   * use correct comparison
       new  03e4b75   Added --extra_modules_path to build_sdk.py
       new  688ebd8   add support for multiple OpenNI2 devices
       new  925d8c1   Merge pull request #6522 from tomoaki0705:fixVSqrtAarch64
       new  d6b8563   Merge pull request #6460 from m039:fix/add_extra_modules_path_to_build_sdk
       new  a0fdc91   Disabled PCH support for gcc >= 6.0.0
       new  b6a093f   accept multiple channels image for threshold on cuda   * modify test, too
       new  3092a09   Merge pull request #6541 from mshabunin:disable-pch-for-gcc6
       new  764a1f5   Merge pull request #6543 from tomoaki0705:cudaThresholdMultiChannels
       new  e4f207c   Changed cv::threshold() to support CV_64F
       new  6930325   Added test case of cv::threshold(CV_64F)
       new  8011be2   Python bindings: added std::vector< std::pair< int, double > > type read support
       new  ef0931b   fixed compilation warning
       new  3b2a194   fixed "corners2" to "corners" & nicer whitespace
       new  6654941   fixed "tot_error" to "mean_error" & nicer whitespace
       new  1f1464c   remove unnecessary cast
       new  c3d1f94   Merge pull request #6446 from kevin-coder:bugfix_6445
       new  d043a61   Restored cmake 2.8.7 support
       new  d72625d   neural_network.cpp added
       new  e646f9d   Fix subpixel problem of akaze.
       new  6c4aae9   tapi examples - Removing defaults from all command line switches accessed with has()
       new  bfcb40a   fix Core_MulSpectrum test on 64bit ARM + release mode   * fix issue #6536   * increase threshold in particular tests due to the difference of fmsub and fsub
       new  16f4baa   Merge pull request #6498 from berak:python_size_t
       new  4951543   Fix issue #6473
       new  2bb520e   Fixed #6562: Incorrect CV_64F management in ANN
       new  a812989   Fixed #6563: Incorrect management for invalid files/filestorage/filenode in ml module
       new  a0a8aca   Merge pull request #6559 from OzgrCn:cuda-ORB-useProvidedKeypoints
       new  b07944d   Merge pull request #6561 from tomoaki0705:fixMulSpectrumAarch64
       new  60dc8bc   Merge pull request #6554 from CSBVision:patch-1
       new  abab67b   Update imgproc.hpp
       new  c6e6d4c   Update pca.cpp
       new  b2ad7cd   add feature to convert FP32(float) to FP16(half)   * check compiler support   * check HW support before executing   * add test doing round trip conversion from / to FP32   * treat array correctly if size is not multiple of 4   * add declaration to prevent warning   * make it possible to enable fp16 on 32bit ARM   * let the conversion possible on non-supported HW, too.   * add test using both HW and SW implementation
       new  e2939f7   Merge pull request #6570 from sturkmen72:patch-14
       new  5c54360   Merge pull request #6565 from jlguardi:ann_64f_bug
       new  c393a7a   Merge pull request #6564 from jlguardi:ml_load_empty_ptr
       new  308b47c   Improved Java wrapper generation
       new  64a5126   Merge pull request #6018 from sturkmen72:patch-2
       new  a191c04   Merge pull request #6573 from dharezlak:patch-1
       new  98c9d47   Merge pull request #6551 from mshabunin:fix-old-cmake
       new  90b8447   Merge pull request #6548 from fnorf:master
       new  0fc26f8   Merge pull request #6547 from mshabunin:python-vector-pair-int-double
       new  0cb1e96   Merge pull request #6546 from atinfinity:pullreq/160517-threshold-64F
       new  bf688da   FileStorage: add simplified API for bindings
       new  cbf2b79   Fixed documentation warnings produced by updated doxygen
       new  bbeac74   Update test case for 64F version
       new  60f799a   Merge pull request #6583 from mshabunin:doc-warnings-fix
       new  0a48b9a   Fix #6500 cmake bug that adds D_FORCE_INLINES to NVCC
       new  4547427   Merge pull request #6589 from tomoaki0705:fixThresh64fTest
       new  eca7523   Merge pull request #6592 from guysoft:fix_6500_fix2
       new  dfd5191   Minor additions to the documentation.
       new  e59da10   Update highgui.hpp
       new  9e53f03   Fixed BackgroundSubstractorMOG2 in opencv_video.
       new  a2b353d   Update non_linear_svms.cpp
       new  7f52a55   Update gen_pattern.py
       new  c344435   Merge pull request #6602 from berak:patch-1
       new  ef45005   Adding support for pointer generation. Fixes #6605
       new  f6fa1ce   Merge pull request #6008 from amroamroamro:fix_sparse_snippet
       new  1e667de   HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp
       new  ff0601c   core: prevent changes in 'std' namespace
       new  904cfa5   Merge pull request #6597 from sturkmen72:issue_4678
       new  4068641   Merge pull request #6593 from bramton:documentation-update
       new  7f93199   Merge pull request #6537 from Slonegg:opeeni2_multiple_devices
       new  a2d8e7f   Merge pull request #6485 from vagran:vagran-patch-1
       new  d3930cd   Merge pull request #6482 from paroj:filestorage_py
       new  070e4d7   let the performance test of split pass on 64bit ARM   * loosen the threshold only under aarch64   * fix #6610
       new  e1ba439   Merge pull request #6611 from tomoaki0705:fixPerformanceSplitAarch64
       new  98dce91   Update py_calibration.markdown
       new  5d4f22e   Merge pull request #1 from Itseez/master
       new  cf0df73   Fix houghcircles.py when no circles found
       new  14deab2   Fix houghlines.py when no lines found
       new  d913463   Terrible bugs in the tutorial code in py_pose.markdown
       new  c03d778   This fixes the seeking in h264 B-Frame enabled video issue. #4890
       new  a2d0cc8   Implement internal HAL for GEMM and matrix decompositions
       new  901e1e4   Update HAL samples
       new  7c5b981   Update drawing.cpp
       new  43d5988   improve to calculate norm
       new  eccf2fa   follow other interface   * remove useHW option   * update test
       new  4239bac   fix warning of doc   * update the comment to real header
       new  89a1e80   Merge pull request #6628 from sovrasov:hal_samples_update
       new  532885c   Merge pull request #6607 from alalek:issue_6604
       new  15f8bc6   fix cmake   * enable fp16 feature correctly with gcc on x86/x86_64
       new  fbfd315   fix corner case when number is small
       new  d1c1c01   fix typo
       new  055f5c7   Change names of some internal functions
       new  46fb46c   Add an extended version of CalibrateCamera function
       new  6f6eebb   fix warning
       new  fd76ed5   fix to support wider compiler   * check compiler more strictly   * use gcc version of fp16 conversion if it's possible (gcc 4.7 and later)   * use current SW implementation in other cases
       new  1b6e027   Merge pull request #6645 from tomoaki0705:fixTypoEigen
       new  2577194   Correcting return type from videoDevice::findType to be int thus allowing detection of failed device init request
       new  e3844e0   Merge pull request #6649 from adamrankin:msmf_crash_fix
       new  d0a8390   fix run time error on Mac   * integrate HW version and SW version to same function
       new  25e2e8a   Removed trailing spaces at line 32
       new  87d0c91   fix warning of build
       new  c62eda0   Fix typo
       new  4a529cd   Return reference on iterator indirection/subscript
       new  c5bbc03   Added small fix when circles are not detected
       new  445349d   Same fix as with the houghcircles
       new  4fa86da   Update houghcircles.py
       new  0637ca2   Update houghlines.py
       new  f4ebc50   cmake: refactor HAL attaching process
       new  45bd56e   rigidTransform: only four DoF
       new  68c6318   Merge pull request #6683 from alalek:cmake_hal
       new  c3456c0   Merge pull request #6685 from ioxp:dofDocu
       new  addb153   fix run time error
       new  777e1d3   cmake: fix JNI configuration problem for Android samples
       new  7fadf57   Merge pull request #6690 from alalek:cmake_fix_android_samples
       new  4142e73   Merge pull request #6453 from sovrasov:extend_calibrateCamera
       new  547a2d2   Merge pull request #6535 from sovrasov:lapack-hal
       new  bd9cc2d   Merge pull request #6668 from yadavankit:master
       new  31952fb   Merge pull request #6675 from pnordhus:matconstiterator_reference
       new  ecd827f   Add Base64 support for FileStorage
       new  7b1f7c8   Add Base64 support for FileStorage
       new  d1b097f   fix most coding style warnings and errors
       new  882e422   fix errors from test.
       new  958263d   Solve warnings, and adjusted the test case.
       new  9faa2a7   solve warning for IOS
       new  29921d0   change the parameter to `CvMat` and `CvMatND`
       new  7188e6e   android: update build scripts
       new  c6c6512   cmake: refactoring of OpenCVConfig
       new  4597b94   Merge pull request #5980 from alalek:cmake_opencv_config
       new  f5306a0   cmake: change CMP0042 policy value
       new  2fb670c   hal: fix missing include "opencv2/imgproc/hal/interface.h"
       new  9b95907   added python binding for createButton
       new  e8bfb48   Merge branch 'master' of https://github.com/Itseez/opencv Added python binding for createButton
       new  7284a77   fix casting warning in python createButton binding
       new  89cd740   Merge pull request #6704 from alalek:cmake_cmp0042
       new  96937ba   Merge pull request #6581 from mshabunin:hal_mag
       new  61492ea   Merge pull request #6708 from alalek:pr6477
       new  be38a52   Merge pull request #6705 from alalek:fix_hal_imgproc
       new  09c2a8b   cmake: fix HAL dependencies for core module
       new  33ab236   Use CMAKE_LIBRARY_PATH_FLAG variable instead of -L.
       new  a76fd43   Merge pull request #6709 from alalek:cmake_hal_fix
       new  f861d0d   merge #ifs in highgui bindings
       new  09ce987   cmake: fix export issue
       new  f57e3ce   cmake: don't use absolute paths with/without CMAKE_INSTALL_PREFIX
       new  f0dc7a2   Merge pull request #6712 from alalek:cmake_export_fix
       new  0ebe387   Merge pull request #6713 from alalek:cmake_install_fix
       new  eaec95d   Update TBB
       new  d2bad6f   cv::TickMeter class addition
       new  0e436c3   Merge pull request #6721 from alalek:tbb_update
       new  7c92ee2   Split `cvWriteRawData_Base64` into three functions
       new  959002f   solve warnings and errors in test.
       new  677d4d2   fixed an error in the test...
       new  df5a7c8   build again for OpenCL.
       new  6020dac   highgui module: implemented QT and GTK mouse wheel callback support in linux
       new  3cbd14d   pull highgui mouse wheel changes linux into master
       new  fd78e2c   highgui module: removed unused type_mouse_event mouse_wheel
       new  1b22783   Update grfmt_png.cpp
       new  11ca1c9   update cpp samples and tutorials
       new  43dca11   opencv viz bug
       new  a4e9712   Compilate switch-case with GTK_SCROLL_SMOOTH since GTK>=3.4
       new  e7ec580   Update imgcodecs.hpp
       new  6489d8a   update watershed.py: check if windows are still open
       new  86b54a5   Merge pull request #6733 from simonhaenisch:simonhaenisch-improve-watershed.py-example
       new  f9e6741   added support for OpenNI2 IR stream #4366
       new  6c3d8ab   Doxygen documentation for CAP_* enums (using current comments in code)
       new  f274c59   Use copydoc for the list of valid property identifier in VideoCapture and VideoWriter docs
       new  6b51175   Merge pull request #6619 from Slonegg:openni2_ir_stream
       new  02edfc8   Merge pull request #6730 from sturkmen72:patch-16
       new  c5a8619   cmake: fix install path
       new  adcdab3   Merge branch 'master' of git://github.com/Itseez/opencv into doc_videoio_enums
       new  bbc327a   Merge pull request #6736 from alalek:cmake_fix_install_path
       new  73e16db   cmake: update arm toolchain
       new  78a5aac   make NEON more similart to SSE2
       new  c7fc9dc   Merge pull request #6707 from tech2077:master
       new  cb48183   Merge pull request #6711 from Dubrzr:vs_compile_cuda_fix
       new  69bd6da   Merge pull request #6029 from sturkmen72:patch-7
       new  930d96f   Fixing of AutoBuffer::allocate(nsz) method
       new  81c69ec   highgui: window_gtk.cpp directive boolean operations or/and replaced by ||/&& to keep compatible with older systems
       new  e98c1bf   Merge pull request #6747 from ludv1x:master
       new  4aa9b23   Merge pull request #6603 from debjan:patch-1
       new  b7735b3   Merge pull request #6731 from jokereactive:viz_sample
       new  639c8fc   Merge pull request #5870 from IshankGulati:VideoCapture-fix
       new  5346870   Merge pull request #6558 from lletourn:master
       new  8184535   samples: repair viz tutorial
       new  e4cd245   Merge pull request #6740 from tomoaki0705:fixNeonCheckSmooth
       new  7fea7e0   Merge pull request #6697 from wiryls:FileStorageBase64
       new  b23527b   core: fix arguments types for cblas calls
       new  ee4f409   cmake: lapack optimized code requires cblas.h
       new  2b08f29   Allow for an optional mask for MatchTemplate_Demo
       new  330e4bb   Merge pull request #6734 from PkLab:doc_videoio_enums
       new  8b05a4b   cvtColor: fix inplace processing
       new  7dc5332   Merge pull request #6745 from alalek:viz_samples
       new  3844ee7   build: fix compiler warnings (GCC 5.3.1)
       new  3f2ab5d   Fix bug #6682 (Can't change resolution for YUY2 camera with DShow)
       new  61390e4   Rephrase parts of the templates and use comments
       new  393cd62   Merge remote-tracking branch 'refs/remotes/Itseez/master'
       new  b3475cb   Merge remote-tracking branch 'refs/remotes/Itseez/master'
       new  7dcac64   highgui module: a bit readable onMouse flags mapping
       new  1f2e159   highgui module: using event->scroll.delta_{x,y} instead parsing direction and added widget event mask GDK_SMOOTH_SCROLL_MASK for GTK>=3.4
       new  040409a   Merge branch 'master' of https://github.com/Itseez/opencv
       new  9691915   Merge pull request #6761 from alalek:fix_warnings
       new  0e380ff   calib3d: compare error and threshold both in square   * resolve #5183
       new  4e63bd0   highgui module: mouse wheel - modification keys fixed, wheel event value is CV_EVENT_MOUSEWHEEL or CV_EVENT_MOUSEHWHEEL
       new  da69cd0   Merge pull request #6768 from tomoaki0705:fixEstimateAffine3DThreshold
       new  22682f9   Merge pull request #6760 from alalek:issue_6653
       new  8d43e2b   fixed the cuda optical flow error normalization factor
       new  c65d2a0   Add Carotene - NVIDIA Hardware-Abstraction-Layer for ARM platforms
       new  8f91529   Add Carotene - NVIDIA Hardware-Abstraction-Layer for ARM platforms
       new  179998a   highgui module: window_QT mouse wheel reuse variable delta instead call evnt->delta()
       new  f5b96eb   Merge branch 'master' of https://github.com/Itseez/opencv
       new  a2ec23c   Update cv::log documentation
       new  a6ade2b   Add the mask to the template matching demo documentation.
       new  7f89664   fix for buffer-overflow in IPPCalcHistInvoker::operator()
       new  4382302   fix matrix type for keypoints buffer in CUDA FAST
       new  62a87ce   Issue 6780
       new  c0fe374   cmake: python, allow dynamic symbols lookup from libpython.so
       new  3e64989   android: increase default native API level 8=>9
       new  630406e   Merge pull request #6785 from alalek:android_native_level
       new  c61f7e5   Fix for median blur of 2-channel images
       new  627e2b1   Merge pull request #6770 from ealbuz:master
       new  e3f5bbd   Removed unnecessary check for Android API level and unused flags.
       new  00112bb   persistence: fixing crash with space-only values
       new  04c7d03   Improved Carotene library linear resize evaluation precision and enabled it as HAL implementation.
       new  6f22f49   Grassroots DiCoM i.e. GDCM based DICOM image reader is added.
       new  0fd0acf   GDCM: modified compilation scheme
       new  f3bd508   GDCM: several improvements
       new  5f269d0   bigdata: add test, resolve split/merge issue
       new  dcaac98   Merge pull request #6775 from janstarzy:histo-ipp-fix
       new  67a7826   Merge pull request #6782 from LaurentBerger:I6780
       new  d06bdd5   Merge pull request #6771 from sovrasov:log_doc_fix
       new  59fabb2   use NEON as same as SSE
       new  1095076   imgproc: speed up threshold of 64F version using NEON and SSE   * use NEON under aarch64 only   * check 64F version correctly
       new  e233f7d   py_tutorials: fix cv2.findContours return val
       new  479f933   get/put: more type-safety and code unification using templates
       new  c8693f0   Merge pull request #6792 from paroj:jaccard_distance
       new  88e3d07   Merge pull request #6791 from terfendail:carotene4android_buildfix
       new  9ed1474   Merge pull request #6790 from terfendail:linearresize_accuracy
       new  88da037   Merge pull request #6786 from terfendail:median_fix
       new  c48e237   Merge pull request #6874 from berak:fix_py_tutorials
       new  f9ab93b   Merge pull request #6876 from janstarzy:jni-as-template-redone
       new  9b3d65c   Merge pull request #6867 from alalek:fix_lapack
       new  7176c13   Merge pull request #6850 from alalek:bigdata_test
       new  a6b33c3   Merge pull request #6846 from mbarnach:6086-cuda-initialization
       new  c1b90a1   fisheye: add CALIB_FIX_PRINCIPAL_POINT
       new  39acd4a   Merge pull request #6866 from alalek:gnu_toolchain
       new  02aabcc   Merge pull request #6829 from paroj:fixpp_fe
       new  0ed250c   Implement PR feedback:
       new  bcc9010   fixed memory leak in flann tests
       new  6c6badb   Merge pull request #6818 from Dikay900:template_patch
       new  ddc0b42   migration: github.com/opencv/opencv
       new  5bc10ef   fixed empty image condition in resize
       new  1f26e73   ffmpeg: try to load ffmpeg wrapper dll from the current module directory
       new  491b654   clarify CUDA arithm operations usage with mask
       new  3590c3c   Merge pull request #6882 from ilya-lavrenov:flann
       new  ee9a42e   Fix calibration fail on python with CALIB_THIN_PRISM_MODEL flag
       new  74b83cf   Modified and improved the method for chessboard detection. It is now faster and detects chessboards under difficult lighting condition as well as when the chessboard has strong out of plane rotations
       new  91d8405   stop search of markers in Exif reader to prevent infinite loop
       new  07ef396   Merge pull request #6886 from ilya-lavrenov:cuda_docs
       new  5e94243   Merge pull request #6887 from sovrasov:calib_dist_coeffs_check
       new  3c1a002   Merge pull request #6883 from ilya-lavrenov:resize
       new  dce310e   provide better error messages
       new  f75f894   Merge pull request #6889 from ilya-lavrenov:exif
       new  20b9ff4   opencv_visualization: check cmdline args
       new  b2dd128   Creation of Maven POM project and documentation.
       new  9fca953   check the CPU flag correctly
       new  2a350b1   Fixed several merge issues
       new  8215d20   fixup! Fixed several merge issues
       new  112903c   increase minimal supported CUDA toolkit to 6.5
       new  d76f258   update CUDA architecture flags initialization
       new  6c4b634   Merge pull request #6814 from tomoaki0705:featureThreshold64fSimd
       new  53f4eaa   Merge pull request #6892 from ioxp:fsSpace
       new  a9353ad   Merge pull request #6880 from berak:fix_opencv_visualization
       new  9c92f65   Merge pull request #6808 from sturkmen72:patch-14
       new  e871045   Merge pull request #6896 from jet47:cuda-arch-update
       new  b000663   Cleanup
       new  3bfe76e   Ported PR #4187 to master
       new  95da5ec   Restored check chessboard parameters
       new  525e04c   Merge pull request #6794 from jet47:cuda-modules-fixes
       new  3e77731   Merge pull request #6824 from dozyc:tapi_hog_sample
       new  f698bc1   Fixes header filtering for python bindings generator
       new  9e8d060   added suppression for TBB valgrind issue
       new  07b18b0   Merge pull request #6863 from SorcererX:patch-1
       new  4d05340   Merge pull request #6809 from K-Shinotsuka:master
       new  bfd6ae7   Add note that cv::cuda::Stream class is not thread safe
       new  79f8e51   Merge pull request #6891 from snosov1:fix-5311
       new  7d007d2   Merge pull request #6828 from paroj:cmatvals_cpp
       new  a00f0c4   Merge pull request #6821 from sturkmen72:TickMeter_class_addition
       new  bb41df9   Merge pull request #6901 from ilya-lavrenov:valgrind-tbb-suppression
       new  c4b57d0   disable ippiMinMaxIndx_32f_C1R usage since it crashes on Nans
       new  998c43f   videoio: ffmpeg: fix get_fps() implementation
       new  d40e46b   Merge branch 'master' into better_png_transparency
       new  df5d51f   Merge pull request #6900 from mshabunin:fix-python-hal
       new  9bda054   Merge pull request #6769 from andy-held:cuda_optflow_error_calc
       new  1c8b1b2   add note about "maxCorners <= 0" case in goodFeaturesToTrack
       new  c634e39   removed extra semicolon
       new  ea911d3   remove 2-channel png encoder/decoder support
       new  033c01a   fix video_reader GPU sample compilation after latest changes in master
       new  0af3947   added note about cv::reduce output type for MIN/MAX
       new  f695d4f   Merge pull request #6903 from jet47:cuda-stream-thread-safety-notes
       new  fc890bd   Merge pull request #6815 from smigielski:fix_6605
       new  f349464   Merge pull request #6762 from maff91:master
       new  3c2f7ec   speed up accumulate, accumulateSquare, accumulateProduct and accumulateWeighted using SIMD   * use SSE and/or AVX based on configuration   * revise the test to verify the implementation
       new  b542914   Merge pull request #6904 from ilya-lavrenov:minmaxloc
       new  9e71241   Merge pull request #6906 from jet47:goodFeaturesToTrack-maxCorners-docs
       new  154d61e   Merge pull request #6907 from ilya-lavrenov:typo
       new  b0fa477   Merge pull request #6908 from ilya-lavrenov:reduce
       new  2d964f8   Merge pull request #6909 from jet47:fix-gpu-examples-compilation
       new  75b93b1   Merge remote-tracking branch 'refs/remotes/opencv/master'
       new  a9b4cdd   Merge branch 'master' of https://github.com/wiryls/opencv
       new  3bf16da   added condition for Qt5
       new  957bf14   added some tests for push_back
       new  9f3b1f7   use HAVE_OPENGL instead of WITH_OPENGL for GPU opengl sample
       new  63d8290   Merge pull request #6779 from alalek:python_dynamic_lookup
       new  91d80d0   Merge pull request #6798 from tomoaki0705:featureSSEvideoAcc
       new  0e6aa18   Merge pull request #6905 from alalek:ffmpeg_fix_get_fps
       new  99b0845   ffmpeg windows wrapper 2.7.1=>3.1.1, openh264 1.4.0=>1.5.0, vpx 1.5.0
       new  bfb4ebf   Merge pull request #6916 from ilya-lavrenov:qt5
       new  bd7c21d   Fix explanation to refelect how matching currently works.
       new  464aa5e   Merge pull request #6803 from alalek:issue_6720
       new  69c4e84   Merge pull request #6918 from jet47:gpu-opengl-sample-build
       new  6f8695c   improve RowVec_8u32s().
       new  d9a56f6   Resolves issue #6931
       new  7f64f31   Fix NAryMatIterator code example.
       new  a25dba0   improve SymmRowSmallVec_8u32s().
       new  2deda0e   Added tests for issues ##4515, 6544
       new  1efa7f4   Merge pull request #6911 from ilya-lavrenov:push_back
       new  474868a   Merge pull request #6884 from alalek:migration
       new  070f0f8   Merge pull request #6936 from catree:fix_NAryMatIterator_code_example
       new  0015a09   Merge pull request #6827 from jtkb:cmake-maven-release
       new  13d1ee1   replaced static const members with static functions for msvc cpmpatability
       new  55d0945   Merge pull request #6932 from philippefoubert:bugfix_issue_6931
       new  b747633   Merge pull request #6915 from arrybn:bugs_4515_6544_tests
       new  89c9e7c   Merge pull request #6928 from K-Shinotsuka:issue4
       new  4da91f9   Merge pull request #6861 from teng88:patch-1
       new  d62b0bd   Merge pull request #6849 from alcinos:optflow_interface
       new  77f9bb7   Merge pull request #6831 from bobpaulin:master
       new  b28194a   Merge pull request #6860 from IshankGulati:svm-error-message
       new  a86a5c7   Merge pull request #6836 from vicproon:rectify_correct_principal_point
       new  48b7479   Merge pull request #6830 from tomoaki0705:featureSupportFp16
       new  b6f21a6   Merge pull request #6813 from mshabunin:gdcm-cmake-search
       new  34d68ed   Merge pull request #6924 from K-Shinotsuka:issue3
       new  1e17ffe   Merge pull request #6839 from thierrylamarre:better_png_transparency
       new  26bf5b5   Merge pull request #6797 from tomoaki0705:featureSIMDHog
       new  ce05d6c   Merge pull request #6773 from acinader:add-mask-to-match-template-demo
       new  617df09   Modify Base64 functions and add test and documentation
       new  0823ec0   modified performance test
       new  87ae4e0   fixed clone of empty matrix
       new  42d5b1f   Re-add peopledetect.cpp sample.
       new  644c0dd   Merge pull request #6940 from andy-held:cuda_pyrlk_static_const_init
       new  5ee6121   Add bib reference for overall hitrate and max false alarm rate formulas in train cascade tutorial.
       new  d5179b8   let the test Video_AccSquared.accuracy pass on linux x64 debug
       new  2dec662   Fix error when compiling with clang
       new  22919c3   Merge pull request #6950 from tomoaki0705:fixMf16cBuildError
       new  78ca5dd   solve errors and warnings
       new  5d38607   Merge pull request #6895 from mshabunin:check-6851
       new  cf2d6f6   solve errors and warnings
       new  6c42ad5   fixed typo
       new  a2921fd   Merge pull request #6951 from kurenai:fix_macro
       new  d06b8c4   add test for #6836
       new  27b924e   remove CHECK from performance test
       new  460b1dc   imgproc: Canny with custom gradient
       new  575de89   imgproc: Canny: enable IPP & OpenCL optimization code path
       new  e20a93f   imgproc test: Canny with custom gradient
       new  96edb27   fixed memory corruption when normal dist. params have less channels than target matrix; test added
       new  b0cc495   Merge pull request #6822 from saedrna:master
       new  705e776   Merge pull request #6816 from phunsukwangdu:devbranch1
       new  6d65f7a   Merge pull request #6954 from ilya-lavrenov:typo
       new  abbc988   Merge pull request #6812 from aleksandaratanasov:master
       new  b34272f   Merge pull request #6787 from theg4sh:linux-window-mouse-wheel-support
       new  0e9c8e2   'resolves' 6898 I have seen that you can input a Mat_<float> on StereoBM, but the value seems the same as CV_16S. I changed it so, only if you input a Mat_<float> it makes use of a previously truncated 4 bits, giving more resolution to Disparity Matrix. (The algorithm stays the same, it's not more precise). If any other input Mat is given, it changes nothing.
       new  b436f4b   accelerate bilateralFilter using NEON   * clean up some lines
       new  71cbd6f   fixed bug #5775
       new  8a65e73   add SANITY_CHECK_NOTHING() to perf_test
       new  848c66b   Merge pull request #6879 from savuor:fix/RNG_corrupts_stack
       new  a455858   Merge pull request #6878 from alalek:canny_custom_gradient
       new  cc5c5f7   Merge pull request #6795 from tomoaki0705:accelerateBilateralFilterNeon
       new  c4cc54e   Merge pull request #6953 from ilya-lavrenov:arithm
       new  2ec63e4   fix android pack build
       new  60676db   fix build: move LOG macro from stitching public headers
       new  2acfb26   Merge pull request #6910 from ilya-lavrenov:clone
       new  daf1879   test: ffmpeg: change resolution for H264 test
       new  57d1591   imgproc: fix typo   * indent line
       new  440ba2e   Passing Disparity Shift as a parameter.
       new  1fc655a   Merge pull request #6964 from tomoaki0705:fixTypoImgproc
       new  167a4e6   Merge pull request #6942 from alalek:fix_android_pack
       new  6b09ada   Merge pull request #6899 from alalek:ffmpeg_update
       new  3710964   Merge pull request #6962 from alalek:fix_build_log_macro
       new  b3d5548   fix compiler warning
       new  313f54b   read/write vec2i from/to filestorage
       new  82e4e18   highgui: removed excessed variable orient in window_gtk
       new  13aef2c   highgui: window_QT mouse wheel support
       new  ecfabd7   Merge branch 'master' of https://github.com/Itseez/opencv into linux-window-mouse-wheel-support
       new  134154e   Merge pull request #6963 from ilya-lavrenov:vec2i_fs
       new  80951bd   Merge pull request #6966 from theg4sh:linux-window-mouse-wheel-support
       new  531b8e2   add note of minimum requirement of CUDA
       new  5f33d0c   Merge pull request #6968 from tomoaki0705:addDocsCudaRequirement
       new  df91207   Merge pull request #6929 from catree:hitrate_doc
       new  fa42a1c   fix calib3d changes in #6836 plus some others
       new  4423a5e   fix build error   * NAN is not defined on some platform
       new  d394d26   highgui: window QT+OpenGL mouse wheel support, build fix
       new  9410908   Merge pull request #6976 from theg4sh:linux-window-mouse-wheel-support
       new  70dcd10   follow the comment  * test build on VS2012
       new  1001b05   Merge pull request #6975 from tomoaki0705:fixNanUndeclared
       new  891c83f   fix build error   * NAN is not defined on some platform   * follow the comment on PR
       new  23fd320   Merge pull request #6980 from tomoaki0705:fixNanUndeclared2
       new  0df9cbc       Non existent definition of _FPU_EXTENDED definition prevent compilation when WITH_CUDA set
       new  52444bf   Merge pull request #6982 from tfauck:master
       new  31fb821   Corrected tutorial grammar and sentences
       new  ce66de8   calib3d: fix typo
       new  72672c2   Make goodFeaturesToTrack() return deterministic results
       new  e072fa8   fix a bug in MergeDebevec (modify input times)
       new  9ad0dcb   Merge pull request #6987 from tomoaki0705:fixTypoCalib3d
       new  c6f790c   Fixed using local variable instead of global var. - Still need to change SSE_2
       new  718891d   Tabs -> Whitespaces.
       new  64dbf6c   fix build #6993
       new  6df12a0   add limits of tool to help message
       new  ecfd4ad   improve MomentsInTile_SIMD<ushort, int, int>()
       new  e0f19ec   change parameter input to the CommandLineParser interface
       new  81e6ef2   highgui: window QT+OpenGL mouse wheel support, another build fix
       new  085ea50   Merge pull request #7002 from StevenPuttemans:add_extra_limits_to_help
       new  328da25   Merge pull request #7000 from StevenPuttemans:fix_master_build
       new  6cff909   Merge pull request #7004 from StevenPuttemans:cmd_parser_opencv_annotation
       new  8cdd91c   Merge pull request #7006 from derlunz:fix-qtopengl-build
       new  bae8b2a   doc: fix typo and grammar
       new  f9e02aa   Merge pull request #6986 from Wing0:master
       new  8124b56   Merge pull request #7007 from tomoaki0705:fixDocTypo
       new  b721269   Merge pull request #6996 from juliendehos:merge_debevec
       new  f96b565   Merge pull request #6984 from K-Shinotsuka:issue9
       new  3b1803f   Merge pull request #6989 from mself:gftt-deterministic-sort
       new  c57f878   show CPU feature correctly when FP16 is available   * make sure that CV_FP16 has the correct meaning   * check FP16 feature correctly
       new  f2e9588   Merge pull request #6999 from tomoaki0705:featureCmakeFp16
       new  08911cb   change `code` to `snippet` and do some cleaning.
       new  3935855   Merge remote-tracking branch 'refs/remotes/opencv/master' into FileStorageBase64DocsTests
       new  7429ed0   solve warnings in sample file
       new  4ae4a70   Fix a bug for seam_finders.cpp when computing the source and destination points of the seam
       new  2974b04   cudev: add feature to convert FP32(float) from/to FP16(half) on GPU   * add feature of Fp16 on GPU (cudev)   * add test   * leave template function as unimplemented to raise error
       new  6e931aa   Add pinhole camera model illustration in calib3d documentation.
       new  4f7b3e8   Merge pull request #7018 from catree:add_camera_model_doc
       new  da28109   Merge pull request #6991 from tomoaki0705:featureGpuMatFp16
       new  d8698fc   allow for screen size related resizing
       new  15dabc1   Mat: use row/ col instead of i0/ i1 for parameter names in 2D case
       new  562c15c   Don't assume all images have the same number of calibration points
       new  fc742da   Merge pull request #6959 from LeoBras:Better_StereoBM
       new  5775ace   improve thresh_8u()
       new  0b4e06a   improve SumSqr_SIMD<uchar, int, int>()
       new  3d19de2   Fix crash on double-stop of CvVideoCamera
       new  ba5f9d6   Update bagofwords.cpp
       new  87ca607   brush up convertFp16   * raise an error when wrong bit depth passed   * raise an build error when wrong depth is specified for cvtScaleHalf_   * remove unnecessary safe check in cvtScaleHalf_   * use intrinsic instead of direct pointer access   * update the explanation
       new  1a18a33   improve SumSqr_SIMD<schar, int, int>()
       new  6a69852   Merge pull request #7030 from jpaveggio:patch-1
       new  03d6c5e   Merge pull request #7011 from K-Shinotsuka:issue11
       new  0a7e53d   Merge pull request #7010 from K-Shinotsuka:issue10
       new  b8d743b   Merge pull request #6970 from K-Shinotsuka:issue6
       new  7eee5cb   Merge pull request #7026 from sovrasov:calib_points_number
       new  b2698f2   Merge pull request #7033 from tomoaki0705:brushUpFp16
       new  e42750c   fix including of correct header files #7027
       new  d7ee62f   1. fix warning from Xcode 7.x 2. fixed parsing of "cat[range_spec]ord[range_spec]" type specification string when using ml::TrainData::loadFromCSV(). Thanks to A. Kaehler for reporting it
       new  065d631   improve MomentsInTile_SIMD<uchar, int, int>()
       new  29afb83   Merge pull request #7039 from vpisarev:2_small_fixes
       new  1ae9a5d   Merge pull request #7038 from StevenPuttemans:fix_module_including
       new  d67e6f5   Merge pull request #7029 from wolever:master
       new  35d0a45   Merge pull request #7020 from StevenPuttemans:add_scale_option
       new  18e7afd   cmake: add OPENCV_ENABLE_NONFREE option and macro
       new  b42288c   Cleaner fix for crash on double-stop of CvVideoCamera
       new  86238d2   make some changes according to the code review.
       new  1da8a19   fixed two bugs that I caused.
       new  37cccf1   imgproc: Prefer OCL calculation before IPP in GaussianBlur.
       new  2812762   imgproc: disable IPP for GaussianBlur in case of ROI
       new  b122863   imgproc: sepFilter: update OpenCL condition
       new  2db2d13   follow the naming rule as other API   * stop using 'CUDA' prefix   * add explanation
       new  723b42e   Add namespaces and proper support of the pointers
       new  5f30a0a   Merge pull request #6958 from mschoeneck:Common-Canny-parallelization
       new  c2e5418   MSER: off-by-one bug
       new  c3d2921   MSER: grew unnecessary histories. the merge() calls growHistory() too many times such that: 1. some CompHistory nodes not used have been created 2. some CompHistory node's val equal their parents
       new  74b899d   Modify the figure of the pinhole camera model with pixels starting from the uv axis.
       new  d2a1994   python docs: fix missing output image in cv2.drawKeypoint examples
       new  46c8b09   Improvements in camera_calibration tutorial code
       new  2ad411f   fixing issues
       new  9c90b62   Merge pull request #7040 from sovrasov:calib_tutorial_code_update
       new  2833aeb   Merge pull request #7060 from catree:add_camera_model_doc
       new  c61f4e8   return false from VideoCapture::grabFrame when camera is disconneted
       new  ad974de   Merge pull request #7066 from StevenPuttemans:fix_build_cuda_issues
       new  39ebca5   Merge pull request #7047 from tomoaki0705:brushUpFp16Cuda
       new  a95d63d   Merge pull request #7042 from alalek:update_6967
       new  b316aa3   Merge pull request #7043 from alalek:add_nonfree_flag
       new  28d28a2   Merge pull request #7024 from paroj:semanticidx
       new  0d8a21e   Merge pull request #7016 from lewgate:bugfix_2
       new  c1d73e4   Merge pull request #7059 from berak:doc_python_drawkeypoints
       new  e37c53d   improve RGB2YCrCb_i<uchar>()
       new  3debc78   fix build error on JetsonTK1   * avoid using vld1_f16 and vst1_f16 on gcc 4 series (Ubuntu 14.04)   * guard correctly with #if   * use static inline
       new  677f242   stitching: use correct ifdef to allow compilation without cudalegacy
       new  b8e08d5   ocl: fix Canny for Intel devices
       new  042b0a5   improve LKTrackerInvoker::operator()
       new  32c2390   Merge pull request #7067 from tomoaki0705:fixBuildErrorJetsonK1
       new  a0ff9f6   fix inclusion of OpenCV header opencv.hpp cudev (only for use in .cu files) & cudalegacy (only legacy code) not included
       new  5590421   Fix build interactive-calibration app
       new  f2e41ce   ocl: fix input data for Canny perf test
       new  44bda8f   Merge pull request #7044 from wolever:master
       new  83b36bf   Added comments to clarify sample code
       new  a113d9b   Add MKL support
       new  9937459   Fix modified
       new  5eee757   Merge pull request #6949 from wiryls:FileStorageBase64DocsTests
       new  8b155b1   Merge pull request #6955 from snosov1:fix-6836
       new  ba73249   let the test of AccSqr_SIMD<ushort, float> pass   * The difference becomes too large when multiply is done in int16   * To reproduce the test failure, IPP has to be switched off
       new  1aa14e4   fix tab for gen_java.py
       new  9239674   Merge pull request #7074 from sovrasov:interactive_calib_fix
       new  96d4833   Merge pull request #7076 from sovrasov:mkl_lapack
       new  df665e2   Merge pull request #6983 from K-Shinotsuka:issue8
       new  0dd0032   Merge pull request #7072 from alalek:ocl_fix_canny
       new  f8b185b   Merge pull request #7070 from paroj:noculegacy
       new  f210602   Merge pull request #7071 from K-Shinotsuka:issue14
       new  26a8c45   Merge remote-tracking branch 'refs/remotes/opencv/master' into FileStorageJSON
       new  8596e82   Add JSON support.
       new  d998321   solve warnings and do some cleaning.
       new  5cc1ef9   fix code-style consistency
       new  8e06ae2   Merge pull request #7078 from mshabunin:pr6862
       new  b75bac7   Solve Issue 7063
       new  de0909e   Merge pull request #7083 from tomoaki0705:fixAccumulateShortFloat
       new  c239433   Merge pull request #7075 from alalek:ocl_fix_canny_perf_test
       new  1734f43   ios: reduce number of test configurations in precommit builds
       new  07cffc9   Merge pull request #7090 from daB0bby:patch-1
       new  648bac2   Merge pull request #7069 from StevenPuttemans:try_fix_cuda
       new  13d2154   Fix HAL documentation
       new  cf30c58   Merge pull request #7057 from K-Shinotsuka:issue13
       new  74e997f   Merge pull request #7062 from kurenai:return_if_camera_disconnected
       new  3ea0201   Naming some enumerations in videoio
       new  8610801   Improved cat face cascades (lower false positive rate)
       new  00045bb   Removing whitespace to appease doc builder
       new  8bcec7d   IPP enabling fix and typo fix;
       new  d8dc6ca   Fix for incorrect calcOpticalFlowPyrLK result evaluation with ARM NEON
       new  9db93d7   Fix for MSER::detectRegions crash on images with either dimension less than 3
       new  1fb1088   Merge pull request #7102 from lupustr3:pvlasov/ipp_switch_fix
       new  1b3f634   fixed compilation warning
       new  658e4c3   Merge pull request #7104 from alalek:port_6106
       new  020b47c   improve RGB2Gray<ushort>()
       new  3860b8d   IPP was enabled in mathfuncs_core; Exp and Log IPP implementations are changed to hal interface;
       new  ac2d79f   MSER: all test passed. 1. if a component's variation is a global minimum than it should be a local minimum 2. for the small image with invert and blur, the MSERs number should be 20
       new  4f7679c   use universal intrinsic in accumulate series       * accumulate, accumulateSquare, accumulateProduct and accumulateWeighted
       new  b9ea59d   Merge pull request #6995 from PkLab:i6746_naming_videoio_enums
       new  031076a   Merge pull request #7077 from LaurentBerger:I7063
       new  cd943cc   Merge pull request #7106 from lupustr3:pvlasov/ipp_hal_fix
       new  3faaabd   improve YCrCb2RGB_i<uchar>()
       new  62c1a5a   Replaced quiet return from MSER:detectRegion function with exeption throwing to notify user in case small image is processed
       new  bb6f65c   Update documentation ( tutorials )
       new  e884bba   Merge pull request #7110 from tomoaki0705:featureUniversalIntrinsicAccumulate
       new  42b763e   Canny with own gradient (#6664)
       new  84e1712   Fix temporary file removal in imdecode for tiff
       new  84d71fa   Merge pull request #7091 from alalek:reduce_precommit_ios_build
       new  48aa123   Merge pull request #7082 from souch55:Fixmerge
       new  ab8de8f   Adding of user-defined type conversions for python bindings inside module directories Adding of destructor and placement new constructors for classes wrapped with CV_EXPORTS_W_SIMPLE macro
       new  4b099e8   Fix rho,phi exchange and amend linearPolar & logPolar docs with details and pics.
       new  d1d8c7d   Merge pull request #7056 from ludv1x:python-extra-bindings
       new  45a2155   Merge pull request #7117 from patsp:fix_tiff_imdecode_remove_temporary_file
       new  ca318e7   handle images with alpha better
       new  a3b4d46   Static Lapack linkage
       new  89833fa   Merge pull request #7095 from PkLab:fix_rho&phi_doc
       new  e4cf329   highgui: allow specifying that a button should create a new buttonbar
       new  a462d76   Implementations instrumentation framework for OpenCV performance system;
       new  fde4e8f   cmake: add /usr/local/lib on Apple platform
       new  185fe7a   Merge pull request #7094 from terfendail:MSER_fix
       new  5d7ee48   Merge pull request #7085 from sovrasov:hal_doc_fix
       new  241df6c   Merge pull request #6972 from vicproon:fix_6836_other_places
       new  46bfdba   highgui: window_QT mousecallback code refactored using DRY
       new  46bd49e   Merge pull request #7126 from paroj:buttonlayout
       new  ce818dc   respective changes added
       new  8568914   Merge pull request #7125 from alalek:cmake_apple_usr_local_lib
       new  9e65754   Merge pull request #7111 from sovrasov:mkl_lapack
       new  2a4252e   Merge pull request #7097 from JoeHowse:master
       new  66e9446   Merge pull request #7087 from terfendail/master
       new  ea1f885   Merge pull request #7055 from gylns:master
       new  d22c685   Merge pull request #6855 from yigitsoy:patch-1
       new  2f069c1   Merge pull request #6945 from sturkmen72:update_documentation
       new  fd1da00   Merge pull request #7129 from paroj:mousecallback-dry-code
       new  93e5947   Merge pull request #7101 from lupustr3:pvlasov/instrumentation
       new  0f716cd   Merge pull request #7108 from K-Shinotsuka:issue16
       new  680ca88   Outdated ICV restrictions were removed;
       new  bf4c5be   Merge pull request #7135 from lupustr3:pvlasov/icv_restrictions_remove
       new  86a515f   imgproc: fix accuracy check for HLS cvtColor
       new  30a6cee   Instrumentation for OpenCV API regions and IPP functions;
       new  5903c72   Merge pull request #7122 from haikusw:UIImageAlphaToMatFix
       new  b4b83f2   casting to fix vs2010 compile error
       new  413e985   Merge pull request #7145 from Bleach665:vs2010_fix
       new  d482b5c    Update hull_demo.cpp
       new  5ee2051   Merge pull request #7142 from alalek:fix_hls_test_check
       new  4c75872   Merge pull request #6937 from catree:add_peopledetect_sample
       new  01d2e7a   fix building on FreeBSD
       new  3d57006   Merge pull request #7150 from mpkh:patch-1
       new  b3b434e   Merge pull request #7141 from lupustr3:pvlasov/instrumentation_extension
       new  767780a   add VideoCapture / VideoWriter AVFoundation implementation for Mac
       new  574f319   Fixes spelling in comment
       new  fcc28fe   Make Up
       new  a92da54   Add support for CAP_PROP_MODE
       new  0882936   Fix buffer release issue
       new  b1302cd   Merge pull request #7157 from valeriyvan/patch-1
       new  47f2e61   Add two tests.
       new  b03e3ab   Merge pull request #7088 from wiryls:FileStorageJSON
       new  c5d7791   brush up fp16 implementation   * DRY   * switch to Cv32suf and remove fp32Int32   * add Cv16suf
       new  b0a3b42   Update libpng to 1.6.24 Enable SSE optimization
       new  da5ead2   Merge pull request #7166 from tomoaki0705:brushUpFp16
       new  063ac74   fix modules deps
       new  5540176   Merge pull request #7162 from kurenai:update_png
       new  ae3dfa8   OpenVX HAL
       new  5383a62   fix Win build, change default WINNT macro to WinXP
       new  f1db065   Unifies Obj-C property attributes changing retain to strong
       new  db6d94a   cmake: minimize MSVS projects layout
       new  e21fed3   Merge pull request #7172 from valeriyvan:iosfixes
       new  3ed948a   Merge pull request #7167 from alalek:modules_deps
       new  2b6da67   Merge pull request #7093 from mshabunin:openvx_hal
       new  e00e8eb   Merge pull request #7149 from Cartucho:patch-1
       new  4f0f5a2   Merge pull request #7158 from sturkmen72:documentation_fix
       new  5ddd253   Add Grana's connected components algorithm for 8-way connectivity. (#6823)
       new  40b8707   add 2 extra methods to ml::TrainData (#7169)
       new  a88bf4e   test added, only if HAVE_GDCM is on
       new  ec5ae4a   add explanation to the Bounding Box and Circles tutorial
       new  69c7eea   Cleans up ios stuff declaration removing not needed ivars backing properties
       new  9678d48   2-channel interleaved load/store for universal intrinsics (float only)
       new  7de2e1e   Improve perfomance of median calculation in LMedS algorithm
       new  9df8400   improve RGB5x52Gray()
       new  31e790d   Fixes spelling in NSLog
       new  517be4b   Changes [error localizedDescription] for [error description] in NSLog
       new  5a71bde   Changes existential NSStringFromSelector(_cmd) for straightforward __FUCNTION__
       new  a21b8ed   Merge pull request #7180 from mrquorr:add_dcm_test
       new  a278abd   Merge pull request #7140 from Asalle:fix-7136-Bounding_Box_explanation
       new  da0e07b   Merge pull request #7177 from alalek:msvs_layout
       new  4e8f892   Merge pull request #7170 from alalek:fix_build
       new  6825375   docs: adds note for python in docs related to moments
       new  acb6269   Cleans up declarations in window_cocoa.mm removing unnecessary iVars declarations and changing retain property attribute to strong
       new  7fef96b   add 64F intrinsic in HAL NEON   * use universal intrinsic for accumulate series using float/double   * accumulate, accumulateSquare, accumulateProduct and accumulateWeighted   * add v_cvt_f64_high in both SSE/NEON   * add test for conversion v_cvt_f64_high in test_intrin.cpp   * improve some existing universal intrinsic by using new instructions in Aarch64   * add workaround for Android build in intrin_neon.hpp
       new  464d289   Gets rid of magic constant
       new  d2e2300   Fixed traincascade read issue
       new  d4ae7f3   Merge pull request #7205 from souch55:Fixtrans
       new  595fd27   Merge pull request #7182 from mself:two_channel_universal_intrinsics
       new  a986db5   cmake: update matlab path
       new  dc704d7   Fixed several GCC 5.x warnings
       new  671e95d   Merge pull request #7212 from alalek:issue_7003
       new  3335963   cmake: add support for Nvidia GPU Tesla K80
       new  e06a9e9   Fix android libc++ build
       new  1ac1e5b   Merge pull request #7174 from guycook:android-libcpp
       new  28db4a2   Merge pull request #7175 from tomoaki0705:featureIntrinsic64
       new  a5dcefd   Merge pull request #7183 from mself:LMeDS_median_optimization
       new  f773f45   Updated HAL interface for separable filters to address that both kernels are vectors.
       new  8104db2   Merge pull request #7130 from souch55:Fixed
       new  d102ea9   Merge pull request #7210 from mshabunin:fix-warnings
       new  62cabb5   doxygen: undistortPoints - replace matlab code by latex forumlae
       new  cfcf8ab   doxygen: imgproc - underscores should not be escaped in texttt
       new  8af8c4d   Improves findContours using SSE _mm_movemask_epi8 to find next contour point. Cleaned up code a little bit
       new  0acd818   Removed #elif defined(__INTEL_COMPILER) because it is disabled at the moment
       new  25cf33d   Warning fixed by adding a cast to char
       new  f6451c7   Varaible names renamed. Macro definitions fixed. findEndContourPoint function fixed. findContoursInInterval adjusted.
       new  fd6f54c   Bug fixed in findEndContours and icvFindContoursInInterval adjusted.
       new  aaa335b   Add the possibility to use a video stream with the peopledetect.cpp sample.
       new  903789f   use universal intrinsic for FP16   * use v_float16x4 (universal intrinsic) instead of raw SSE/NEON implementation   * define v_load_f16/v_store_f16 since v_load can't be distinguished when short pointer passed   * brush up implementation on old compiler (guard correctly)   * add test for v_load_f16 and round trip conversion of v_float16x4   * fix conversion error
       new  765dd30   Add support for GpuMat in InputArray::isContinuous()
       new  c62931f   Merge pull request #7234 from taketwo:is-continuous-gpu-mat
       new  9e61a28   Improve canny (#7227)
       new  dfe4519   Add QR decomposition to HAL
       new  6172803   imgcodecs: Implementation of PAM encoder/decoder
       new  4e513a3   Imgcodecs: Fixed a bug with checkSignature in GdalDecoder
       new  41431e1   Imgcodecs: Implemented simple tests for PAM format
       new  e2de962   Merge pull request #7220 from paroj:imgproc_doxy
       new  a92aed4   Merge pull request #7064 from DmtKats:pam
       new  8b222ac   Merge pull request #7229 from catree:add_peopledetect_video_option
       new  c16f96c   Merge pull request #7221 from terfendail:sepfilter_vec_kernel
       new  48af5e5   Merge pull request #7202 from valeriyvan:fixUIImageToMat
       new  27ae157   BackgroundSubtractorMOG2Impl: only use OpenCL if input image is UMat
       new  c562f0a   Minor fix in MatAllocator::download Minor fix in MatAllocator::upload Minor fix in MatAllocator::copy Minor fix in setSize function Minor fix in Mat::Mat Minor fix in cvMatNDToMat function Minor fix in _InputArray::getMatVector Minor fix in _InputArray::getUMatVector Minor fix in cv::hconcat Minor fix in cv::vconcat Minor fix in cv::setIdentity Minor fix in cv::trace Minor fix in transposeI_ template function Minor fix in reduceC_ template function Minor fix in sort_ [...]
       new  c8d77fd   Merge pull request #7233 from tomoaki0705:featureUniversalIntrinsicFp16
       new  fd1370b   Reverted BORDER_CONSTAT in stitcher.cpp
       new  125e2dc   Merge pull request #7156 from sovrasov:hal_qr_decomp
       new  f6208e3   Merge pull request #7247 from valeriyvan:matrix
       new  d5603ca   Delete direct lapack calls, minor fixes in UI
       new  0bb85a0   Merge pull request #7253 from Finfa811:revert_borderconstant
       new  4013ce5   Merge pull request #7246 from paroj:bgfg_ocl
       new  6d54abb   ffmpeg: fix get_fps()
       new  0376734   ffmpeg: fill avg_frame_rate
       new  10d18a3   instrumentation: minor refactoring, wrap OpenCL
       new  d855608   instrumentation: fix build on Linux
       new  c7f5bc3   viz: use ../precomp.hpp in modules/viz/src/vtk/* files
       new  e5e3025   Merge pull request #7213 from alalek:issue_7203
       new  11a6547   Merge pull request #7257 from alalek:issue_7256
       new  4170c97   Several HAL API functions are implemented as immediate mode OpenVX calls
       new  c9229f7   Resize, Warp and Filter HAL API functions are implemented as immediate mode OpenVX calls
       new  5ec4729   Fixed warpings, added border mode support to warps and filter. Added morphology HAL API functions implemented as immediate mode OpenVX calls.
       new  fb3140c   Fixed compilation. Changed value returned by functions called with unsuported parameters.
       new  ca4b7e1   Merge pull request #7171 from alalek:ocl_instrumentation
       new  d402bac   cmake: fix libpng build on MSVS2012
       new  14fd22e   Added morphology and channel merge HAL API functions implemented as immediate mode OpenVX calls.
       new  186f697   ffmpeg: update Windows binaries (ffmpeg 3.1.3)
       new  311a232   Added color conversion HAL API functions implemented as immediate mode OpenVX calls.
       new  06e0fb2   docs: adds doxygen @note for python in docs related to contour moments
       new  6dd609a   Merge pull request #7260 from alalek:ffmpeg_windows_binaries
       new  c1024b1   Merge pull request #7259 from alalek:issue_7232
       new  f85e33f   videoio: refactor AVFoundation code integration
       new  be65701   Large update of videoio doc and samples following mshabunin comments
       new  4e918fb   Merge pull request #7165 from PkLab:doc_videoio
       new  a9ab869   seriously improved performance of blur function, especially 3x3 and 5x5 cases (#7262)
       new  b632f95   Merge pull request #7133 from sovrasov:interactive_calibration_update
       new  aaa2554   Renamed haveSSE2 in haveSIMD. Conditional compilation for function header removed
       new  a65f2b4   huge overhaul/update of cascade classifier training
       new  ca9183d   Merge pull request #7034 from K-Shinotsuka:issue12
       new  473dba1   Merge pull request #7208 from terfendail:openvx_hal_impl
       new  2879ead   docs: truncated commit msg
       new  a865876   Added CV_UNUSED to not used variable when build without SSE2 support.
       new  2935fce   apps: add opencv_version command line tool
       new  ec40b85   Add license to interactive-calibration app sources
       new  f1dcf71   Merge pull request #7178 from valeriyvan:iosfixes
       new  adbf2dc   Merge pull request #7193 from valeriyvan:osxcleanup
       new  a554941   Merge pull request #7280 from sovrasov:calib_app_license
       new  52535d3   Merge pull request #7278 from alalek:opencv_version
       new  0d3b646   Merge pull request #7112 from StevenPuttemans:improve_cascadeclassifier_training_tutorial
       new  6a1e549   Merge pull request #7217 from thiell:master
       new  ab3814f   Merge pull request #7191 from anirudt:docs_moments
       new  975d2e4   Enable built in counting trailing zeros function for Intel compiler and clang.
       new  d1492ee   Merge pull request #7181 from valeriyvan:ioscleanup
       new  05b1594   Merge pull request #7188 from valeriyvan:andfutheriosfixes
       new  50d02b9   supress numpy future warning with `None` comparison
       new  5357e28   Removed some extra semi-colons
       new  32df09c   Merge pull request #7287 from seanm:master
       new  a4a6ee3   Added support for V4L2_PIX_FMT_Y16
       new  60b3304   [Issue #7290] Fixes OpenNI and OpenNI2 linking conflict
       new  aac745c   Merge pull request #7291 from lr-morales:openni/7290-openni1_2_conflict
       new  0db4b7c   fix build error on CUDA + Aarch64   * __fp16 doesn't exist on nvcc, but it slips through ifdef guard
       new  0d626c8   v4l2 backend: Y16 default behavior fixed & FOURCC setting added
       new  0a9470b   Compatibility fix for Visual Studio 2012;
       new  a35bec1   Merge pull request #7293 from Algomorph:master
       new  26ecf2f   Merge pull request #7285 from danil-tolkachev:none-comparison
       new  48f132f   Fix Sobel evaluation for image ROI without isolated border.
       new  fb912e1   Merge pull request #7295 from lupustr3:pvlasov/vs11_compat_fix
       new  d5c202e   Merge pull request #7294 from tomoaki0705:fixBuildCudaAarch64
       new  dc3d0cb   Merge pull request #7266 from alalek:pr7159
       new  4540260   improve Luv2RGB_b()
       new  37be868   improve RGB2Luv_b()
       new  1f8aa4f   improve Lab2RGB_b()
       new  0fc187d   improve HLS2RGB_b()
       new  401537e   Detect the correct Python major version
       new  4f22f48   improve HSV2RGB_b()
       new  0d85d2c   improve RGB2HLS_b()
       new  86f01c2   Merge pull request #7307 from Jeroonk:fix_detect_python_majorversion
       new  cd6e7ac   Merge pull request #7252 from terfendail:transparent_sobel_fix
       new  31bd84d   LSD: Removes unused code
       new  3648c61   highgui: clone cap_avfoundation_mac.mm from master
       new  c314178   highgui/osx: backport AVFoundation support
       new  5728795   Merge pull request #7320 from daB0bby:patch-1
       new  17f0c93   Merge pull request #7300 from K-Shinotsuka:issue17
       new  b43989b   Merge pull request #7303 from K-Shinotsuka:issue18
       new  b2314c9   Merge pull request #7304 from K-Shinotsuka:issue19
       new  9b12bd9   Merge pull request #7305 from K-Shinotsuka:issue20
       new  3f990ac   Merge pull request #7306 from K-Shinotsuka:issue21
       new  ae28345   Make test_texture_flow.py more robust
       new  2073af2   RGB2Gray array size fix;
       new  cde9d64   Merge pull request #7309 from K-Shinotsuka:issue22
       new  4ccde13   Merge pull request #7323 from lupustr3:pvlasov/rgb_to_gray_array_fix
       new  9ff63a4   Merge pull request #7314 from alalek:backport_7266
       new  f5a0b22   LSD: Optimization, avoid converting the image to double
       new  a12207c   LSD: Avoid using pointers directly, image could be non continuous
       new  ef6b696   LSD: Avoid pre allocating a big region, std::vector allocations is quite expensive
       new  de9c0d9   LSD: Avoid re allocating the histogram for multiple calls of LineSegmentDetector::detect in ll_angle
       new  8283ddb   LSD: Use a fixed size array instead of using std::vector
       new  0330322   Merge pull request #6820 from grochefort:fix_backgroundsubstractormog2_master
       new  7366be6   imgproc: fix win32 build
       new  fbc44bc   Merge pull request #6845 from jbosch:master
       new  c66efd0   imgproc: use target type for calculations
       new  f50f340   test: fix test crash (exception in destructor)
       new  9e27f82   Merge pull request #7328 from alalek:fix_win32_2
       new  ee7e231   Merge pull request #7322 from alalek:fix_test_crash
       new  b8bce55   Several chessboard detector improvements: - fixed uninitialized memory access and memory leaks - extracted several code blocks to separate functions - updated part of algorithm to use cv::Mat instead of CvMat and IplImage
       new  7f14a27   Merge pull request #7321 from sovrasov:python_test_update
       new  c7cb116   check FP16 build condition correctly   * use __GNUC_MINOR__ in correct place to check the version of GCC   * check processor support of FP16 at run time   * check compiler support of FP16 and pass correct compiler option   * rely on ENABLE_AVX on gcc since AVX is generated when mf16c is passed   * guard correctly using ifdef in case of various configuration   * use v_float16x4 correctly by including the right header file
       new  7840b07   bypass macro
       new  809bbb4   bypass macro
       new  d34f2cf   Merge pull request #7317 from tomoaki0705:fixIfdefFp16
       new  9100239   Remove redundant constant definitions
       new  4a5b775   Merge pull request #7333 from daB0bby:patch-2
       new  f4b84dd   Merge pull request #7334 from daB0bby:patch-3
       new  73e1d64   Merge pull request #6956 from mshabunin:fix-chessboard-bug
       new  25b0146   Fix for OpenVX implementation of morphology HAL API
       new  c0216c5   let the build available using clang   * add if section for clang
       new  a595ea2   Merge pull request #7342 from terfendail:OVXHAL_redundant_consts
       new  696972b   ocl: update Canny test threshold
       new  6970469   Merge pull request #7347 from tomoaki0705:fixClang3rdparty
       new  b78f1ad   Support for blacklisting modules when building iOS and OS X frameworks
       new  3d5c0f1   HAL interface for cv::integral
       new  55e3dea   Merge remote-tracking branch 'upstream/master' into pr7050
       new  e1b4f5a   fix issue 7352
       new  2f6c37b   Merge pull request #7361 from StevenPuttemans:fix_documentation_link_OPENNI
       new  a9ab629   build: fix aarch64 build with aarch64-linux-gnu-g++-4.8
       new  ba23dec   Fix for OpenVX implementation of color conversion HAL API
       new  6328076   Merge pull request #7360 from alalek:fix_aarch64_fp16
       new  a34fbf7    Fixed identifiers warns
       new  c2513ff   python tutorials: removed remainders of former Algorithm interface
       new  7a7a274   Fixed java wrappers
       new  2dd77f8   Fix dead link for hit or miss documentation.
       new  a3f74aa   cmake: repair GCC PCH
       new  12e0082   cuda: fix fp16 compilation
       new  f1009e2   Fix dead link for hit or miss 2.4 documentation.
       new  1a51a96   fixed the difference of the calculation result for findStereoCorrespondenceBM_SSE2() and findStereoCorrespondenceBM_().
       new  16b4ccb   Merge pull request #7377 from alalek:fix_cuda_fp16
       new  1c18b1d   Merge pull request #7370 from souch55:Fixxn
       new  b741ec2   Merge pull request #7376 from alalek:fix_gcc_pch
       new  991c41c   Merge pull request #7371 from mshabunin:aruco-java-wrap
       new  a719a6f   Merge pull request #7368 from berak:py_tutorials_fix
       new  39467d8   Merge pull request #7353 from alalek:ocl_update_canny_test_threshold
       new  a0add98   ocl: eliminate build warning
       new  411e551   ocl: autogenerated code
       new  26a32dc   videoio: remove 'const' from getProperty
       new  36db16a   Merge pull request #7383 from alalek:fix_get_property
       new  fa87422   Merge pull request #7358 from convoyinc:ios-framework-module-exclusion
       new  e310c3f   add simd code when dcn equals 4 at Luv2RGB_b().
       new  841cccc   use universal intrinsic in canny   * add v_abs for universal intrinsic   * add test of v_abs in test_intrin   * fix compile error on gcc   * fix bool OR operation
       new  fef677f   fix defines typo
       new  21d9412   cmake: fix for GCC 6.x
       new  9c90a5f   Merge pull request #7389 from alalek:fix_defines_typo
       new  c181f2f   cmake: fix for GCC 6.x
       new  cecc185   Merge pull request #7373 from tomoaki0705:featureCannyUniversalIntrinsic
       new  6f4a29d   Merge pull request #7390 from alalek:fix_7388
       new  0ce3686   Merge pull request #7384 from K-Shinotsuka:issue24
       new  706862d   Merge pull request #7382 from alalek:ocl_build_fix_warnings
       new  72becbb   Merge pull request #7379 from catree:fix_hitmiss_doc_link_2.4
       new  2e2ac54   Merge pull request #7374 from catree:fix_hitmiss_doc_link
       new  a3d44d5   Merge pull request #7214 from mshabunin:hal_integral
       new  3bd5055   Merge pull request #7336 from K-Shinotsuka:issue23
       new  72066a5   Fix for OpenVX-based implementation of HAL multiplication API
       new  81938af   Added support for OpenVX 1.0, updated cmake part, minor fixes
       new  a34b8d4   Merge pull request #7391 from alalek:24_fix_7388
       new  eddd417   Merge pull request #7282 from alalek:fix_calculations
       new  e0435d3   Merge pull request #7356 from mshabunin:extend-openvx
       new  47c792e   add simd code when scn equals 4 at RGB2Luv_b().
       new  b640e72   cmake: update PCH
       new  f6350bd   remove duplicated include
       new  83f2eb7   make sure that the empty mat is copied to UMat properly - i.e. UMat becomes empty. Before the patch such copy operation crashed
       new  bdf8214   Merge pull request #7393 from alalek:cmake_pch_update
       new  a5f493a   add simd code when scn equals 4 at Lab2RGB_b().
       new  2b01e31   Merge pull request #7392 from K-Shinotsuka:issue25
       new  33ce363   Merge pull request #7222 from mschoeneck:Improve_findContours_with_SSE2
       new  43b60f4   Merge pull request #6961 from K-Shinotsuka:issue5
       new  42fbfb9   Merge pull request #7311 from fran6co:lsd
       new  c174553   add simd code when dcn equals 4 at HLS2RGB_b().
       new  913b9cd   Merge pull request #7398 from vpisarev:mat2umat_copy_fix
       new  db8b325   add simd code when scn equals 4 at RGB2HLS_b().
       new  880ace2   add simd code when dcn equals 4 at HSV2RGB_b().
       new  0f03f69   Merge pull request #7403 from tomoaki0705:fixDuplicateInclude
       new  fad0598   normHamming done with AVX 2 intrinsics (ver 2) (#7405)
       new  a799cc1   Merge pull request #6078 from PolarNick239:master
       new  d6bcab3   doc: Small change to documentation in DectectPython.cmake
       new  80f03f5   backport of 7361
       new  524c612   replace principle by principal
       new  770c69a   fix for feature2d java wrappers as described in this post: http://ans… (#7372)
       new  0184850   Merge pull request #7415 from StevenPuttemans:fix_issue_7409
       new  c7c831b   Merge pull request #7414 from StevenPuttemans:fix_docs_OPENNI_2.4
       new  285e6ad   Merge pull request #7404 from K-Shinotsuka:issue30
       new  8ee4592   Merge pull request #7402 from K-Shinotsuka:issue29
       new  294bea1   Merge pull request #7401 from K-Shinotsuka:issue28
       new  84699e0   Merge pull request #7399 from K-Shinotsuka:issue27
       new  dd379ec   Merge pull request #7410 from pylbert:doc_DectectPython
       new  9b4cf89   Added AKAZE features in the stitcher pipeline (issue #6474)
       new  57be99f   Added getLeadingEdges function to subdivision2d
       new  797030a   Solution to issue #7408
       new  70c12e5   Basic support for GigE cameras via Aravis SDK
       new  be028d0   fix for #7420, #7421
       new  d80fd0c   Missing declaration
       new  6cfe4a8   cmake: fix ocv_check_compiler_flag
       new  5da8d65   eliminate compiler warnings
       new  714db4c   java: fix Ptr<> code generation
       new  48ae99e   Support for MONO8 & MONO12 pixel formats
       new  d9f6a06   Adding check for IPP  if UMat and OpenCL is available in Sobel and Scharr.
       new  8bd595a   fourcc support, improved buffer handling, check if exposure, gain & fps properties are available
       new  ce7811e   Add distortion example images for calib3d documentation.
       new  19bc3f4   Chenge arv_camera_abort_acquisition to arv_camera_stop_acquisition
       new  5e8486f   Try to clarify the morphological operations in the tutorial to avoid possible confusions.
       new  947f32d   add border replicate note
       new  b0e9346   Merge pull request #7416 from StevenPuttemans:add_comment_medianBlur
       new  218f757   Merge pull request #7440 from mschoeneck:Prefer_OCL_befor_IPP_for_Sobel_and_Scharr
       new  fe8501c   ocl: fix SVM code
       new  f11715b   Merge pull request #7430 from ArkadiuszRaj:aravis
       new  73a8fa8   Merge pull request #7447 from alalek:ocl_fix_svm
       new  789b35d   improved fix for java wrapper generator (gen_java.py) to avoid generation of java methods with duplicate signatures(v3)
       new  ea6410d   use universal intrinsic in threshold   * add performance test for 32F and 64F threshold   * requires update of opencv_extra
       new  1ef740f   use universal intrinsic implementation for calcSharrDeriv
       new  114d378   Bugfix #7438
       new  6373e24   Merge pull request #7441 from catree:add_distortion_images
       new  016359f   Merge pull request #7442 from catree:morphology_additional_information
       new  0f387cd   Merge pull request #7451 from reunanen:issue-7409
       new  4e7f288   Merge pull request #7452 from reunanen:issue-7409-2.4
       new  8e701a9   Merge pull request #7466 from Trojahn:master
       new  685a050   Merge pull request #7431 from ArkadiuszRaj:pgm-16bit
       new  994c682   Merge pull request #7455 from tomoaki0705:featureUniversalLkPyramid
       new  994815f   Merge pull request #7413 from tomoaki0705:featureUniversalThreshold
       new  c16c803   java: integrate code from base modules
       new  4acda3f   Merge pull request #7428 from alalek:cmake_fix_compiler_flags_detection
       new  4ed40fd   Merge pull request #7432 from abratchik:java.wrapper.fix.3.1
       new  4c8d258   cmake: update configuration for iOS
       new  084c595   fix for legacy FeatureDetector and DescriptorMatcher classes
       new  ca762a6   allow minObjectSize==maxObjectSize for single scale detection capability
       new  28b64f6   Merge pull request #7457 from alalek:cmake_fix_ios
       new  699c25a   Merge pull request #7471 from alalek:fix_java_generator
       new  0d0a399   Merge pull request #7468 from StevenPuttemans:fix_single_scale_detection
       new  fa32abe   add 5.2 and 6.1 compute capability support
       new  18bd47c   Merge pull request #7367 from terfendail:ovxhal_imgprocfix
       new  8cc09f1   highgui: allow wrapping cv::addText
       new  a37a6bd   fix BGR <> RGB swap
       new  de85680   Merge pull request #7483 from paroj:addtext
       new  26c9889   Fix for incorrect line drawing beyond 32768 row or column
       new  1d045f2   Added test for drawing beyond 32768 column
       new  d1e8651   ios: disable IPPICV on i386-iPhoneSimulator
       new  4207ebb   fix for VideoCapture crash
       new  9c6d063   Merge pull request #7490 from alalek:ios_disable_ippicv
       new  e2e1485   Merge pull request #7487 from StevenPuttemans:add_compute_capabilities
       new  1ae27eb   Merge pull request #7476 from abratchik:java.wrapper.fix.3.1
       new  316fece   fix the problem: the headers of cudev module are not installed if BUILD_opencv_world
       new  ea4ff91   fix error from performance test of LK pyramid
       new  adbb147   fix regression issues in Feature2D and DescriptorMatcher interfaces
       new  8da1303   add vector_vector_KeyPoint support to python wrappers
       new  4ea2706   Merge pull request #7472 from ArkadiuszRaj:aravis-autoexposure
       new  18327ae   Merge pull request #7496 from abratchik:java.wrapper.fix.3.1
       new  c419552   Add images for tutorials on morphological operations to avoid possible confusion.
       new  1c409ab   Add example image about distortion effect.
       new  50486bd   Merge pull request #7498 from catree:morphology_additional_information_2.4
       new  422154d   Merge pull request #7499 from catree:add_distortion_images_2.4
       new  ef47bcc   Fix the problem: filterSmall.cl report error with double
       new  058f93d   OpenVX based implementation for integral image HAL API.
       new  6a66af7   Added warning about possible X11 macro collision
       new  27c8f8a   Merge pull request #7443 from Tytan:akaze
       new  505c19b   Merge pull request #7505 from LukeZheZhu:filterSmall_double_support
       new  8213e57   Merge pull request #7494 from tomoaki0705:fixVideoLKPyramidARM
       new  5dfb810   video: fix optflow test: NAN results shouldn't bypass checks
       new  e15acd4   Merge pull request #7508 from alalek:fix_optflow_test
       new  07711e4   Merge pull request #7506 from mshabunin:x11-collide-warning
       new  df2b591   videoio: fix segfault if CONVERT_RGB is false (issue #7465)
       new  c72fbd7   fix for #7501
       new  3a3dfcb   Merge pull request #7509 from lpea:camv4l_segfault
       new  157a90a   Merge pull request #7513 from abratchik:fix.wrappers.for.video.tracking
       new  bd50553   videoio: Fix for valgrind warning in icvGetPropertyCAM_V4L
       new  01b592c   calibrateCamera: mask f_x when using FIX_ASPECT_RATIO
       new  971a7c8   let the performance test pass on ARM   * use round-to-neaerest in div of carotene
       new  a89aa8c   Fix imageSize overflow in IplImage
       new  d18e45b   Merge pull request #7524 from tomoaki0705:fixDivFixtureArm
       new  052e625   Merge pull request #7520 from kesinger:memsetform
       new  7793299   Merge pull request #7507 from vrabaud:iplimage_overflow
       new  6f00e53   ts: update run.py
       new  8577f71   ts: 2.4 changes
       new  abad2ca   test: fix tolerance
       new  5bafc1d   test: fix tolerance
       new  7a9ed39   test: update HoughLines perf test
       new  db451f2   test: don't use points on single line for solvePnP
       new  4439ba0   test: update condition for Calib3d_StereoCalibrate
       new  ee4b78f   test: change condition in Photo_Decolor
       new  43c48e2   test: update Div and ConvertScaleAbs perf tests
       new  a901cc5   test: fix tolerance perf check for Exp/Log/Sqrt
       new  c57f145   ts: update run.py
       new  8842b9b   Newer versions of gstreamer use a slightly different include path on windows. Newer versions of VTK have moved some of the reader objects into vtkIOGeometry.
       new  943ac96   Eliminated use of obsolete 'register' keyword
       new  17398c1   Merge pull request #7533 from seanm:master
       new  c724d61   Revert "Fix for VTK6.2 issue."
       new  f129950   viz: update for VTK6.2+
       new  c31f89f   viz: eliminate warnings from tutorial code
       new  44e5d26   Merge pull request #7536 from alalek:viz_warn
       new  c6772a8   Fix CLAHE distribution. Fix CLAHE for 16-bit images.
       new  e77bc24   Merge pull request #7518 from ArkadiuszRaj:aravis-buffer-status
       new  c17afe0   Merge pull request #6933 from hrnr:gsoc_all
       new  ecac70f   Merge pull request #7531 from dtmoodie:cmake_updates
       new  de35c59   Merge pull request #7517 from paroj:pp_dpdf
       new  6f7bf65   Add 90 degree rotation methods. This provides a quick simple way of doing 90 degree rotations. Also fix warnings that show up on other compilers in test builds.
       new  2a91453   brush up divSaturate of carotene   * use rounding to nearest same as divSaturateQ
       new  2038434   Merge pull request #7541 from tomoaki0705:fixArmDivCaroteneSaturate
       new  f5592fd   Fix wrong default mask value in floodFill
       new  1f4f50b   findContours: integrate workaroung to allow contours detection on image border
       new  34df4ae   Add a regression test, fix documentation
       new  c55890f   Enable chessboard detector test on Ubuntu
       new  dc9602e   Merge pull request #7545 from sovrasov:flood_fill_fix_mask_value
       new  ddf0554   Use colon in "%YAML:1.0" directive when persisting to YAML-files
       new  5ebdf6c   Merge pull request #2 from opencv/master
       new  118c1b4   fixed detection_based_tracker on visual studio 2013 and later
       new  689cf79   Correct cast for _InterlockedExchangeAdd on ICC
       new  3607da9   ocl kernel performance optimization for box filter
       new  5728f79   updating python tutorials + providing necessary data
       new  8333ea4   Merge pull request #7551 from fegorsch:fix_yaml_header
       new  d0474a9   fixed use of std::lock outside of ifdefs
       new  41c47a8   restored Parameters() constructor to maintain ABI compatibility. Added CV_EXPORTS to nested class
       new  ad6af6b   Remove Intel Specific CV_XADD Definition
       new  c93de78   removed spaces at line endings, fixed warning
       new  f075250   BORDER_ISOLATED support for Laplacian, boxFilter and morphology;
       new  9b2b840   Merge pull request #7553 from erichkeane:interlocked_add_fix
       new  33a5778   core: update CV_XADD
       new  c585d38   core: update CV_XADD
       new  76f28fd   Merge pull request #7558 from alalek:cv_xadd
       new  f0d592e   Merge pull request #7559 from alalek:cv_xadd_24
       new  bdfb4de   Merge pull request #7554 from lupustr3:pvlasov/morph_isolated
       new  03a9fd4   fix the problem: leak memory when repeatedly start and stop
       new  f888f47   remove self. in release method
       new  bec3479   fix the problem:repeatedly stop cause app crash
       new  56c133d   Disable redundant border initialization in findContours
       new  358ec04   highgui: add property WND_PROP_VISIBLE
       new  7f2ac76   Merge pull request #7561 from paroj:winvisible
       new  b823c8e   add universal intrinsic in StereoSGBM   * add 8 elements version of reduce operation   * add tests for new universal intrinsic
       new  bbd4a0e   Compensate exposure before finding seams
       new  ecb8fb9   Merge pull request #7572 from tomoaki0705:featureUniversalStereoSgbm
       new  cba2234   add universal hardware support check function   * use hasSIMD128 rather than calling checkHardwareSupport   * add SIMD check in spartialgradient.cpp   * add SIMD check in stereosgbm.cpp   * add SIMD check in canny.cpp
       new  992795d   add SSE code for RGB2Luv_f.
       new  6f3483a   Correct the comment of Mat::diag(const Mat& d).
       new  b077d6a   Merge pull request #7549 from StevenPuttemans:add_sample_content
       new  2b7866f   Merge pull request #7503 from pengli:box_filter_v2
       new  7b532ce   Merge pull request #7540 from K-Shinotsuka:issue31
       new  7fe0fb6   Merge pull request #7580 from seanlis:wrong_diag_comment
       new  c1c7c7f   add SSE code for Luv2RGB_f.
       new  51f2b27   Merge pull request #7574 from Tytan:expcomp_before_seams
       new  4c66772   Merge pull request #7516 from sovrasov:find_contours_fix
       new  78874c5   fix java wrapper autotests
       new  f978ee6   fix for #7510, #7511 and #7512
       new  d00dcb1   reversed mysterious mode change
       new  522cfa7   test: don't check magic values in stitching perf test
       new  049a894   fixed detection_based_tracker on visual studio 2013 and later modules/objectdetect/src/detection_based_tracker.cpp: made unique_lock<mutex> local to each function samples/cpp/dbt_face_detection.cpp: fixed warnings on loop in Visual Studio
       new  62c28c5   Merge branch 'master' of https://github.com/es0m/opencv
       new  25f740e   Merge pull request #7589 from alalek:fix_perf_stitching
       new  72e4e9d   fixed _MSC_VER check for vs2013 in dbt_face_detection sample
       new  752b10e   fixed _MSC_VER check for at least vs2013 in dbt_face_detection sample
       new  6d460bb   fix build error on old compiler   * vget_lane_** accepts constant value, not variable
       new  811eb76   Merge pull request #7497 from abratchik:java.wrapper.fix.3.1
       new  6c12533   Merge pull request #7571 from panxiaochun:CvVideoCamera_stop
       new  a7db950   add SSE code for Lab2RGB_f.
       new  7dd9925   Merge pull request #7584 from tomoaki0705:fixFp16BuildOldCompiler
       new  01f355d   Merge pull request #7583 from K-Shinotsuka:issue33
       new  94d8797   Merge pull request #7582 from K-Shinotsuka:issue32
       new  8944875   Merge pull request #7526 from alalek:fix_arm_builds
       new  f632f5c   Merge pull request #7529 from alalek:backport_7526
       new  33d82da   Clarify documentation for cv::Algorithm::read
       new  af01267   Add assertion to prevent processing of large images in remap
       new  38483fe   Skip UTF-8 BOM in FileStorage
       new  e955d17   Add new error messages
       new  baf613b   highgui: window_QT: added missing virtual method specifier
       new  050731c   Merge pull request #7552 from es0m:master
       new  bebd49d   Merge pull request #7467 from tomoaki0705:featureCheckSimdUniversal
       new  545f573   Merge pull request #7596 from sovrasov:doc_core_clarify
       new  6fceb1d   Merge pull request #7601 from sovrasov:remap_big_img_assert
       new  9ee6f10   fix build error
       new  280cdb5   Merge pull request #7595 from sovrasov:fs_utf8_bom
       new  ad5c50a   Improve the efficiency as suggested by vpisarev. Alter the Rotation enum to be unambiguous as to direction.
       new  712fa9a   Merge pull request #7605 from tomoaki0705:fixBuildFp16Error
       new  3dc022a   Merge pull request #7423 from grahamfyffe:leading_edges
       new  676736b   avoid using fmadd in RNG
       new  d1bbc0b   Merge pull request #7604 from rokm:highgui-qt
       new  17df65e   Fix the OpenCL portion to match the c++ code. Fix an undiscovered bug in the c++ code.
       new  35198b8   morph ocl kernel for erode and dilate filter
       new  3e28d51   Fixed several OpenCL compiler warnings
       new  442380b   Merge pull request #7585 from pengli:morph_filter
       new  8f63f51   gaussian blur ocl kernel optimization
       new  349d5ba   --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address);
       new  d4b501e   viz: free new[] allocated arrays using delete[] instead of free
       new  183c753   imgproc: fix trailingZeros for MSVS 2010
       new  b2fa82f   Merge pull request #7618 from lupustr3:pvlasov/instrumentation_update
       new  f1d93cb   Merge pull request #7624 from pengli:gaussian_blur
       new  25061b4   convertPointsToHomogeneous: fix output type for depth == CV_32S
       new  17ffb28   Merge pull request #7602 from mshabunin:fix-opencl-warnings
       new  6991c24   Merge pull request #7632 from paroj:homgpt_int
       new  3609343   undistortPoints: only consider distCoeffs if present
       new  f893ee5   Added IMREAD_IGNORE_ORIENTATION flag
       new  26899bb   OpenVX 1.0.1 compliance update
       new  bdf6615   Merge pull request #7550 from apavlenko:ivx
       new  a01a4c4   test: tvl1 test check update
       new  45bf60d   perf: remove tvl1 check for magic numbers, reduce number of samples
       new  3e0252e   docs: drop plantuml support
       new  4a9c84c   Add static to local function
       new  40778fa   Change name to minimize confusion
       new  a50bc7d   cmake: fix libpng for AARCH64
       new  edcbc15   cmake: python installation
       new  cc121e0   cmake: ARM toolchain: do not force compiler version
       new  fddc9c5   cmake: ARM toolchain: find ld/ar
       new  04ddbf5   cmake: eliminate configuration warnings
       new  67c4046   Merge pull request #7556 from terfendail:ovxhal_101compl
       new  a2d6d96   Merge pull request #7161 from terfendail:shortline_fix
       new  b2e0873   Merge pull request #7629 from alalek:issue_7626
       new  acaa1e1   Merge pull request #7628 from sergiud:viz-vtkUnsignedCharArray-delete
       new  ca1ce5f   Fix for large image handling in OpenVX based implementation of HAL API
       new  cd1b324   Fix for OpenVX based implementation of wrapAffine HAL API
       new  850d12a   Completely disabled OpenVX based implementation of warp HAL API
       new  88ea9f5   Fix for OpenVX based implementation of resize HAL API
       new  9eac0f0   Completely disabled OpenVX based implementation of resize HAL API
       new  24379fc   Use transpose() as suggested, because it works on pre-existing destination Mats.
       new  879315f   Fix error gtk
       new  64a2d19   ffmpeg: backport 7213
       new  4f8c3d7   Merge pull request #7648 from alalek:cmake_warnings
       new  4ebdf49   Merge pull request #7634 from paroj:undistpt
       new  a88b94c   build: fix warning in python parser
       new  c3fc115   Merge pull request #7642 from alalek:plantuml
       new  6df723e   Merge pull request #7645 from alalek:cmake_arm_toolchain
       new  6b7d570   Merge pull request #7539 from Tetragramm:90DegreeRotations
       new  b587c57   Merge pull request #7654 from souch55:Fixgtk
       new  a679e4c   Merge pull request #7656 from alalek:python_warning
       new  614ce77   add SSE code for HSV2RGB_f.
       new  a909527   add SSE code for HLS2RGB_f.
       new  8d4a7d3   sobel and scharr ocl kernel optimization
       new  5bb08ba   Merge pull request #7464 from reunanen:test-7409-7458
       new  099be88   Merge pull request #7638 from ArkadiuszRaj:move-exif-from-jpeg-to-loadsave
       new  ad888c8   Merge pull request #7643 from alalek:libpng_aarch64
       new  c93fb14   Merge pull request #7653 from pengli:deriv
       new  8f4251f   Merge pull request #7655 from alalek:backport_7213
       new  94b5a74   Fixed with review comments.
       new  e79f83e   calib3d: fix missing cv::redirectError symbol error
       new  a49e50a   fix error when building android sample: https://github.com/opencv/opencv/issues/7590
       new  4d84e6e   fix compiler error when building with gnu-5 toolchain (eg as currently shipped with crystax.org android ndk, and presumably soon with android studio).
       new  cf5c400   add SSE code for RGB2HLS_f.
       new  c3f0ee0   Merge pull request #7675 from filnet:msys2
       new  4d041e6   Merge pull request #7672 from dec1:2.4
       new  876c2c0   Merge pull request #7678 from dec1:tag_3.0.0
       new  7c266ff   Add support of vector of vectors serialization to FileStorage
       new  1f1dc42   Merge pull request #7681 from apavlenko:ivx-docs
       new  e6f2729   Replaced magic constant in large image handling check
       new  6cb7335   laplacian ocl kernel optimization
       new  a19cb20   Merge pull request #7673 from pengli:deriv
       new  12569dc   Merge pull request #7625 from souch55:Fixapi
       new  40aa8aa   ffmpeg: check return value
       new  30cdcfa   warnings
       new  14d2046   cmake: ccache
       new  30807b2   Merge pull request #7644 from alalek:cmake_python_install
       new  dac37a0   features2d: update rotation invariance test
       new  39d7ecc   perf: disabled checks for magic numbers
       new  21167b1   Fixed several GCC 5.x warnings
       new  497d0fd   build: OSSpinLock deprecation warning
       new  19270ee   warnings
       new  a42be1f   backport ARM toolchain from master
       new  0a543c5   test: fix Legacy_StereoGC.regression assertion
       new  b1c8557   Merge pull request #7690 from alalek:backport_arm_toolchain
       new  866f8eb   Merge pull request #7695 from ArkadiuszRaj:aravis-release-bug-fix
       new  fb456eb   Merge pull request #7691 from LaurentBerger:I7676
       new  3ea4f72   fix Core_MulSpectrum test on 64bit ARM + release mode   * fix issue 6536   * increase threshold in particular tests due to the difference of fmsub and fsub
       new  f21f153   test: backport check for Image_KernelSize_GaborFilter2d perf test
       new  771fa5b   test: change EPS in Objdetect_HOGDetector tests
       new  dfb9c57   IPP 2017 filter2D fix; filter2D IPP runtime check;
       new  62b2039   Merge pull request #7698 from alalek:backport_perf_gabor
       new  9cdab42   Merge pull request #7702 from lupustr3:pvlasov/ipp2017_filter_fix
       new  7adb52b   Merge pull request #7699 from alalek:test_hog_eps
       new  7b13550   Merge pull request #7697 from alalek:backport_6561
       new  511c0c2   Merge pull request #7688 from alalek:fix_orb_test
       new  54d2159   Merge pull request #7627 from sovrasov:fs_vec_of_vec
       new  af8e6b0   Merge pull request #7689 from alalek:warnings_2.4
       new  9638dfc   Merge pull request #7641 from alalek:warnings
       new  3f224ab   Merge pull request #7646 from alalek:cmake_ccache
       new  81fc6b3   Merge pull request #7621 from terfendail:ovxhal_resizefix
       new  b54bc2d   Merge pull request #7665 from K-Shinotsuka:issue36
       new  af22b6c   Merge pull request #7664 from K-Shinotsuka:issue35
       new  5c969d1   interoperability OpenVX samples added
       new  9032a7a   minor fixes in samples and ivx.hpp
       new  e8d2aad   sugar for single plane images
       new  2c63d2b   changed image creation from handle
       new  289d879   build fixes for openvx-1.0.1 and c++03
       new  d7db220   "no previous declaration" warnings fixed in samples
       new  bfecea4   warnings in ivx.hpp fixed
       new  fa8add8   compilation fixed for C++98
       new  1c9262d   hiding silly warnings
       new  f89ea6d   hide info warnings
       new  c1ee798   Merge pull request #7662 from K-Shinotsuka:issue34
       new  8151be9   Merge pull request #7163 from savuor:openvx_sample
       new  284006e   add NEON code for RGB2Luv_f.
       new  8d662a1   Merge pull request #7640 from alalek:fix_test_tvl1
       new  6994902   core: drop type/dims/rows/cols information in Mat::release()
       new  a936cb0   calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic
       new  d65df72   java: fix testIsSubmatrix test
       new  fe29080   java: skip test in case of missed classes from opencv_contrib
       new  8019498   java tests fixes
       new  0bdea2b   core: fix absdiff (non-optimized, fp) to prevent "-0" results
       new  8e22b17   java: backport test changes from master
       new  b879126   Fix docs explaining the returnPoints argument of convexHull.
       new  a3bfa6f   cmake: ccache
       new  da75d12   java: fix Calib3d test
       new  b8c875d   Merge pull request #7707 from K-Shinotsuka:issue37
       new  7db43f9   fixed wrong equivalence in YUV conversion (#7481)
       new  4fd00c1   Merge pull request #7714 from onixie:master
       new  e69253a   Update exif.cpp
       new  4c5c722   Merge pull request #7718 from guoxuedong:updateExifReader
       new  12e0bc0   Added wrappers for vx_matrix and vx_convolution (#7651)
       new  e1503cc   calibrateCamera: specifiy what kind of re-projection error is returned
       new  f5f91ed   eliminating conflict with ivx.hpp
       new  408e4a7   Merge pull request #7708 from alalek:cmake_ccache_2.4
       new  979b0ae   Merge pull request #7711 from alalek:fix_java_tests_2.4
       new  88ef8c9   Merge pull request #7709 from alalek:fix_java_tests
       new  4a759ab   Revert "Fix for VTK6.2 issue."
       new  6fb75c6   viz: update for VTK6.2+
       new  11b642f   viz: eliminate warnings from tutorial code
       new  7ad8e37   Merge pull request #7719 from paroj:calib_ret
       new  b38d29b   Merge pull request #7721 from apavlenko:vx-fix-build-1.0.1
       new  a53f93f   Merge pull request #7710 from alalek:debug_check_matrelease
       new  7dc673f   imgproc: fix findContours (submatrix input)
       new  8098e5b   Added OpenVX based implementation for Gray2BGR conversion HAL API
       new  e878b60   core: drop type/dims/rows/cols information in Mat::release()
       new  56ed8b1   calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic
       new  3f37e34   highgui: g_thread_create deprecated warning
       new  1a3f1a3   ts: CV_ENUM fix static initialization order fiasco
       new  f6d5a1d   Merge pull request #7727 from alalek:backport_7536
       new  954082d   Merge pull request #7730 from alalek:fix_contrib_872
       new  ac118ae   Merge pull request #7733 from alalek:debug_check_matrelease_2.4
       new  fa757eb   Merge pull request #7734 from alalek:fix_gtk_deprecated
       new  e04eb8c   Merge pull request #7735 from alalek:ts_cv_enum_static_fiasco
       new  90da593   highgui: g_thread_create deprecated warning
       new  e5041ab   cmake: remove outdated pkg-config module
       new  36d7712   cmake: CMakeVars.txt (for debugging purpose)
       new  5ac15f0   cmake: add DEBUG_PRE/DEBUG_POST commands handling
       new  32f5683   cmake: cleanup ffmpeg detection
       new  e8f5911   objdetect: Properly check for C++11 as it's done in the matching .cpp file. Fixes #7623
       new  ff2747d   Added wrappers for OpenVX context attributes and setter for convolution scale attribute
       new  35db7f6   Merge pull request #7745 from ColinFinck:master
       new  2c03c8d   Update googletests 1.8.0 (20160822) (#7738)
       new  7e38a2f   Merge pull request #7739 from alalek:fix_gtk_deprecated_2.4
       new  5cead19   Merge pull request #7742 from alalek:backport_5884
       new  2af4dc7   Merge pull request #7741 from alalek:cmake_remove_legacy_pkgconfig
       new  be08654   Merge pull request #7548 from tomoaki0705:fixRngAvoidFmadd
       new  4a7d441   test: fix cuda build
       new  b72d196   optimization for warpAffine and warpPerspective
       new  c56c0e1   Solve exception for 3D Mat
       new  159b29e   Merge pull request #7747 from alalek:fix_cuda_test
       new  90b52cd   Merge pull request #7726 from pengli:warp_image
       new  e8f3469   Added OpenVX based processing to Sobel
       new  9200db7   Added OpenVX based processing to medianBlur
       new  e9cc0f6   Added OpenVX based processing to minMaxLoc
       new  0cd3788   Added OpenVX based processing to threshold
       new  a4b9eb2   Added OpenVX based processing to meanStdDev
       new  0a69588   added OpenVX call to Mat::convertTo() (w/o scaling)
       new  2b56b17   fixed: data types, empty input case
       new  7c2734f   added OpenVX calls to accumulate(), accumulateSquare(), accumulateWeighted()
       new  0ac934d   added OpenVX call to equalizeHist() function
       new  78b80b6   Added wrappers for OpenVX context attributes and setter for convolution scale attribute (#7732)
       new  57aaec1   Merge pull request #7610 from terfendail:ovx_sobel
       new  c47267e   Merge pull request #7538 from Tetragramm:CLAHEfix
       new  3d8395c   Merge pull request #7743 from alalek:cmake_ffmpeg_cleanup_2.4
       new  6c524e8   Allow V4L, V4L2 to be used as preferred capture API
       new  71b2409   ts: added findDataFile() utility function and SkipTestException
       new  2ca5a7e   more optimization for warpAffine and warpPerspective
       new  179a6e0   OpenVX wrappers linkage fix
       new  6d55e99   Added OpenVX based processing to boxFilter
       new  45e18ee   Merge pull request #7751 from sim642:capture-pref-v4l
       new  5b85ada   Merge pull request #7756 from terfendail:ovx_linkage
       new  e4985f6   Add support image save parameters in VideoWriter
       new  46a333e   Merge pull request #7755 from pengli:warp_image
       new  47f53b6   fix a typo in the canny docs
       new  c560ff2   videoio: images: fix buffer overflow problem
       new  e547bbb   videoio: preserve conflict with common properties
       new  695c518   Updated TBB search script and code checks
       new  b5b3a04   Merge pull request #7761 from UnaNancyOwen:add_props
       new  19959cb   Fixed Intel C++ 17 build in VS2015
       new  5985d71   Merge pull request #7757 from mshabunin:tbb-search
       new  817a17b   Merge pull request #7767 from mshabunin:icl-support
       new  39ff8a0   cmake: cleanup ffmpeg detection
       new  ddc5155   Merge pull request #7677 from terfendail:ovx_minmaxloc
       new  8968318   Merge pull request #7668 from savuor:openvx_equalize_hist
       new  0a775e4   Merge pull request #7659 from savuor:openvx_convert_depth
       new  924ac10   Merge pull request #7649 from terfendail:ovx_meanstddev
       new  32f48a8   Merge pull request #7631 from savuor:openvx_accumulate
       new  e623e71   Merge pull request #7597 from terfendail:ovx_threshold
       new  1d45726   Merge pull request #7588 from terfendail:ovx_medianblur
       new  b0d2217   Merge pull request #7515 from terfendail:ovxhal_graytobgr
       new  c99097f   Merge pull request #7478 from terfendail:ovx_boxfilter
       new  4f7453b   Merge pull request #7763 from jrheard:patch-1
       new  5e75503   Merge pull request #7750 from alalek:ts_find_or_skip
       new  735f5a0   Merge pull request #7492 from straywarrior:fix-cudev-headers-with-opencv_world
       new  3ae1990   Merge pull request #7769 from alalek:cmake_ffmpeg_cleanup
       new  b69cdb2   Image pyramids upsampling optimization
       new  2e8b9b1   Fixed TBB build on Android armeabi
       new  a09288c   Merge pull request #7772 from mshabunin:tbb-arm-fix
       new  025ceb4   Merge pull request #7764 from pengli:pyr_up
       new  4919402   ffmpeg: remove compatibility glue code
       new  ced81f7   Added OpenVX based processing to LUT
       new  afc7396   Added OpenVX based processing to gaussianBlur
       new  39ca6a0   ffmpeg: update Windows binaries
       new  537db2d   Merge pull request #7598 from terfendail:ovx_lut
       new  f84dc35   Merge pull request #7564 from terfendail:ovx_gaussianfilter
       new  b87cee8   Merge pull request #7454 from terfendail:ovxhal_integral
       new  a0e771f   Fixed valgrind issues in persistence functions
       new  5032dae   test: refactor test to capture more information on failure
       new  5025ca4   Merge pull request #7778 from mshabunin:fix-persistence-valgrind
       new  4a095e4   Merge pull request #7777 from alalek:test_refactor
       new  380cc52   build: fix cuda tests
       new  44d9d59   ocl: stop using of OpenCL without explicit UMat arguments
       new  0724d13   build: cuda warnings
       new  fefc348   Merge pull request #7783 from alalek:fix_7746_2
       new  c48d7f8   Merge pull request #7786 from alalek:cuda_warnings
       new  10ccd03   Removed redundant calculations
       new  37cbcf0   Merge pull request #7788 from Kotrix:patch-1
       new  bd0a8c7   Added VS2017 support (MSVC 1910)
       new  396921d   5x5 gaussian blur optimization
       new  2d28bb4   ipp: disable compilation with IPP 9+
       new  2bfcbe1   fisheye::undistortPoints: sanitize theta values
       new  fef9431   core: exp/log workaround for MSVS
       new  cb46946   Merge pull request #7782 from savuor:fix/ivx_types
       new  695b201   Merge pull request #7794 from savuor:fix/ovx_cvt_continuous
       new  61792a8   java: fix PATH environment variable
       new  d42d155   java: fix PATH environment variable
       new  a054446   test: tvl1 test check update
       new  10d1b33   perf: remove tvl1 check for magic numbers, reduce number of samples
       new  ab260da   Fixed Intel C++ 17 build in VS2015
       new  300f923   Merge pull request #7797 from patrikhuber:add-vs2017
       new  c6af179   Added VS2017 support (MSVC 1910)
       new  d37106e   Merge pull request #7789 from pengli:gaussian_blur
       new  2341222   Merge pull request #7804 from alalek:fix_java_test
       new  bc96997   Merge pull request #7805 from alalek:fix_java_test_2.4
       new  cf97e6e   Merge pull request #7806 from alalek:backport_7640
       new  29f5294   Merge pull request #7808 from alalek:backport_7767
       new  2572745   Merge pull request #7807 from alalek:ipp_build_fix_2.4
       new  7be4a0e   Merge pull request #7809 from alalek:backport_7797
       new  21f3531   core: fix inplace support in mulSpectrums
       new  ab429d2   test: fix inplace in 'mulComplex' from test_dxt
       new  62c9ff2   core: added inplace check in 'divSpectrums'
       new  c4d4158   Add imread documentation note when EXIF orientation is embedded.
       new  79857f1   test: fix Core_ArithmMask.uninitialized test
       new  ee26596   test: move test_drawing into imgproc module
       new  036dd8d   Contribute a tutorial on building for NVIDIA Tegra (#7814)
       new  e941259   Persistence: fixed valgrind warning in base64 decoder
       new  6946f51   mulSpectrums: refactor code
       new  5cc2d7a   Merge pull request #7771 from alalek:ffmpeg_update
       new  a1d68ff   Merge pull request #7820 from catree:imread_doc
       new  48bff3b   Merge pull request #7748 from LaurentBerger:Normalize3d
       new  beea04c   Merge pull request #7826 from mshabunin:fix-base64-issue
       new  781ab3d   test: minor refactoring in test_drawing
       new  bcbe2f1   test: move more drawing tests
       new  7e0f1ec   test: putText regression garbage test
       new  98181e9   imgproc/drawing: minor refactoring in FillConvexPoly
       new  1e2ddc3   Canny via OpenVX, Node wrapper extended (query/set attribute), some naming fixes
       new  ccd8031   fixing compilation
       new  541d5b0   disabling due to accuracy issues
       new  f3ec56f   fixing build errors
       new  76c38f0   trying to enable canny_vx adding a new test comparing canny_cv vs canny_vx
       new  4246d36   disabling again
       new  a99118c   moving CannyVX test from ocl to cpp file
       new  a93c70f   Add note about solvePnP methods that cannot be used.
       new  c447e5f   Added vxTruncateArray wrapper to ivx::Array
       new  c98330b   cmake: special target to build/install docs only
       new  f55e966   Update linux_install.markdown
       new  5f57d02   Merge pull request #7818 from catree:solvePnP_doc
       new  2fded5d   Merge pull request #7822 from alalek:fix_arithmmask_test
       new  26fbaad   cmake: disable warning C4127 for MSVS < 2015
       new  7bceef7   test: fix mulSpectrums error tolerance
       new  4a3da1c   Fix missing angles in AKAZE keypoints
       new  120531c   Fix error threshhold in SolvePnPRansac
       new  3f7cde0   Implement 32f support for morphology operation
       new  a5d857e   Update docs for 32f support in morphology operation
       new  21683a5   Update MSER python sample
       new  03bcfe4   test: fix RNG problem in accuracy tests
       new  fb22378   test: fix Core_HAL.mat_decomp test implementation
       new  3aedc13   replacing white noise with fruits picture
       new  ec859ce   test: limit chessboard generator parameters
       new  34c07f6   Merge pull request #7729 from apavlenko:vx-canny
       new  ffcf866   Merge pull request #7754 from LAZI-2240:toupstream2.4
       new  12383a1   Disable error throwing in convexityDefects when hull is a line or point
       new  166d75e   Fix for unhandled error cases when using Media Foundation
       new  1473f03   Merge pull request #7839 from sovrasov:mser_python_sample_update
       new  069d51d   Merge pull request #7836 from sovrasov:akaze_fix_detect_only_mode
       new  188ccac   Merge pull request #7837 from sovrasov:solvepnp_ransac_error_thresh_fix
       new  cb1d4e6   Merge pull request #7801 from alalek:fix_7795
       new  fbf2383   Merge pull request #7787 from alalek:ocl_explicit_only
       new  7a3b5b3   Merge pull request #7790 from sovrasov:convexity_defects_enable_small_hulls
       new  a24ebc9   Merge pull request #7840 from alalek:fix_test_rng
       new  2c89b39   Added OpenVX based processing to calcHist
       new  7241b90   cmake: special target to build/install docs only
       new  dd99b7c   Further editing/refinement of the tutorial. This is based on testing OpenCV 3.1 with VisionWorks, which identified issues. The tutorial now specifies 3 cherry-pick commands for opencv.
       new  c977af8   Merge pull request #7843 from chacha21:fix-capture-msmf
       new  8f83d97   Merge pull request #7800 from paroj:fisheye_undist
       new  19c8cc8   Merge pull request #7760 from terfendail:ovx_histogram
       new  1451f7d   Merge pull request #7848 from rjray-nvidia:cuda_tegra_tutorial_update_1
       new  af0ee30   Merge pull request #7819 from alalek:fix_mulSpectrums_inplace_2.4
       new  7db13c7   Merge pull request #7847 from alalek:install_docs_target_2.4
       new  8b92151   Merge pull request #7832 from alalek:install_docs_target
       new  965deab   Documentation fixes for latest doxygen
       new  53f72f1   Merge pull request #7853 from mshabunin:fix-doc-warning
       new  138f0cb   Added wrapper for IMAGE_SPACE attribute setter
       new  f8b4d28   Added OpenVX based processing to remap
       new  3c5eb51   Fixed OpenVX to OpenCV compatibility for NN remap
       new  5592142   Merge pull request #7831 from terfendail:ovx_array_update
       new  f5bf1e5   Test run script: added long test filter for valgrind
       new  8b9422a   OpenVX wrappers rewritten with CV_OVX_RUN, VX_DbgThrow
       new  daa9702   Merge pull request #7810 from parismita:patch-1
       new  059c2a8   Merge pull request #7856 from mshabunin:long-tests
       new  36b5abf   Merge pull request #7857 from savuor:openvx_macro_wrappers
       new  fa6692a   Added new overloaded functions for Mat and UMat that accepts std::vector<int> instead of int * for the sizes on a N-dimensional array.
       new  4e7b521   highgui: change waitKey() default behaviour
       new  45d3286   wrappers for vx_pyramid added
       new  fcddfa4   GSoC 2016 - Adding ALIASES for tutorial (#7041)
       new  6d34d6b   update samples: waitKey() usage
       new  03beff0   build: disable warnings (Ubuntu 16.04 + CUDA 8.0)
       new  d206e84   cmake: use -fp-model precise with ICC
       new  3fc06f1   cmake: use -fp-model precise with ICC
       new  540ece7   cmake: support ICC warnings
       new  dbbbad4   build: eliminate ICC warnings
       new  ceb5210   build: eliminate ICC PCH warning
       new  737fa51   test: use relative error in HOG tests
       new  041502e   build: eliminate ICC warnings
       new  7d5fd6a   Merge pull request #7812 from alalek:fix_putText
       new  a8c7a10   Merge pull request #7817 from savuor:openvx_pyrWrap
       new  eb04b2b   Added N-dim submat selection with vectors
       new  bfde5cd   SGBM: fixed uninitialized memory in cost buffer
       new  667cb2e   Merge pull request #7867 from alalek:cuda_warnings_2.4
       new  49e6bb2   Merge pull request #7868 from alalek:icc_2.4
       new  cc09f5a   Merge pull request #7854 from alalek:backports_2016
       new  b06bd50   cmake: update PDB support condition
       new  22df206   Merge pull request #7875 from alalek:winpack_fix_2.4
       new  f7d956e   Merge pull request #7869 from alalek:icc
       new  a615d79   Merge pull request #7768 from terfendail:ovx_remap
       new  9c7088d   Merge pull request #7851 from terfendail:ovx_imagespace
       new  5372c8b   Merge pull request #7774 from savuor:openvx_pyrlk
       new  faefbf9   Merge pull request #7793 from savuor:openvx_pyrDown
       new  c038d1b   Merge pull request #7858 from addisonElliott:master
       new  969c55d   Merge pull request #7720 from savuor:openvx_FAST
       new  8444c23   fixed segfault at ORB::compute() near image's border
       new  75eeb25   Merge pull request #7866 from alalek:update_waitKey
       new  5f4112a   added initial version of wrapper for Harris corner detection
       new  77f9935   fix vxCommitArrayRange() call
       new  3f1734b   fixed type checks in wrappers; array downloading code simplified
       new  ee77538   disabled due to bad accuracy
       new  1e2ad7e   rewritten for new macro use
       new  a264606   ivx::Scalars replaced by immediate values
       new  cf5e976   OpenVX convert enabled
       new  a206e12   Merge pull request #7876 from mshabunin:fix-sgbm-memory
       new  c7ae26b   Merge pull request #7879 from alalek:backport_7852
       new  d2e5bea   Disable training of RTrees when CVFolds > 0
       new  0e4dde1   Merge pull request #7872 from alalek:merge-2.4
       new  0a4694d   Merge branch '2.4' into master
       new  13b9dd3   fixed segfault at ORB::compute() near image's border
       new  c9237a6   cmake: unpack IPPICV into binary directory
       new  862c3aa   Merge pull request #7873 from addisonElliott:Mat_Range_InitializerList
       new  ef08110   Merge pull request #7880 from sovrasov:rtrees_disable_kfold
       new  de05956   Update inner_functions.cpp
       new  fcdbe16   openvx_cvt disabled for Khronos, fixed sstep and dstep usage
       new  328151c   don't run OpenVX pyrLK if user asked for err vector
       new  6a537e3   Merge pull request #7882 from savuor:fix/ovx_pyrlk_err
       new  9e57d1a   Merge pull request #7881 from alalek:unpack_into_binary
       new  dd482c6   bug fix for #7846
       new  85e01f3   Merge pull request #7884 from jacobdang:bugfix_7846
       new  d71ec0c   cmake: support OPTIONAL_COMPONENTS in OpenCVConfig.cmake
       new  07004a4   Merge pull request #7773 from savuor:openvx_harris
       new  35308bc   cmake: fix CMake error
       new  ae9f80c   Merge pull request #7855 from logic1988:master
       new  5a07e10   Merge pull request #7896 from alalek:fix_add_testdata
       new  86bb523   Merge pull request #7871 from savuor:fix/openvx_cvt_on
       new  2638abe   Merge pull request #7694 from sergiud:cmake-config-optional-components
       new  3e1695d   cmake: fix ffmpeg check code
       new  d85c11e   OpenCV version++
       new  ccd32f6   Merge pull request #7897 from alalek:fix_ffmpeg_check
       new  bbfbdd9   moving hal to a separate folder
       new  2312131   moving HAL-related CMakeLists.txt to 'hal' sub-dir
       new  0d32bec   add the type_id to the old save format
       new  8d6500b   Merge pull request #7687 from apavlenko:vx-hal
       new  01de65c   Merge pull request #7887 from kevinhughes27:traincascade-baseformat-fix
       new  c64ac42   Merge pull request #7852 from savuor:fix/orb_rotation
       new  ece0837   Merge pull request #7838 from khnaba:morphology-32f
       new  a4db983   Merge pull request #7885 from alalek:release-3.2.0-rc
       new  b3900c5   Fixed broken links in the cascade classifier tutorial
       new  be7d060   Merge pull request #7802 from terfendail:ovxhal_wrappers_migration
       new  ca6beb9   calib3d: fix InputArray -> CvMat
       new  dc31ddc   photo: fix InputArray -> CvMat
       new  090c46e   Merge pull request #7915 from alalek:CvMat
       new  ce06fbd   Merge pull request #7901 from peterentwistle:fixClassifierTutorialLinks
       new  ad74fdd   moved BLAS/LAPACK detection scripts from opencv_contrib/dnn to the main repository (#7918)
       new  d0f8835   cmake(osx): fix CoreImage error (#7916)
       new  0bd6867   restored OpenBLAS detection; fixed MKL's lapack header (#7921)
       new  70bbf17   OpenCV Version++

The 1930 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list