- 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.
-
- 04 Jun, 2013 1 commit
-
-
peng xiao authored
When user provided corners buffer is big enough to be copied to from tmpCorners_, we allow the buffer to be reused other than allocate a new cl_mem object.
-
- 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.
-
- 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.
-
- 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.
-
- 17 May, 2013 2 commits
- 13 May, 2013 1 commit
-
-
yao authored
-
- 09 May, 2013 1 commit
-
-
yao authored
-
- 08 May, 2013 5 commits
- 07 May, 2013 1 commit
-
-
yao authored
-
- 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.
-
- 19 Apr, 2013 1 commit
-
-
Peng Xiao authored
-
- 15 Apr, 2013 2 commits
-
-
Andrey Kamaev authored
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted inside CV_ENUM and CV_FLAGS
-
yao authored
-
- 13 Apr, 2013 3 commits
- 12 Apr, 2013 1 commit
-
-
peng xiao authored
-
- 05 Apr, 2013 2 commits
- 03 Apr, 2013 1 commit
-
-
peng xiao authored
OpenCL StereoBeliefPropagation, ported from GPU implementation.
-
- 26 Mar, 2013 2 commits
- 21 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 11 Mar, 2013 2 commits
- 27 Feb, 2013 2 commits
- 23 Feb, 2013 2 commits
- 22 Feb, 2013 2 commits
- 08 Feb, 2013 1 commit
-
-
yao authored
-