OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setNumWarps
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudaoptflow/include/opencv2/
cudaoptflow.hpp
311
virtual void
setNumWarps
(int warps) = 0;
/external/opencv3/modules/cudaoptflow/src/
tvl1flow.cpp
102
virtual void
setNumWarps
(int warps) { warps_ = warps; }
/external/opencv3/modules/superres/src/
optical_flow.cpp
774
alg_->
setNumWarps
(warps_);
Completed in 60 milliseconds