「利用者:Tianwei37/Report & Blog/Week 4」の版間の差分
(Created page with "== What I did this week == * Filling the gap in mv::Reconstruction class of libmv/autotrack, namely AddIntrinsics method, AddCamera method, etc. * make correspondence data struct...") |
細 (1版 をインポートしました) |
(相違点なし)
|
2018年6月29日 (金) 06:17時点における最新版
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?