Added linear similarity estimation into videostab module
This commit is contained in:
@@ -266,7 +266,7 @@ void OnePassStabilizer::stabilizeFrame()
|
||||
TwoPassStabilizer::TwoPassStabilizer()
|
||||
{
|
||||
setMotionStabilizer(new GaussianMotionFilter());
|
||||
setEstimateTrimRatio(true);
|
||||
setEstimateTrimRatio(false);
|
||||
resetImpl();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user