Searched refs:DEG_TO_RADS (Results 1 – 1 of 1) sorted by relevance
68 const double DEG_TO_RADS = CV_PI / 180; variable579 … angles_data[addr] = fastAtan2(float(gx), float(-gy)) * DEG_TO_RADS; // gradient angle computation in ll_angle()681 reg_angle = fastAtan2(sumdy, sumdx) * DEG_TO_RADS; in region_grow()776 theta *= DEG_TO_RADS; in get_theta()