- 28 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 14 May, 2015 1 commit
-
-
- 05 May, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed
-
- 03 May, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 02 May, 2015 3 commits
-
-
-
Vadim Pisarevsky authored
fixed bug with simplex initialization in Downhill solver (thanks to Toby Rule for the patch): http://code.opencv.org/issues/3990. re-enabled Downhill solver test, let's see how it goes
-
-
- 01 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
fixed http://code.opencv.org/issues/3935 possibly fixed http://code.opencv.org/issues/3594
-
- 29 Apr, 2015 4 commits
-
-
Vadim Pisarevsky authored
fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428)
-
-
-
-
- 25 Apr, 2015 1 commit
-
-
Mansour Moufid authored
Conflicts: modules/gpu/perf/perf_imgproc.cpp Cast a long integer to double explicitly. Conflicts: modules/python/src2/cv2.cpp Cast some matrix sizes to type int. Change some vector mask types to unsigned. Conflicts: modules/core/src/arithm.cpp
-
- 04 Mar, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 26 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 21 Jan, 2015 2 commits
-
-
Nicu Știurcă authored
-
Nicu Știurcă authored
-
- 12 Jan, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 23 Dec, 2014 3 commits
-
-
Vladislav Vinogradov authored
use CV_CUDA_TEST_MAIN for opencv_test_core to initialize CUDA device information
-
Vladislav Vinogradov authored
it allows to use cudaHostAlloc methods for cv::Mat objects
-
Vladislav Vinogradov authored
-
- 07 Nov, 2014 1 commit
-
-
Vadim Pisarevsky authored
fixed my_umat(roi).clone() test by disabling poorly aligned ROI's. Real fix of the problem will require a separate branch in UMat::copyTo().
-
- 24 Oct, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 23 Oct, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 09 Oct, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 02 Sep, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 27 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 14 Aug, 2014 2 commits
-
-
Vadim Pisarevsky authored
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
-
Vadim Pisarevsky authored
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
-
- 13 Aug, 2014 5 commits
-
-
VBystricky authored
-
vbystricky authored
Fix error in minmaxloc.cl Change test for convertScaleAbs Fix minMaxIdx for _src2 align Change epsilon on the tests
-
Vadim Pisarevsky authored
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
Alexander Karsakov authored
Fixed buffer initialization in reduce kernel. Enabled OCL version of reduce for SUM, MAX, MIN modes.
-
- 12 Aug, 2014 2 commits
-
-
Alexander Karsakov authored
-
Alexander Karsakov authored
-
- 08 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 07 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-