- 18 Aug, 2010 9 commits
-
-
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 10 commits
-
-
Yannick Verdie authored
-
Maria Dimashova authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Andrey Morozov authored
-
Maria Dimashova authored
-
Andrey Morozov authored
-
Andrey Morozov authored
-
Anatoly Baksheev authored
-
Andrey Morozov authored
-
- 15 Aug, 2010 1 commit
-
-
Yannick Verdie authored
-
- 14 Aug, 2010 1 commit
-
-
Yannick Verdie authored
-
- 13 Aug, 2010 8 commits
-
-
Anatoly Baksheev authored
-
Andrey Morozov authored
-
Anatoly Baksheev authored
-
Anatoly Baksheev authored
--no commit message
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Maria Dimashova authored
-
Vladislav Vinogradov authored
fixed some bugs in init_data_cost on first level (added non-reduction version for first level) optimized compute_data_cost like init_data_cost (used reduction scheme) avoid temp matrix
-
- 12 Aug, 2010 7 commits
-
-
Andrey Morozov authored
-
Vladislav Vinogradov authored
-
Andrey Morozov authored
-
Andrey Morozov authored
-
Vladislav Vinogradov authored
some refactoring of StereoBeliefPropagation.
-
Andrey Morozov authored
-
Andrey Morozov authored
-