Searched refs:pyrScale_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/ |
D | farneback.cpp | 101 … numLevels_(numLevels), pyrScale_(pyrScale), fastPyramids_(fastPyramids), winSize_(winSize), in FarnebackOpticalFlowImpl() 109 virtual double getPyrScale() const { return pyrScale_; } in getPyrScale() 110 virtual void setPyrScale(double pyrScale) { pyrScale_ = pyrScale; } in setPyrScale() 134 double pyrScale_; member in __anonbb5751670111::FarnebackOpticalFlowImpl 297 CV_Assert(!fastPyramids_ || std::abs(pyrScale_ - 0.5) < 1e-6); in calcImpl() 316 scale *= pyrScale_; in calcImpl() 347 scale *= pyrScale_; in calcImpl() 392 curFlowX.convertTo(curFlowX, curFlowX.depth(), 1./pyrScale_, streams[0]); in calcImpl() 393 curFlowY.convertTo(curFlowY, curFlowY.depth(), 1./pyrScale_, streams[1]); in calcImpl()
|
/external/opencv3/modules/superres/src/ |
D | optical_flow.cpp | 183 CV_IMPL_PROPERTY(double, PyrScale, pyrScale_) 195 double pyrScale_; member in __anon30b0ed3e0211::Farneback 206 pyrScale_ = 0.5; in Farneback() 227 calcOpticalFlowFarneback(input0, input1, InputOutputArray(dst), pyrScale_, in impl() 639 CV_IMPL_PROPERTY(double, PyrScale, pyrScale_) 651 double pyrScale_; member in __anon30b0ed3e0711::Farneback_CUDA 666 pyrScale_ = alg_->getPyrScale(); in Farneback_CUDA() 682 alg_->setPyrScale(pyrScale_); in impl()
|