OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setFrameSource
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
stabilizer.hpp
77
void
setFrameSource
(Ptr<IFrameSource> val) { frameSource_ = val; }
/external/opencv3/modules/videostab/src/
stabilizer.cpp
58
setFrameSource
(makePtr<NullFrameSource>());
/external/opencv3/samples/cpp/
videostab.cpp
457
stabilizer->
setFrameSource
(source);
Completed in 66 milliseconds