Added more flags for motion estimation in videostab sample

This commit is contained in:
Alexey Spizhevoy
2012-04-11 10:17:35 +00:00
parent b549900fe1
commit b5a1bad7a4
4 changed files with 40 additions and 3 deletions

View File

@@ -375,6 +375,7 @@ void TwoPassStabilizer::runPrePassIfNecessary()
motionStabilizer_->stabilize(
frameCount_, motions_, make_pair(0, frameCount_ - 1), &stabilizationMotions_[0]);
// save motions
/*ofstream fm("log_motions.csv");
for (int i = 0; i < frameCount_ - 1; ++i)
{