Searched refs:deg_to_rad (Results 1 – 1 of 1) sorted by relevance
133 double deg_to_rad = CV_PI/180.; in get_contour() local147 pt.x = cvRound( center.x + radius*cos(angle*deg_to_rad)); in get_contour()148 pt.y = cvRound( center.x - radius*sin(angle*deg_to_rad)); in get_contour()