- 24 Mar, 2017 1 commit
-
-
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.
-
- 22 Mar, 2017 3 commits
-
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vitaly Tuzov authored
-
- 21 Mar, 2017 11 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Naba Kumar authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Naba Kumar authored
-
Naba Kumar authored
-
Alexander Alekhin authored
-
Alexander Alekhin 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 6 commits
-
-
Alexander Alekhin authored
-
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.
-
Maksim Shabunin authored
-
- 14 Mar, 2017 11 commits
-
-
Artem Lukoyanov authored
3.2 version doesn't support 4 channel color image detections, unlike 3.1. Now, we don't call CV_Error() if 4 channel image is given. resolve #8326
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Kene Udeh authored
Fix grammar error in py_features_meaning.markdown (#8378)
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
Fangjun KUANG authored
-
hailong-wang authored
`template<typename _Tp> inline const _Tp* Mat_<_Tp>::operator [](int y) const` does not support 3d matrix since it checks rows. This operator[] shall check size.p[0] instead.
-
- 13 Mar, 2017 5 commits
-
-
Fangjun KUANG authored
-
Fangjun KUANG authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-