利用者:Tianwei37/Report & Blog/Week 4
What I did this week
- Filling the gap in mv::Reconstruction class of libmv/autotrack, namely AddIntrinsics method, AddCamera method, etc.
- make correspondence data structure in libmv side, and pass this information from blender to libmv
- add bundle.cpp/bundle.h in autotrack, begin migrating bundle from simple_pipeline to autotrack.
Next week plan
- finish migrating bundle code
- do the mid-term evaluation
Question
1. libmv has a different and non-standard comment and indentation style. For example, blender uses tab (and set as =4 spaces) while libmv using 2-spaces. Should I stick with the libmv indentation style or feel free to comment and indent using blender style?