OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stabilizer
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/samples/cpp/
videostab.cpp
73
cout << "OpenCV video
stabilizer
.\n"
355
StabilizerBase *
stabilizer
= 0;
local
386
// determine whether we must use one pass or two pass
stabilizer
392
// we must use two pass
stabilizer
395
stabilizer
= twoPassStabilizer;
447
// we must use one pass
stabilizer
450
stabilizer
= onePassStabilizer;
457
stabilizer
->setFrameSource(source);
458
stabilizer
->setMotionEstimator(motionEstBuilder->build());
460
// cast
stabilizer
to simple frame source interface to read stabilized frame
[
all
...]
/external/opencv3/modules/videostab/include/opencv2/videostab/
motion_stabilizing.hpp
73
void pushBack(Ptr<IMotionStabilizer>
stabilizer
) { stabilizers_.push_back(
stabilizer
); }
/external/opencv3/
Android.mk
[
all
...]
Completed in 116 milliseconds