- 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 7 commits
-
-
Vadim Pisarevsky authored
fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428)
-
-
-
-
-
-
Vadim Pisarevsky authored
-
- 28 Apr, 2015 5 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
- 27 Apr, 2015 3 commits
-
-
Maksim Shabunin authored
-
kalistratovag authored
-
Maksim Shabunin authored
Also: - Silence clang warnings about unsupported command line arguments - Add diagnostic print to calib3d test - Fixed perf test relative error check - Fix iOS build problem
-
- 26 Apr, 2015 1 commit
-
-
Thomas Gabrowski authored
Conflicts: modules/contrib/include/opencv2/contrib/retina.hpp
-
- 25 Apr, 2015 8 commits
-
-
Mansour Moufid authored
Conflicts: cmake/OpenCVFindLibsVideo.cmake
-
Roman Donchenko authored
The two functions featuring nNull are not particularly needed, so I simply removed them. Conflicts: modules/highgui/src/cap_msmf.hpp
-
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
-
Luis Díaz Más authored
Conflicts: modules/highgui/src/window_QT.cpp
-
Luis Díaz Más authored
-
Craig Reynolds authored
-
Boris Daskalov authored
A difference of two pointers was casted to unsigned which can lead to overflow on 64-bit systems.
-
Vladimir Kolesnikov authored
If used cl compiler, but generator is not Visual Studio e.g. Ninja, enable FS option to prevent blocking PDB file in multithreaded build.
-
- 24 Apr, 2015 6 commits
-
-
Alexander Nitsch authored
The use of built-in CMAKE_CURRENT_LIST_DIR requires at least CMake 2.8.3. This fix properly defines the variable to allow its use in versions < 2.8.3 as well. Fixes issue #4205. Exclude >= 2.8.3 from reimplementation of CMAKE_CURRENT_LIST_DIR This avoids violation of possible future CMake policy checks regarding reserved/read-only variables.
-
Milania1 authored
Conflicts: doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.rst
-
Ilya Lavrenov authored
-
Dikay900 authored
-
Andrey Pavlenko authored
-
Alexander Alekhin authored
-
- 23 Apr, 2015 6 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Ilya Lavrenov authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Deanna Hood authored
-