Searched refs:stop_flag (Results 1 – 2 of 2) sorted by relevance
461 int stop_flag; in cvPyrMeanShiftFiltering() local525 stop_flag = (x0 == x1 && y0 == y1) || abs(x1-x0) + abs(y1-y0) + in cvPyrMeanShiftFiltering()532 if( stop_flag ) in cvPyrMeanShiftFiltering()
464 int stop_flag; in pyrMeanShiftFiltering() local529 stop_flag = (x0 == x1 && y0 == y1) || std::abs(x1-x0) + std::abs(y1-y0) + in pyrMeanShiftFiltering()536 if( stop_flag ) in pyrMeanShiftFiltering()