Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/cuda/
Dhough_lines.cu66 float sinVal; in linesAccumGlobal() local
101 float sinVal; in linesAccumShared() local
Dgeneralized_hough.cu689 …const float angle, const float sinVal, const float cosVal, const float angleEpsilon, const float s… in Guil_Full_calcPHist()
750 const float sinVal = ::sinf(angle); in Guil_Full_calcPHist_gpu() local
/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp871 const double sinVal = sin(toRad(angle)); in calcPosition() local