OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:edges_row
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvhough.cpp
903
const uchar*
edges_row
= edges->data.ptr + y*edges->step;
local
916
if( !
edges_row
[x] || (vx == 0 && vy == 0) )
[
all
...]
Completed in 37 milliseconds