- 19 Dec, 2016 4 commits
-
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
"install DIRECTORY does not allow "COMPONENT" after PATTERN or REGEX."
-
Alexander Alekhin authored
-
- 17 Dec, 2016 4 commits
-
-
Alexander Alekhin authored
-
jacobdang authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 16 Dec, 2016 24 commits
-
-
Rostislav Vasilikhin authored
-
logic1988 authored
Fix #4958 cv::ml::StatModel::calcError not working for responses of type CV_32S
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
Vadim Pisarevsky authored
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
Added OpenVX based processing to FAST (#7720) * added wrapper for OVX FAST & fixes to IVX wrappers * fixed type checks in wrappers, array downloading code simplified * rewritten for new macro use
-
Alexander Alekhin authored
-
Rostislav Vasilikhin authored
OpenVX pyrDown wrappers (#7793) * wrappers for vx_pyramid added * initial version of pyrDown() wrapper added * disabled for Khronos * rewritten for new macro use; border mode added to node
-
Rostislav Vasilikhin authored
OpenVX optical flow PyrLK wrappers added (#7774) * wrappers for vx_pyramid added * initial version of Optical Flow PyrLK wrappers added * array downloading code simplified * disabled due to bad accuracy; fixed bugs, e.g. vendor-specific ones * rewritten for new macro use
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 15 Dec, 2016 8 commits
-
-
Alexander Alekhin authored
Build with ICC
-
Alexander Alekhin authored
cmake: update PDB support condition
-
Alexander Alekhin authored
Unfortunately there is no stable support for installation of PDB files in CMake. This patch is just eliminate problems with modern versions.
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
Alexander Alekhin authored
(2.4) Build with ICC
-
Alexander Alekhin authored
(2.4) Fix CUDA warnings
-
mshabunin authored
-
Addison Elliott authored
Currently, to select a submatrix of a N-dimensional matrix, it requires two lines of code while only one line of code is required if using a 2D array. I added functionality to be able to select an N-dim submatrix using a vector list instead of a Range pointer. This allows initializer lists to be used for a one-line selection.
-