OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:optFlowEstimator_
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
optical_flow.hpp
124
Ptr<cuda::SparsePyrLKOpticalFlow>
optFlowEstimator_
;
139
Ptr<cuda::DensePyrLKOpticalFlow>
optFlowEstimator_
;
global_motion.hpp
232
void setOpticalFlowEstimator(Ptr<ISparseOptFlowEstimator> val) {
optFlowEstimator_
= val; }
233
Ptr<ISparseOptFlowEstimator> opticalFlowEstimator() const { return
optFlowEstimator_
; }
243
Ptr<ISparseOptFlowEstimator>
optFlowEstimator_
;
271
SparsePyrLkOptFlowEstimatorGpu
optFlowEstimator_
;
inpainting.hpp
146
void setOptFlowEstimator(Ptr<IDenseOptFlowEstimator> val) {
optFlowEstimator_
= val; }
147
Ptr<IDenseOptFlowEstimator> optFlowEstimator() const { return
optFlowEstimator_
; }
162
Ptr<IDenseOptFlowEstimator>
optFlowEstimator_
;
Completed in 58 milliseconds