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