OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iparam1
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvhough.cpp
757
int
iparam1
, iparam2;
local
807
iparam1
= cvRound(param1);
818
threshold,
iparam1
, iparam2, lines, linesMax ));
822
threshold,
iparam1
, iparam2, lines, linesMax ));
[
all
...]
/external/opencv3/modules/imgproc/src/
hough.cpp
901
int
iparam1
, iparam2;
944
iparam1
= cvRound(param1);
955
threshold,
iparam1
, iparam2, l2, linesMax, min_theta, max_theta );
959
threshold,
iparam1
, iparam2, l4, linesMax );
[
all
...]
Completed in 70 milliseconds