HomeSort by relevance Sort by last modified time
    Searched refs:stheta (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvhough.cpp 219 float srho, stheta; local
250 stheta = theta / stn;
252 istheta = 1 / stheta;
267 sinTable[index] = (float)cos( stheta * index * 0.2f );
381 /*phi += stheta */ )
404 vi.theta = index % stn * stheta + ti * theta - halfPi;
    [all...]
  /external/opencv3/modules/imgproc/src/
hough.cpp 237 float stheta = theta / stn; local
239 float istheta = 1 / stheta;
251 sinTable[index] = (float)cos( stheta * index * 0.2f );
384 index % stn * stheta + ti * theta - (float)(CV_PI*0.5));
    [all...]

Completed in 599 milliseconds