- 29 Aug, 2013 1 commit
-
-
ilya-lavrenov authored
-
- 27 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 14 Aug, 2013 1 commit
-
-
peng xiao authored
-
- 30 Jul, 2013 1 commit
-
-
peng xiao authored
Add documentation.
-
- 22 Jul, 2013 1 commit
-
-
yao authored
-
- 18 Jul, 2013 1 commit
-
-
peng xiao authored
Most codes are ported from AMD's Bolt library. Four methods are implemented: SORT_BITONIC, // only support power-of-2 buffer size SORT_SELECTION, // cannot sort duplicate keys SORT_MERGE, SORT_RADIX // only support signed int/float keys
-
- 05 Jul, 2013 1 commit
-
-
yao authored
-
- 04 Jul, 2013 1 commit
-
-
Jin Ma authored
-
- 03 Jul, 2013 1 commit
-
-
yao authored
-
- 28 Jun, 2013 1 commit
-
-
peng xiao authored
-
- 27 Jun, 2013 1 commit
-
-
peng xiao authored
-
- 26 Jun, 2013 2 commits
- 21 Jun, 2013 2 commits
- 19 Jun, 2013 1 commit
-
-
Roman Donchenko authored
-
- 14 Jun, 2013 1 commit
-
-
peng xiao authored
Revise some descriptions of the enums.
-
- 13 Jun, 2013 1 commit
-
-
peng xiao authored
-
- 11 Jun, 2013 1 commit
-
-
Peng Xiao authored
-
- 10 Jun, 2013 2 commits
- 07 Jun, 2013 1 commit
-
-
yao authored
-
- 03 Jun, 2013 1 commit
-
-
Malcolm Reynolds authored
On a Mac with a case sensitive filesystem <OpenCL/OpenCL.h> does not exist but <OpenCL/opencl.h> does. I presume (!), but have no way to test, that on a Mac with case insensitive FS this change will make no difference.
-
- 31 May, 2013 1 commit
-
-
peng xiao authored
In current implementation, this function only works when anchor point is in the kernel center and kernel size supported is either 3x3 or 5x5.
-
- 30 May, 2013 1 commit
-
-
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.
-
- 22 May, 2013 2 commits
-
-
Jan Machacek authored
-
peng xiao authored
Additional notes with this commit: 1. Add cornerHarris_dxdy and cornerMinEigenVal_dxdy to get the interim dx and dy output of Sobel operator; 2. Add minMax_buf to allow user to reuse buffers in minMax; 3. Fix an error when either min or max pointer fed into minMax is NULL; 4. Corner sorter temporarily uses C++ STL's quick sort. A parallel selection sort in OpneCL is contained in the implementation but disabled due to poor performance at the moment. 5. Accuracy test for ocl gfft.
-
- 17 May, 2013 1 commit
-
-
yao authored
-
- 15 May, 2013 2 commits
- 14 May, 2013 1 commit
-
-
peng xiao authored
Affected functions surf.ocl, pyrlk.ocl and hog.ocl are updated with the change.
-
- 09 May, 2013 2 commits
- 02 May, 2013 1 commit
-
-
peng xiao authored
Add backwards portability for OpenCL 1.1 when OpenCV executables are compiled with OpenCL 1.2 profile support.
-
- 25 Apr, 2013 1 commit
-
-
peng xiao authored
-
- 19 Apr, 2013 1 commit
-
-
Peng Xiao authored
-
- 15 Apr, 2013 1 commit
-
-
yao authored
-
- 13 Apr, 2013 1 commit
-
-
yao authored
-
- 12 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-