MAX_ITERATIONS 71 modules/flann/include/opencv2/flann/simplex_downhill.h const int MAX_ITERATIONS = 10; MAX_ITERATIONS 96 modules/flann/include/opencv2/flann/simplex_downhill.h if (iterations++ > MAX_ITERATIONS) break; MAX_ITERATIONS 268 modules/imgproc/src/emd.cpp for( itr = 1; itr < MAX_ITERATIONS; itr++ )