OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcaccum
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvhough.cpp
210
uchar *
mcaccum
= 0;
local
353
mcaccum
= buffer + 1;
363
memset(
mcaccum
, 0, sfn * sizeof( uchar ));
389
mcaccum
[i]++;
400
if( h_get_prev__index( &pos )->value <
mcaccum
[index] )
402
vi.value =
mcaccum
[index];
407
if( h_get__index( pos )->value >
mcaccum
[index] )
[
all
...]
/external/opencv3/modules/imgproc/src/
hough.cpp
335
uchar*
mcaccum
= buffer + 1;
345
memset(
mcaccum
, 0, sfn * sizeof( uchar ));
369
mcaccum
[i]++;
380
if( pos < 0 || lst[pos].value <
mcaccum
[index] )
382
hough_index vi(
mcaccum
[index],
[
all
...]
Completed in 137 milliseconds