OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frameSize_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
motion_stabilizing.hpp
125
void setFrameSize(Size val) {
frameSize_
= val; }
126
Size frameSize() const { return
frameSize_
; }
149
Size
frameSize_
;
stabilizer.hpp
121
Size
frameSize_
;
Completed in 244 milliseconds