Home
last modified time | relevance | path

Searched defs:iAngleStep (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dgeneralized_hough.cpp758 const double iAngleStep = 1.0 / angleStep_; in processImage() local
843 const double iAngleStep = 1.0 / angleStep_; in calcOrientation() local
/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp770 const double iAngleStep = 1.0 / angleStep_; in calcOrientation() local
/external/opencv3/modules/cudaimgproc/src/cuda/
Dgeneralized_hough.cu566 … const float minAngle, const float maxAngle, const float iAngleStep, const int angleRange) in Guil_Full_calcOHist()