- 20 Jan, 2014 6 commits
-
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
Conflicts: modules/ocl/src/cl_runtime/cl_runtime.cpp modules/ocl/src/cl_runtime/clamdblas_runtime.cpp modules/ocl/src/cl_runtime/clamdfft_runtime.cpp modules/ocl/src/cl_runtime/generator/template/clamdblas_runtime.cpp.in modules/ocl/src/cl_runtime/generator/template/clamdfft_runtime.cpp.in
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 19 Jan, 2014 5 commits
-
-
Anatoly Baksheev authored
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
Anatoly Baksheev authored
-
Anatoly Baksheev authored
-
- 17 Jan, 2014 16 commits
-
-
Ilya Lavrenov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
size() requires that the matrix is two-dimensional, and norm() works on higher dimensions.
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
See 092f916d for explanation. This reverts commit 4f9c081d.
-
Roman Donchenko authored
That commit introduces problems, as it breaks certain use cases of OpenCV functions; for example, convertTo of an Nx1 matrix to an std::vector. Since vectors can't store separate width and height values, OpenCV considers them to always be 1xN. So even though the vector is created with .create(N, 1), the Mat passed to getContinousSize has dimensions 1xN, and the size comparison fails, even though the operation itself is safe. This is a use case we probably don't want to break, at the very least for backwards compatibility. So I'm reverting the commit. This will also unfix bug #3319; I'll submit a less intrusive solution as a PR to 2.4, which will also revert 4f9c081d there.
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
- 16 Jan, 2014 11 commits
-
-
Dinar Valeev authored
This fixes build on PowerPC where Eigen unsets vector, bool and pixel Signed-off-by:
Dinar Valeev <dvaleev@suse.com>
-
Daniil Osokin authored
-
Adi Shavit authored
-
Roman Donchenko authored
-
Roman Donchenko authored
Fixing build breakage. This reverts commit b83eff7e.
-
Roman Donchenko authored
-
Konstantin Matskevich authored
-
Adi Shavit authored
-
Adi Shavit authored
-
Adi Shavit authored
-
Roman Donchenko authored
-
- 15 Jan, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Konstantin Matskevich authored
-