OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canny_threshold
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
cvhough.cpp
853
int
canny_threshold
, int acc_threshold,
877
CV_CALL( cvCanny( img, edges, MAX(
canny_threshold
/2,1),
canny_threshold
, 3 ));
1091
int
canny_threshold
= cvRound(param1);
local
[
all
...]
/external/opencv/cvaux/src/
cvsegment.cpp
478
double
canny_threshold
,
512
cvCanny( gray, canny, 0/*
canny_threshold
*0.4*/,
canny_threshold
, 3 );
515
//color_derv( src, canny,
canny_threshold
);
/external/opencv/cvaux/include/
cvaux.h
52
double
canny_threshold
,
[
all
...]
Completed in 684 milliseconds