- 26 Aug, 2010 1 commit
-
-
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 2 commits
-
-
Yannick Verdie authored
Forgot to update so code after previous fix
-
Vladislav Vinogradov authored
-
- 19 Aug, 2010 4 commits
-
-
Yannick Verdie authored
-
Vladislav Vinogradov authored
-
Yannick Verdie authored
-
Vladislav Vinogradov authored
-
- 18 Aug, 2010 10 commits
-
-
Yannick Verdie authored
-
Anatoly Baksheev authored
added comments in gpu.hpp
-
Yannick Verdie authored
This was crashing my code: for( size_t i = 1; i < imagePoints.size(); i++ ) objectPoints.push_back(objectPoints[0]); Changed by: objectPoints.resize(imagePoints.size(),objectPoints[0]); Plus clean up on Qt code
-
Yannick Verdie authored
--no commit message
-
Yannick Verdie authored
-
Andrey Morozov authored
-
Yannick Verdie authored
-
Andrey Morozov authored
-
Andrey Morozov authored
-
Vladislav Vinogradov authored
-
- 17 Aug, 2010 4 commits
-
-
Yannick Verdie authored
-
Andrey Morozov authored
-
Anatoly Baksheev authored
avoid extra gpu memory allocation in BP and CSBP
-
kencoken authored
-
- 16 Aug, 2010 7 commits
-
-
Yannick Verdie authored
-
Maria Dimashova authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Andrey Morozov authored
-
Maria Dimashova authored
-
Andrey Morozov authored
-