Home
last modified time | relevance | path

Searched refs:getFlowSmoothness (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaoptflow/include/opencv2/
Dcudaoptflow.hpp115 virtual double getFlowSmoothness() const = 0;
/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp69 virtual double getFlowSmoothness() const { return alpha_; } in getFlowSmoothness() function in __anona88c81050111::BroxOpticalFlowImpl
/external/opencv3/modules/superres/src/
Doptical_flow.cpp514 alpha_ = alg_->getFlowSmoothness(); in Brox_CUDA()