[opencv] annotated tag 2.4.13.1 created (now 3ab1b37)

Nobuhiro Iwamatsu iwamatsu at moszumanska.debian.org
Mon Oct 17 20:16:21 UTC 2016


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

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

        at  3ab1b37   (tag)
   tagging  d68e3502278d6fc5a1de0ce8f7951d9961b20913 (commit)
  replaces  2.4.13
 tagged by  Alexander Alekhin
        on  Fri Sep 16 18:56:11 2016 +0300

- Log -----------------------------------------------------------------
OpenCV 2.4.13.1

Alexander Alekhin (25):
      Merge pull request #6596 from asmorkalov:g++5_abi
      Merge pull request #6654 from asmorkalov:gzip_timestamp
      Merge pull request #6689 from ilya-lavrenov:il/fix
      cmake: fix JNI configuration problem for Android samples
      Merge pull request #6691 from alalek:cmake_fix_android_samples_2.4
      Merge pull request #6692 from ilya-lavrenov:lintian
      Merge pull request #6752 from alalek:backport_6747
      update libpng 1.5.27
      libpng: re-apply patch
      libpng: fix NEON
      Merge pull request #6743 from alalek:libpng_24
      migration: github.com/opencv/opencv
      Merge pull request #6917 from jet47:gpu-rotate-sanity-test
      Merge pull request #7065 from StevenPuttemans:fix_typo_features2d
      Merge pull request #7061 from catree:add_camera_model_doc_2_4
      calib3d: fix cornerSubPix memory error
      Merge pull request #7206 from alalek:issue_7204
      Merge pull request #7239 from savuor:fix2.4/ported
      android: workaround for Android NDK-8e clang ICE
      Merge pull request #7286 from alalek:fix_android_clang
      android: clone build_sdk.py from 3.x
      android: backport Android SDK build script
      fix documentation
      Merge pull request #7289 from alalek:android24
      OpenCV version++

Alexander Smorkalov (3):
      Packaging fixes for Ubuntu 16.04.
      Fixed package-contains-timestamped-gzip lintian warning for Debian packages.
      Enabled build with LLVM libc++ for Android.

Andrey Pavlenko (3):
      Merge pull request #6750 from Tomin1:simpleblobdetector-fix
      Merge pull request #6538 from asmorkalov:libcc_fix
      Merge pull request #6600 from grochefort:fix_backgroundsubstractormog2

Asal Mirzaieva (1):
      add reqiured includes to the "Load, Modify, and Save an Image" tutorial

Bernd Kuhls (1):
      types_c.h: Fix compiling VFP assembler code

Gilles Rochefort (2):
      Fixed BackgroundSubstractorMOG2 in opencv_video.
      Fixed BackgroundSubstractorMOG2 ocl implementation.

Ilya Lavrenov (2):
      fixed -Wunused-result warning
      fixed lintian warnings

Maksim Shabunin (6):
      Disabled PCH support for gcc >= 6.0.0
      Merge pull request #6545 from alalek:backport_6541
      Merge pull request #6885 from alalek:migration2.4
      Merge pull request #6934 from catree:hitrate_doc_2.4
      Merge pull request #7089 from catree:fix_cvProjectPoints2_typo_bug_2_4
      Merge pull request #7242 from bkuhls:asm

Philippe FOUBERT (1):
      Resolves issue #6931

PkLab.net (1):
      Fix rho,phi exchange. Backport to 2.4

Rostislav Vasilikhin (10):
      fixed memory corruption when normal dist. params have less channels than target matrix; test added
      integer overflow fixed in getContinuousSize()
      fixed http://code.opencv.org/issues/4278
      fixed http://code.opencv.org/issues/3828
      fixed U non-orthogonality in SVD (http://code.opencv.org/issues/3801)
      fixed optional args processing in SVD::compute()
      added test checking http://code.opencv.org/issues/4050
      added test for http://code.opencv.org/issues/1918
      fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428)
      fixed random failures in Core_DFT.complex_output2 test (the case of input_mat.cols == 1)

S. Garrido (1):
      Fix useExtrinsicGuess in solvePnP

StevenPuttemans (1):
      fix small typo

Tomi (1):
      features2d: Added missing SimpleBlob parameters

Vadim Pisarevsky (7):
      Merge pull request #6920 from savuor:fix2.4/RNG_Corrupts_memory
      Merge pull request #6941 from alalek:backport_6932
      Merge pull request #6805 from sergarrido:sergarrido-fix-useextrinsicguess
      Merge pull request #7015 from lewgate:bugfix_1
      Merge pull request #7132 from Asalle:fix-6944-template-update
      Merge pull request #7152 from PkLab:fix_rho&phi_doc_2.4
      Merge pull request #7218 from savuor:fix2.4/copyTo

Vitaliy Lyudvichenko (1):
      Fixing of AutoBuffer::allocate(nsz) method

Vladislav Vinogradov (1):
      set threshold to 1 in sanity test for GPU rotate on 8UC1

catree (3):
      Add bib reference for overall hitrate and false alarm rate for the train cascade user guide (OpenCV 2.4).
      Add figure for the pinhole camera model in the 2.4 documentation.
      Fix typo bug in the calculation of some derivatives (dmxdt, dmydt, dmxdr, dmydr) in cvProjectPoints2 function.

lewgate (1):
      Fix a latent bug for seam_finders.cpp when computing the source and destination points of the seam

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

