HomeSort by relevance Sort by last modified time
    Searched full:halfpi (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvhough.cpp 45 #define halfPi ((float)(CV_PI*0.5))
56 #define _cos(x) _sin(halfPi - (x))
316 for( ti1 = 1, phi = theta_it - halfPi, phi1 = (theta_it + t) * itheta;
404 vi.theta = index % stn * stheta + ti * theta - halfPi;
    [all...]

Completed in 63 milliseconds