OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toRad
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
generalized_hough.cpp
52
double
toRad
(double a)
871
const double sinVal = sin(
toRad
(angle));
872
const double cosVal = cos(
toRad
(angle));
/external/opencv3/modules/cudaimgproc/src/
generalized_hough.cpp
687
double
toRad
(double a)
Completed in 39 milliseconds