SfM-Toy-Library
SfM-Toy-Library copied to clipboard
Add another project
Is it possible to add another entire project to it or execute codes from another project. If so how do I do it ? Cause I wanted to add markerless tracking code to it.
You would have to write the combination of the projects on your own, as there is no trivial way of doing it.
Ok, I was wondering if you could help me with something. The thing is I need to create a kd tree for SiftFGpu features extracted based on http://cs.unc.edu/~ccwu/siftgpu/ implementation. These features are extracted from keyframes which are input frames of video. So basically the keyframes are images containing kepoints .that are reconstructed in 3D. Can I get some idea on how to go about the implementation. I tried to develop the kd tree for SiftGPU features but it takes a lot of time to generate the the kd tree. I think it takes almost 1 minutes for 8 images for the code I tried. This result is obtained without using any additional graphics card like Nvidia and using only laptop's gpu. So if i try for videos it will be a disaster so could you help me. Please , I have a deadline by tomorrow. Also, if were to change Sfm-Toy-Library to accept video input where would i make the changes.