- 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 4 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.
-
- 14 Mar, 2017 4 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
-
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 3 commits
-
-
Fangjun KUANG authored
-
Fangjun KUANG authored
-
Fangjun KUANG authored
-
- 12 Mar, 2017 1 commit
-
-
KUANG, Fangjun authored
-
- 10 Mar, 2017 2 commits
-
-
Fangjun KUANG authored
Make it more clear for the type of input argument.
-
Hamdi Sahloul authored
-
- 07 Mar, 2017 3 commits
-
-
Kuan-Yi Li authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 06 Mar, 2017 1 commit
-
-
Fangjun KUANG authored
-
- 03 Mar, 2017 5 commits
-
-
Alexander Alekhin authored
-
Philipp Hasper authored
Synchronizing against non-final fields is advised against.
-
Jose Gómez authored
* Use the YV12 format in the Android emulator to avoid image issues * Removed trailing spaces * Added exception in else case * Removed tab
-
Vladislav Sovrasov authored
-
Alexander Alekhin authored
-
- 02 Mar, 2017 6 commits
-
-
chacha21 authored
create a dummy gzFile type
-
chacha21 authored
the "std::basic_ios::operator bool" differs between C++98 and C++11. The "double not" syntax is portable and covers both cases with equivalent meaning
-
Alexander Alekhin authored
force other RNG seed
-
Alexander Alekhin authored
std::rand() has no thread-safe guarantee.
-
Alexander Alekhin authored
-
Hans Gaiser authored
-
- 01 Mar, 2017 4 commits
-
-
Vladislav Sovrasov authored
-
Fangjun KUANG authored
-
ville-v authored
-
ville-v authored
Fix issue #8280: "fastmath.h related compile errors with Embarcadero C++ Builder 10.1"
-
- 28 Feb, 2017 4 commits
-
-
mrquorr authored
Finished with several samples support, need regression testing Gave a more relevant name to function (getVotes) Finished implicit implementation Removed printf, finished regresion testing Fixed conversion warning Finished test for Rtrees Fixed documentation Initialized variable Added doxygen documentation Added parameter name
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-