OpenGrok
Cross Reference: hough.cpp
xref
: /
external
/
opencv3
/
modules
/
imgproc
/
src
/
hough.cpp
Home
|
History
|
Annotate
|
Download
|
only in
src
Lines Matching
defs:cmax
220
int
cmax
= 0;
309
if(
cmax
< caccum[i] )
310
cmax
= caccum[i];