- 28 Jun, 2013 3 commits
- 25 Jun, 2013 2 commits
- 19 Jun, 2013 1 commit
-
-
yao authored
-
- 10 Jun, 2013 1 commit
-
-
Peng Xiao authored
Test cases (accuracy and performance) are provided.
-
- 06 Jun, 2013 1 commit
-
-
peng xiao authored
The bug is a buffer overrun when border type is reflect101. It is found that gfft crashed with input of size 100x100 on Intel CPU.
-
- 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 2 commits
-
-
peng xiao 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 1 commit
-
-
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 1 commit
-
-
peng xiao authored
-
- 23 May, 2013 1 commit
-
-
yao authored
-
- 22 May, 2013 1 commit
-
-
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.
-
- 20 May, 2013 1 commit
-
-
yao authored
-
- 17 May, 2013 1 commit
-
-
yao authored
-
- 15 May, 2013 1 commit
-
-
peng xiao authored
Use predefined OpenCL function to convert integers to floating points. This is more accurate than before as it enables: 1. saturate cast 2. customized rounding
-
- 14 May, 2013 1 commit
-
-
yao authored
-
- 08 May, 2013 1 commit
-
-
peng xiao authored
Speedup about 30% on 6730M GPU.
-
- 02 May, 2013 1 commit
-
-
peng xiao authored
1. Use macro defines for some parameters(radius). 2. Reduce local memory usage. 3. Fix accuracy problem on Intel GPU.
-
- 24 Apr, 2013 1 commit
-
-
yao authored
-
- 23 Apr, 2013 3 commits
- 19 Apr, 2013 1 commit
-
-
Peng Xiao authored
-
- 16 Apr, 2013 1 commit
-
-
peng xiao authored
-
- 15 Apr, 2013 3 commits
- 13 Apr, 2013 5 commits
- 12 Apr, 2013 4 commits
- 06 Apr, 2013 1 commit
-
-
yao authored
-