- 16 Jul, 2018 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
These CMake options are enough: - `-DWITH_INF_ENGINE=ON` - `-DIE_PLUGINS_PATH=lib/ubuntu_16.04/intel64` - `-DENABLE_CXX11=ON` (OpenCV 3.4 only)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 15 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 14 Jul, 2018 1 commit
-
-
Kuang Fangjun authored
-
- 13 Jul, 2018 13 commits
-
-
Alexander Alekhin authored
- 'if' logic is moved into templates. - removed unnecessary cv::Mat objects creation. - fixed inv() test (invA * A == eye) - added more Matx tests to cover all defined template specializations
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
catree authored
-
Dmitry Kurtaev authored
-
catree authored
Add overloaded cv::PCACompute() that returns also the eigenvalues. Useful for Java and Python OpenCV where PCA is not available.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Function is very fast, so 0.000 ms results are useless. 1000 runs requires 25ms on i7-6700K.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 12 Jul, 2018 6 commits
-
-
Alexander Nesterov authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
CMake 3.9.0+ is required
-
Alexander Alekhin authored
-
berak authored
-
Alexander Alekhin authored
-
- 11 Jul, 2018 8 commits
-
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
Fixed Matx::solve function for non-square matrixes (#11904)
-
catree authored
- Changing the contrast and brightness of an image! - Operations with images
-
Alexander Alekhin authored
Temporary object lifetime must be greater than pointer usage.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Li Peng authored
use vload3 for half3 or float3 input vector reading, also check read position to see if it exceed input width Signed-off-by:
Li Peng <peng.li@intel.com>
-
berak authored
-
- 10 Jul, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
catree authored
Add a note in the documentation about Mat::ones and mat::eye. With multi-channels type (e.g. CV_8UC3), only the first channel is treated.
-
Alexander Alekhin authored
-