HomeSort by relevance Sort by last modified time
    Searched refs:currFirst (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvcorrespond.cpp 332 int currFirst;
346 currFirst = 0;
354 error = icvDynamicCorrespond( &(first[currFirst]),
364 currFirst += first_runs[n] * 2 + 1;
cvmorphing.cpp 301 int currFirst = 0;
329 &(first[currFirst]),
343 currFirst += (first_runs[currLine] * 2) + 1;

Completed in 860 milliseconds