- 06 Jan, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 03 Jan, 2017 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Lorena García authored
-
Bryce Evans authored
Fix Documentation Typos (#7942)
-
- 02 Jan, 2017 1 commit
-
-
Matt Bennett authored
Append zero to trailing decimal place for FileStorage JSON write of a float or double value (#7952) * Fix for FileStorage JSON write of a float or double value that has no fractional part; appends a zero character after the trailing decimal place to meet JSON standard. * strlen return to size_t type rather than unnecessary cast to int
-
- 31 Dec, 2016 2 commits
-
-
Alexander Alekhin authored
-
BadrinathS authored
-
- 30 Dec, 2016 2 commits
-
-
Alexander Alekhin authored
-
Steve authored
Change `<=` to `<` to avoid accessing the first character of an empty string
-
- 23 Dec, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
3.2.0
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
- 22 Dec, 2016 5 commits
-
-
Vadim Pisarevsky authored
* moved BLAS/LAPACK detection scripts from opencv_contrib/dnn to the main repository. * trying to fix the bug with undefined symbols sgesdd_ and dgesdd_ * removed extra whitespaces; disabled LAPACK on IOS
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 21 Dec, 2016 1 commit
-
-
Vitaly Tuzov authored
* OpenVX HAL updated to use generic OpenVX wrappers * vxErr class from OpenVX HAL replaced with ivx::WrapperError * reduced usage of vxImage class from OpenVX HAL replaced with ivx::Image * vxImage class rewritten as ivx::Image subclass that calls swapHandle prior release * Fix OpenVX HAL build * Fix for review comments
-
- 19 Dec, 2016 18 commits
-
-
Peter Entwistle authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Kevin Hughes authored
-
apavlenko authored
-
apavlenko authored
-
Alexander Alekhin authored
cmake: fix ffmpeg check code (port into master #7893)
-
Alexander Alekhin authored
3.2.0-rc
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
"install DIRECTORY does not allow "COMPONENT" after PATTERN or REGEX."
-
Alexander Alekhin authored
-
- 18 Dec, 2016 1 commit
-
-
Sergiu Deitsch authored
find_package allows to specify optional components. This way, the command will not fail if any of the components marked as optional was not found. This is useful in cases where components such as xfeatures2d, viz etc. are not available either because they were not compiled by the user or package maintainers decided to not provide the packages at all. The user can check the availability of the optional component using the OpenCV_<component>_FOUND variable.
-
- 17 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-