OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:latestCounts
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvcalibfilter.cpp
66
memset(
latestCounts
, 0, sizeof(
latestCounts
));
227
memset(
latestCounts
, 0, sizeof(latestPoints) );
425
latestCounts
[i] = found ? tempPointCount : -tempPointCount;
447
if(
latestCounts
[i] <= 0 )
495
n =
latestCounts
[idx];
521
if(
latestCounts
)
525
if( dstarr[i] &&
latestCounts
[i] )
/external/opencv/cvaux/include/
cvaux.h
[
all
...]
Completed in 515 milliseconds