- 03 Apr, 2017 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 02 Apr, 2017 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 01 Apr, 2017 5 commits
-
-
Sergiu Deitsch authored
-
Alexander Alekhin 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
-
- 31 Mar, 2017 5 commits
-
-
Mark Szumowski authored
The docstring for one of the Python sample programs includes a link to the research paper describing the main algorithm. That link is no longer valid (results in a 404 error) so this update replaces it with another link from the same institution which is currently valid.
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
Alexander Alekhin authored
-
Sergiu Deitsch authored
-
- 30 Mar, 2017 3 commits
-
-
Tomoaki Teshima authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- more aggressive cache for files under CMAKE_BINARY_CACHE * don't re-read files MD5 * don't repack archives - add support for ENV{OPENCV_DOWNLOAD_PATH} - added ID parameter as project/group identifier - non-flat .cache directory (based on ID) - download message prefix based on ID - more detailed logging via ocv_download_log() macro - force .gitignore file for .cache folder (with '*' pattern)
-
- 28 Mar, 2017 3 commits
-
-
Alexander Alekhin authored
-
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.
-
Alexander Alekhin authored
-
- 27 Mar, 2017 1 commit
-
-
Sixela David authored
-
- 25 Mar, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 24 Mar, 2017 7 commits
-
-
Alexander Alekhin authored
-
Matthias Grundmann authored
Addressed comments.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
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 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
jexner authored
This issue concerns only matrices with more dimensions than columns. See https://github.com/opencv/opencv/issues/8447
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
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
-
Vadim Pisarevsky authored
-