Home
last modified time | relevance | path

Searched defs:getScaleStep (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaoptflow/src/
H A Dtvl1flow.cpp114 virtual double getScaleStep() const { return scaleStep_; } in getScaleStep() function in __anoncfcafbc90111::OpticalFlowDual_TVL1_Impl
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/
H A Dgeneralized_hough.cpp619 double getScaleStep() const { return scaleStep_; } in getScaleStep() function in __anonda2d2ed40311::GeneralizedHoughGuilImpl
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dgeneralized_hough.cpp557 double getScaleStep() const CV_OVERRIDE { return scaleStep_; } in getScaleStep() function in __anon569229370411::CV_FINAL
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/optflow/src/
H A Dtvl1flow.cpp127 inline double getScaleStep() const CV_OVERRIDE { return scaleStep; } in getScaleStep() function in cv::optflow::OpticalFlowDual_TVL1