OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wobbleSuppressor_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
stabilizer.hpp
167
void setWobbleSuppressor(Ptr<WobbleSuppressorBase> val) {
wobbleSuppressor_
= val; }
168
Ptr<WobbleSuppressorBase> wobbleSuppressor() const { return
wobbleSuppressor_
; }
185
Ptr<WobbleSuppressorBase>
wobbleSuppressor_
;
/external/opencv3/modules/videostab/src/
stabilizer.cpp
374
WobbleSuppressorBase *wobble =
wobbleSuppressor_
.get();
393
Mat M =
wobbleSuppressor_
->motionEstimator()->estimate(prevFrame, frame, &ok2);
472
WobbleSuppressorBase *wobble =
wobbleSuppressor_
.get();
476
wobbleSuppressor_
->setFrameCount(frameCount_);
477
wobbleSuppressor_
->setMotions(motions_);
478
wobbleSuppressor_
->setMotions2(motions2_);
479
wobbleSuppressor_
->setStabilizationMotions(stabilizationMotions_);
500
wobbleSuppressor_
->suppress(curStabilizedPos_, frame, suppressedFrame_);
Completed in 54 milliseconds