- 19 Apr, 2017 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 Apr, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 04 Apr, 2017 3 commits
-
-
Tomoaki Teshima authored
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
-
- 01 Apr, 2017 5 commits
-
-
Sergiu Deitsch authored
-
Tomoaki Teshima authored
- check boundary strictly - initialize the variable before using it
-
Paolo Perkovic authored
- Fix StereoBM ROI (Region of interest) selection for stereo images used by block matching algorithm
-
Hamdi Sahloul authored
-
Hamdi Sahloul authored
-
- 31 Mar, 2017 1 commit
-
-
Hamdi Sahloul authored
-
- 30 Mar, 2017 2 commits
-
-
Tomoaki Teshima authored
-
berak authored
-
- 28 Mar, 2017 1 commit
-
-
Alexander Broemmer authored
AffineBasedEstimator crashed when called with an existing CameraParameters. This happens e.g. when using Stitcher in SCANS mode. CameraraParameters is now cleared before any calculation is executed.
-
- 27 Mar, 2017 3 commits
-
-
Claudio authored
Fix #8177
-
Claudio authored
-
Claudio authored
In the previous version only the default stream was/could be used, i.e. cv::cuda::Stream::Null(). With this change, HOG::compute() will now run in parallel over different cuda::Streams. The code has been reordered so that all data allocation is completed first, then all the kernels are run in parallel over streams. Fix #8177
-
- 24 Mar, 2017 4 commits
-
-
Matthias Grundmann authored
Addressed comments.
-
Julian Exner authored
This test case uses a matrix with more dimensions than columns. Without the fix in https://github.com/opencv/opencv/pull/8448/commits/b45e784bebe318826bb48a41023db3fe1660d91e this crashes with a segmentation fault, hangs or simply fails with wrong values.
-
Alexander Broemmer authored
Stitcher will now make a working copy of the CameraParams object to avoid side effects when composing Panorama. Makes it possible to estimate transform once and then compose multiple panoramas. Useful for setup with fixed cameras.
-
Maksim Shabunin authored
-
- 23 Mar, 2017 6 commits
-
-
jexner authored
This issue concerns only matrices with more dimensions than columns. See https://github.com/opencv/opencv/issues/8447
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- use suffixes like '.avx.cpp' - added CMake-generated files for '.simd.hpp' optimization approach - wrap HAL intrinsic headers into separate namespaces for different build flags - automatic vzeroupper insertion (via CV_INSTRUMENT_REGION macro)
-
Julian Tanke authored
* export SVM::trainAuto to python #7224 * workaround for ABI compatibility of SVM::trainAuto * add parameter comments to new SVM::trainAuto function * Export ParamGrid member variables
-
Chaoshuai Lu authored
-
Chaoshuai Lu authored
-
- 22 Mar, 2017 1 commit
-
-
KUANG, Fangjun authored
-
- 21 Mar, 2017 3 commits
-
-
Naba Kumar authored
-
Naba Kumar authored
-
Naba Kumar authored
-
- 20 Mar, 2017 2 commits
-
-
vartenkov authored
Warping a matrix with more than 4 channels using BORDER_CONSTANT and INTER_NEAREST, INTER_CUBIC or INTER_LANCZOS4 interpolation led to undefined behaviour. This commit changes the behavior of these methods to be similar to that of INTER_LINEAR. Changed the scope of some of the variables to more local. Modified some tests to be able to detect the error described.
-
berak authored
-
- 19 Mar, 2017 1 commit
-
-
berak authored
#resolves: 7881 remove printf statement and associated variables from invMapPointSpherical() in undistort.cpp
-
- 15 Mar, 2017 5 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Fangjun KUANG authored
* Improve documentation. * Update imgproc.hpp
-
Naba Kumar authored
Implement cv::cuda::calcHist with mask support (#8367) * Implement cuda::calcHist with mask * Fix documentation build warning * Have their own step sizes for src and mask. Fix review comment.
-
Woody Chow authored
-
- 14 Mar, 2017 1 commit
-
-
Matthias Grundmann authored
1e-12 -> DBL_EPSILON
-