- 06 Dec, 2013 14 commits
-
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Peter Andreas Entschev authored
The method ocl::oclMat::ptr() is being removed because it returns a pointer to a row of oclMat::data. The data attribute is a cl_mem structure and cannot be iterated outside an OpenCL kernel.
-
Andrey Pavlenko authored
-
Konstantin Matskevich authored
minor improvements
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Konstantin Matskevich authored
-
- 05 Dec, 2013 7 commits
-
-
Peter Andreas Entschev authored
The oclMat::ptr() method was mistakenly used in ocl::BruteForceMatcher to pass a pointer to a oclMat object. The ptr() method returns a uchar pointer to the cl_mem data structure and this method will be removed.
-
Andrey Pavlenko authored
-
Alexander Alekhin authored
-
Andrey Pavlenko authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Zhigang Gong authored
There are some mixed implicitly/explicitly type conversion between scalar and vector. Although the spec allows those conversion, I prefer to make them consistent and use explicitly all the cases. Signed-off-by:
Zhigang Gong <zhigang.gong@intel.com>
-
- 04 Dec, 2013 10 commits
-
-
Josep Bosch authored
-
Andrey Pavlenko authored
-
Baichuan Su authored
-
Baichuan Su authored
-
Baichuan Su authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Alekhin authored
-
Roman Donchenko authored
_MSC_VER -> defined _MSC_VER. Fixes building with MinGW. Similar to fbc91c5e.
-
- 03 Dec, 2013 9 commits
-
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Alexander Alekhin authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
check that input images was loaded correctly
-
Roman Donchenko authored
-