- 03 Jun, 2013 5 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 31 May, 2013 3 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
Yes, it's as ludicrous as it sounds, but it's still true. Bizarrely, the previous commit makes CLAHE run about 10% slower on Android, even though it doesn't even touch any CLAHE code. Splitting it off fixes that, although the reason it does is a mystery for the ages. It's cleaner when it's in its own file, anyway. ;=]
-
Roman Donchenko authored
This should allow many algorithms to take advantage of more parallelization technologies.
-
- 30 May, 2013 8 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Roman Donchenko authored
-
yao authored
-
peng xiao authored
For example, haarcascade_frontalface_alt2.xml is now supported. Note that classifier's pattern of a cascade file must be consistent, i.e., all trees must either have two nodes or one node, otherwise unexpected results will occur. Other fixes: Test cases are updated. Some unused codes are removed. Fix some problems of haar when using OclCascadeClassifierBuf.
-
- 29 May, 2013 8 commits
-
-
Vladislav Vinogradov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
-
Andrey Pavlenko authored
-
yao authored
-
peng xiao authored
This fix is a workaround for current 2.4 branch without introducing an additional oclMat buffer into CannyBuf object. Test case is cleaned up. Volatile keywords in kernels are removed for performance concern.
-
- 28 May, 2013 9 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
yao authored
-
yao authored
-
peng xiao authored
When argument pointers pushed into an vector and the pointers point to address on stack, we need to make sure they are valid until kernels are successfully flushed onto the queue.
-
Alexander Smorkalov authored
-
peng xiao authored
-
- 27 May, 2013 3 commits
-
-
Roman Donchenko authored
I've moved the contents of CONTRIBUTING.md to the wiki (and slightly expanded it), so the former is no longer required. I've put a link to the wiki page and a summary in the README.
-
Alexander Smorkalov authored
-
abidrahmank authored
-
- 24 May, 2013 4 commits
-
-
abidrahmank authored
-
abidrahmank authored
-
yao authored
-
yao authored
-