- 12 Sep, 2010 1 commit
-
-
Anatoly Baksheev authored
Added compilation with NPP to GPU module(FindNPP script). Tested only on win32, but it does not influence on OpenCV compilation if WITH_CUDA flag unset.
-
- 10 Sep, 2010 4 commits
-
-
Maria Dimashova authored
-
Kirill Kornyakov authored
-
Maria Dimashova authored
-
Andrey Morozov authored
-
- 09 Sep, 2010 1 commit
-
-
Kirill Kornyakov authored
Added initial implementation and test for the GPU version of add, based on NPP. Need to implement for other depths. Also waiting NPP at CMake.
-
- 08 Sep, 2010 2 commits
-
-
Andrey Morozov authored
-
Andrey Morozov authored
added async version of postfilter_textureness and prefilter_xsobel, modified async test and added test for async version of stereobm
-
- 07 Sep, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 06 Sep, 2010 2 commits
-
-
Kirill Kornyakov authored
-
Kirill Kornyakov authored
* tests do not crash without test data * test files renamed in systematic way * added Test suffix for test classes names * ts->printf used instead of some cout
-
- 03 Sep, 2010 1 commit
-
-
Kirill Kornyakov authored
meanShiftFiltering_GPU output parameters changed to CV_8UC4. This is a start for moving from 3 channel to C4 images within GPU module.
-
- 02 Sep, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 31 Aug, 2010 5 commits
-
-
Alexander Shishkov authored
-
Vadim Pisarevsky authored
removed slamch.c/dlamch.c -specific GCC options, since the current implementation is very simple and relies on IEEE754 standard, rather than the actual machine behavior.
-
Vadim Pisarevsky authored
-
Anatoly Baksheev authored
-
Maria Dimashova authored
-
- 30 Aug, 2010 7 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Andrey Morozov authored
-
Anatoly Baksheev authored
-
Vladislav Vinogradov authored
-
Andrey Morozov authored
-
Andrey Morozov authored
-
- 26 Aug, 2010 2 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 25 Aug, 2010 5 commits
-
-
Andrey Morozov authored
-
Anatoly Baksheev authored
-
Andrey Morozov authored
added flags OpenCV_COMPUTE_CAPABILITIES, which stores the version compute capability from which it is compiled opencv now use opencv with cuda in your application in the such way : set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} ${OpenCV_COMPUTE_CAPABILITIES})
-
Andrey Morozov authored
-
Vladislav Vinogradov authored
renamed colorizeDisp to drawColorDisp, added acync version of drawColorDisp and reprojectImageTo3D_GPU.
-
- 24 Aug, 2010 5 commits
-
-
Yannick Verdie authored
-
Maria Dimashova authored
-
Yannick Verdie authored
-
Vladislav Vinogradov authored
-
Anatoly Baksheev authored
-
- 23 Aug, 2010 1 commit
-
-
Vladislav Vinogradov authored
-
- 21 Aug, 2010 1 commit
-
-
Andrey Morozov authored
-
- 20 Aug, 2010 1 commit
-
-
Yannick Verdie authored
Forgot to update so code after previous fix
-