Home
last modified time | relevance | path

Searched refs:stop_flag (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvsegmentation.cpp461 int stop_flag; in cvPyrMeanShiftFiltering() local
525 stop_flag = (x0 == x1 && y0 == y1) || abs(x1-x0) + abs(y1-y0) + in cvPyrMeanShiftFiltering()
532 if( stop_flag ) in cvPyrMeanShiftFiltering()
/external/opencv3/modules/imgproc/src/
Dsegmentation.cpp464 int stop_flag; in pyrMeanShiftFiltering() local
529 stop_flag = (x0 == x1 && y0 == y1) || std::abs(x1-x0) + std::abs(y1-y0) + in pyrMeanShiftFiltering()
536 if( stop_flag ) in pyrMeanShiftFiltering()