1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Added linear similarity estimation into videostab module

This commit is contained in:
Alexey Spizhevoy
2012-03-30 09:44:32 +00:00
parent 1af9b8ecab
commit 99f29b75a1
4 changed files with 46 additions and 5 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ void OnePassStabilizer::stabilizeFrame()
TwoPassStabilizer::TwoPassStabilizer()
{
setMotionStabilizer(new GaussianMotionFilter());
setEstimateTrimRatio(true);
setEstimateTrimRatio(false);
resetImpl();
}