Page MenuHome

Minor changes
ClosedPublic

Authored by Keir Mierle (keir) on May 7 2014, 11:41 AM.

Diff Detail

Repository
rLMV Libmv
Branch
minor

Event Timeline

Keir Mierle (keir) updated this revision to Unknown Object (????).May 7 2014, 11:44 AM
  • Fix
src/libmv/autotrack/autotrack.h
55

It's unclear for me how would you synchronize multiple clips. They're probably wouldn't have the same exact timebase, meaning clip1 could have been started shooting some seconds later than clip0.

From the real camera POV it's all about timecode, which we can get into account in blender. But seems somehow we need to pass it to Libmv?

68

Is it an empty line?

81

Add underscope suffix to all the private guys?

Keir Mierle (keir) updated this revision to Unknown Object (????).May 7 2014, 11:48 AM
  • Comments
src/libmv/autotrack/autotrack.h
55

Time synchronization doesn't matter; within a single autotrack it is always assumed that the scene is static. The "clip" notion is purely to make it clear that images are part of a sequence (or not) and that they may have a small baseline.

68

Fixed

81

Fixed