Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/include/opencv2/
Dcudaoptflow.hpp118 virtual double getGradientConstancyImportance() const = 0;
/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp72 virtual double getGradientConstancyImportance() const { return gamma_; } in getGradientConstancyImportance() function in __anonc4279f200111::BroxOpticalFlowImpl
/external/opencv3/modules/superres/src/
Doptical_flow.cpp515 gamma_ = alg_->getGradientConstancyImportance(); in Brox_CUDA()