This annotated tag includes the following new commits:

       new  fb598bb   Disabled PCH support for gcc >= 6.0.0
       new  2124cb1   Merge pull request #6545 from alalek:backport_6541
       new  a8b2b4d   Packaging fixes for Ubuntu 16.04.
       new  19e79d6   Merge pull request #6596 from asmorkalov:g++5_abi
       new  78de753   Fixed BackgroundSubstractorMOG2 in opencv_video.
       new  2717ba7   Fixed BackgroundSubstractorMOG2 ocl implementation.
       new  9fee699   Fixed package-contains-timestamped-gzip lintian warning for Debian packages.
       new  77849d0   Merge pull request #6654 from asmorkalov:gzip_timestamp
       new  e5d1250   Fix useExtrinsicGuess in solvePnP
       new  e0d64df   fixed -Wunused-result warning
       new  aa86152   Merge pull request #6689 from ilya-lavrenov:il/fix
       new  c6be51e   cmake: fix JNI configuration problem for Android samples
       new  dafb4b8   Merge pull request #6691 from alalek:cmake_fix_android_samples_2.4
       new  6677f81   fixed lintian warnings
       new  54f190c   Merge pull request #6692 from ilya-lavrenov:lintian
       new  9564531   features2d: Added missing SimpleBlob parameters
       new  c3dc726   Fixing of AutoBuffer::allocate(nsz) method
       new  8bb8f8d   Merge pull request #6752 from alalek:backport_6747
       new  882e120   update libpng 1.5.27
       new  7c64e03   libpng: re-apply patch
       new  babaa00   libpng: fix NEON
       new  1432471   Merge pull request #6750 from Tomin1:simpleblobdetector-fix
       new  8865528   Merge pull request #6743 from alalek:libpng_24
       new  f29fd63   Enabled build with LLVM libc++ for Android.
       new  56aa03b   Merge pull request #6538 from asmorkalov:libcc_fix
       new  688bd28   Merge pull request #6600 from grochefort:fix_backgroundsubstractormog2
       new  bb5e25b   migration: github.com/opencv/opencv
       new  9e65216   set threshold to 1 in sanity test for GPU rotate on 8UC1
       new  5e4d355   Merge pull request #6917 from jet47:gpu-rotate-sanity-test
       new  7b2ef64   fixed memory corruption when normal dist. params have less channels than target matrix; test added
       new  87d06ea   Add bib reference for overall hitrate and false alarm rate for the train cascade user guide (OpenCV 2.4).
       new  bc6d5cc   Merge pull request #6885 from alalek:migration2.4
       new  36f1881   Merge pull request #6934 from catree:hitrate_doc_2.4
       new  d99821a   Resolves issue #6931
       new  0d7c16b   Merge pull request #6920 from savuor:fix2.4/RNG_Corrupts_memory
       new  744f907   Merge pull request #6941 from alalek:backport_6932
       new  6d9c6e9   Merge pull request #6805 from sergarrido:sergarrido-fix-useextrinsicguess
       new  0af9bf4   Fix a latent bug for seam_finders.cpp when computing the source and destination points of the seam
       new  ba14895   Add figure for the pinhole camera model in the 2.4 documentation.
       new  79d8d0d   fix small typo
       new  443f302   Merge pull request #7065 from StevenPuttemans:fix_typo_features2d
       new  fc6c55f   Merge pull request #7061 from catree:add_camera_model_doc_2_4
       new  35acfcf   Merge pull request #7015 from lewgate:bugfix_1
       new  a893395   Fix typo bug in the calculation of some derivatives (dmxdt, dmydt, dmxdr, dmydr) in cvProjectPoints2 function.
       new  0a1812c   Merge pull request #7089 from catree:fix_cvProjectPoints2_typo_bug_2_4
       new  0f80239   add reqiured includes to the "Load, Modify, and Save an Image" tutorial
       new  f189ffe   Merge pull request #7132 from Asalle:fix-6944-template-update
       new  2d0fe51   Fix rho,phi exchange. Backport to 2.4
       new  e5175db   Merge pull request #7152 from PkLab:fix_rho&phi_doc_2.4
       new  a6e5eba   calib3d: fix cornerSubPix memory error
       new  0a30f64   Merge pull request #7206 from alalek:issue_7204
       new  be7c924   integer overflow fixed in getContinuousSize()
       new  726efee   fixed http://code.opencv.org/issues/4278
       new  b28d134   fixed http://code.opencv.org/issues/3828
       new  0a3a2df   fixed U non-orthogonality in SVD (http://code.opencv.org/issues/3801)
       new  c704518   types_c.h: Fix compiling VFP assembler code
       new  cb52d24   fixed optional args processing in SVD::compute()
       new  ce2733b   Merge pull request #7242 from bkuhls:asm
       new  9840825   added test checking http://code.opencv.org/issues/4050
       new  6d691f2   added test for http://code.opencv.org/issues/1918
       new  27dd274   fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428)
       new  b8b7f15   fixed random failures in Core_DFT.complex_output2 test (the case of input_mat.cols == 1)
       new  4bccd9a   Merge pull request #7239 from savuor:fix2.4/ported
       new  2f01930   Merge pull request #7218 from savuor:fix2.4/copyTo
       new  c68b932   android: workaround for Android NDK-8e clang ICE
       new  1f6cf50   Merge pull request #7286 from alalek:fix_android_clang
       new  9285ddd   android: clone build_sdk.py from 3.x
       new  4d17051   android: backport Android SDK build script
       new  2d10336   fix documentation
       new  14ac55d   Merge pull request #7289 from alalek:android24
       new  d68e350   OpenCV version++

The 71 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