mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Fixing some static analysis issues
This commit is contained in:
@@ -63,6 +63,11 @@ StabilizerBase::StabilizerBase()
|
||||
setTrimRatio(0);
|
||||
setCorrectionForInclusion(false);
|
||||
setBorderMode(BORDER_REPLICATE);
|
||||
curPos_ = 0;
|
||||
doDeblurring_ = false;
|
||||
doInpainting_ = false;
|
||||
processingStartTime_ = 0;
|
||||
curStabilizedPos_ = 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user