robotology / stereo-vision

Repository containing apps for stereo vision
https://robotology.github.io/stereo-vision/
GNU General Public License v2.0
19 stars 19 forks source link

Improved speed of SFM::fillWorld3D #10

Closed pattacini closed 8 years ago

pattacini commented 8 years ago

Done some refactoring for get3DPoints* methods as well as fillWorld3D. For the latter, a factor of 10x speed seems to be achieved.

  

pattacini commented 8 years ago

Initial tests confirm that new modifications to SFM are working correctly. However, I've just switched the branch on our cuda machine in order to run a test campaign in the next days.

Please, report any possible misbehavior.

cc @vtikha @tanismar @Tobias-Fischer