Home
last modified time | relevance | path

Searched refs:DEG_TO_RADS (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dlsd.cpp68 const double DEG_TO_RADS = CV_PI / 180; variable
579 … 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()