利用者:Tianwei37/Report & Blog/Week 4

提供: wiki
< 利用者:Tianwei37‎ | Report & Blog
2018年6月29日 (金) 06:17時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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?