- 14 Mar, 2015 2 commits
-
-
Naer Chang authored
Trying to fix whitespace issue. This reverts commit dcc2512f.
-
Naer Chang authored
added a check to prevent illegal access to operator[] when vector is empty
-
- 13 Mar, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 12 Mar, 2015 5 commits
-
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 11 Mar, 2015 4 commits
-
-
ippei ito authored
-
ippei ito authored
REG_NONE defined in ml.hpp conflicts with defined in Winnt.h
-
LorenaGdL authored
Incorrect number of input arguments in main function
-
Maxim Kostin authored
-
- 10 Mar, 2015 13 commits
-
-
Adam Greig authored
Previously the Python3 cv2 package ends up with no submodules (bgsegm, face, etc) in it, which makes a lot of functionality unusable. By not writing over our root reference we ensure the new submodules are added to the correct cv2 module.
-
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 3 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
-