HomeSort by relevance Sort by last modified time
    Searched full:stop_flag (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvsegmentation.cpp 461 int stop_flag; local
525 stop_flag = (x0 == x1 && y0 == y1) || abs(x1-x0) + abs(y1-y0) +
532 if( stop_flag )

Completed in 624 milliseconds