- 13 Mar, 2015 1 commit
-
-
Vadim Pisarevsky authored
made the solvepnp a bit more modest; test 5-point configuration instead of 4-point in some cases; reduce the noise in 4-point configurations in other cases
-
- 12 Mar, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 11 Mar, 2015 3 commits
-
-
ippei ito authored
-
ippei ito authored
REG_NONE defined in ml.hpp conflicts with defined in Winnt.h
-
Maxim Kostin authored
-
- 10 Mar, 2015 12 commits
-
-
Maxim Kostin authored
-
Max Kostin authored
Updates README to reflect setup_script build capabilities and requirements to setup binaries and includes for sample applications. Fixes #24
-
Roman Donchenko authored
Everything else depends on it, after all. (cherry picked from commit cf54e3b9) Conflicts: cmake/OpenCVPackaging.cmake
-
Roman Donchenko authored
(cherry picked from commit 6d52ea89)
-
Roman Donchenko authored
Which also happens to align the non-Debian specific variables with the ones used by upstream CMake. (cherry picked from commit b8c60234) Conflicts: cmake/OpenCVPackaging.cmake
-
Roman Donchenko authored
It's pretty much a simplified copy of the Linux script, lacking fancy colors. Also, I had to drop Python testing, because it's not easy to pass the Python module location to the script, and I have no pressing need to run the Python tests at the moment. (cherry picked from commit c1e3ca17) Conflicts: CMakeLists.txt
-
Roman Donchenko authored
Because why not? (cherry picked from commit e8a73940) Conflicts: data/CMakeLists.txt
-
Roman Donchenko authored
They don't actually do anything. And even if they did, all components are enabled by default, anyway. (cherry picked from commit 49fe4969) Conflicts: cmake/OpenCVPackaging.cmake
-
Roman Donchenko authored
FFmpeg now requires that frames allocated with avcodec_alloc_frame are freed with avcodec_free_frame. (cherry picked from commit 77578d41) Conflicts: modules/highgui/src/cap_ffmpeg_impl.hpp
-
Roman Donchenko authored
The HAVE_DOC_GENERATOR variable was always true. (cherry picked from commit 3d46c1f9) Conflicts: doc/CMakeLists.txt
-
Roman Donchenko authored
... before any exceptions occur. (cherry picked from commit 08da247a)
-
Roman Donchenko authored
(cherry picked from commit 16ce114e)
-
- 09 Mar, 2015 6 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 08 Mar, 2015 2 commits
- 07 Mar, 2015 1 commit
-
-
Nils Plath authored
modules/videoio/src/cap_gstreamer.cpp:577:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] filename = "v4lsrc ! "COLOR_ELEM" ! appsink"; ^ modules/videoio/src/cap_gstreamer.cpp:585:32: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] filename = "v4l2src ! "COLOR_ELEM" ! appsink";
-
- 06 Mar, 2015 11 commits
-
-
Dmitry-Me authored
-
Vadim Pisarevsky authored
looks like Maksim was right; the new fix does not do the second attempt to detect python libs, it finds it correctly with the first attempt
-
Maksim Shabunin authored
-
Maksim Shabunin authored
- note: uses VFPv3 instructions - also added overloaded cvRound variants with float and int parameters - thanks to Marina Kolpakova from Itseez for idea - thanks to developers from #llvm IRC channel for help with inline asm
-
StevenPuttemans authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
explained reason why IPP is disabled on 32-bit Linux. disable IPP's minMaxLoc_32f on 32-bit OSes only
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-