OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:astep
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
hough.cpp
1017
int
astep
, *adata;
local
[
all
...]
/external/opencv/cv/src/
cvhough.cpp
870
int
astep
, *adata;
local
899
astep
= accum->step/sizeof(adata[0]);
945
adata[y2*
astep
+ x2]++;
[
all
...]
Completed in 391 milliseconds