MIN               651 3rdparty/libjpeg/jcmaster.c     cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L);
MIN               144 3rdparty/libjpeg/jcprepct.c     numrows = (int) MIN((JDIMENSION) numrows, inrows);
MIN               213 3rdparty/libjpeg/jcprepct.c       numrows = (int) MIN((JDIMENSION) numrows, inrows);
MIN               424 3rdparty/libjpeg/jmemmgr.c     rowsperchunk = MIN(rowsperchunk, numrows - currow);
MIN               472 3rdparty/libjpeg/jmemmgr.c     rowsperchunk = MIN(rowsperchunk, numrows - currow);
MIN               701 3rdparty/libjpeg/jmemmgr.c     rows = MIN((long) ptr->rowsperchunk, (long) ptr->rows_in_mem - i);
MIN               704 3rdparty/libjpeg/jmemmgr.c     rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
MIN               706 3rdparty/libjpeg/jmemmgr.c     rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
MIN               734 3rdparty/libjpeg/jmemmgr.c     rows = MIN((long) ptr->rowsperchunk, (long) ptr->rows_in_mem - i);
MIN               737 3rdparty/libjpeg/jmemmgr.c     rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
MIN               739 3rdparty/libjpeg/jmemmgr.c     rows = MIN(rows, (long) ptr->rows_in_array - thisrow);
MIN               103 3rdparty/libpng/pngrio.c          read = MIN(NEAR_BUF_SIZE, remaining);
MIN               100 3rdparty/libpng/pngwio.c          written = MIN(NEAR_BUF_SIZE, remaining);
MIN               388 apps/createsamples/utility.cpp         y_max = MIN( q[next_left][1], q[next_right][1] );
MIN               391 apps/createsamples/utility.cpp         int iy_max = MIN( cvRound(y_max), dst_size.height - 1 );
MIN               400 apps/createsamples/utility.cpp             int ix_max = MIN( cvRound( x_max ), dst_size.width - 1 );
MIN               747 apps/createsamples/utility.cpp         cr.x = (int) MIN( quad[0][0], quad[3][0] );
MIN               748 apps/createsamples/utility.cpp         cr.y = (int) MIN( quad[0][1], quad[1][1] );
MIN               793 apps/createsamples/utility.cpp             chartmp = (uchar) MAX( 0, MIN( 255, forecolordev + (*pimg) ) );
MIN              1014 apps/createsamples/utility.cpp             offset.x = MIN( offset.x, img->width - data->winsize.width );
MIN              1015 apps/createsamples/utility.cpp             offset.y = MIN( offset.y, img->height - data->winsize.height );
MIN              1364 apps/createsamples/utility.cpp             count = MIN( count, cvbgdata->count );
MIN              1370 apps/createsamples/utility.cpp                 maxscale = MIN( 0.7F * cvbgreader->src.cols / winwidth,
MIN               940 apps/traincascade/boost.cpp     int minNum = MIN( numPrecalcVal, numPrecalcIdx);
MIN               104 apps/traincascade/old_ml.hpp     pl.min_val = MIN( min_val, max_val );
MIN                49 apps/traincascade/old_ml_boost.cpp     val = MIN( val, 1. - eps );
MIN               998 apps/traincascade/old_ml_boost.cpp     params.weight_trim_rate = MIN( params.weight_trim_rate, 1. );
MIN              1385 apps/traincascade/old_ml_boost.cpp                     fdata[sample_idx[i]*step] = (float)MIN(z, lb_z_max);
MIN              1390 apps/traincascade/old_ml_boost.cpp                     fdata[sample_idx[i]*step] = (float)-MIN(z, lb_z_max);
MIN                72 apps/traincascade/old_ml_precomp.hpp     if( MIN( (mat).rows, (mat).cols ) != 1 )       \
MIN                97 apps/traincascade/old_ml_tree.cpp     params.max_categories = MIN( params.max_categories, 15 );
MIN               101 apps/traincascade/old_ml_tree.cpp     params.max_depth = MIN( params.max_depth, 25 );
MIN              2242 apps/traincascade/old_ml_tree.cpp             mi = MIN(data->params.max_categories, n);
MIN              3510 apps/traincascade/old_ml_tree.cpp             min_alpha = MIN( min_alpha, parent->alpha );
MIN              3802 apps/traincascade/old_ml_tree.cpp         default_dir = to_right <= 1 || to_right <= MIN(3, n/2) || to_right <= n/3 ? -1 : 1;
MIN               339 modules/calib3d/src/calibinit.cpp                         MIN(img->cols,img->rows)*(k%2 == 0 ? 0.2 : 0.1): prev_sqr_size*2)|1;
MIN               472 modules/calib3d/src/calibinit.cpp                 n = MIN( n, pattern_size.width * pattern_size.height );
MIN              1490 modules/calib3d/src/calibinit.cpp         corner_count = MIN( corner_count, pattern_size.width*pattern_size.height );
MIN              2121 modules/calib3d/src/calibration.cpp             oX0 = MIN(oX0, p.x);
MIN              2123 modules/calib3d/src/calibration.cpp             oY0 = MIN(oY0, p.y);
MIN              2129 modules/calib3d/src/calibration.cpp                 iX1 = MIN(iX1, p.x);
MIN              2133 modules/calib3d/src/calibration.cpp                 iY1 = MIN(iY1, p.y);
MIN              2202 modules/calib3d/src/calibration.cpp         fc_new = MIN(fc_new, fc);
MIN              2264 modules/calib3d/src/calibration.cpp     alpha = MIN(alpha, 1.);
MIN               109 modules/calib3d/src/compat_ptsetreg.cpp         criteria.max_iter = MIN(MAX(criteria.max_iter,1),1000);
MIN               361 modules/calib3d/src/compat_ptsetreg.cpp     cv::Mat FM1 = FM.rowRange(0, MIN(FM0.rows, FM.rows));
MIN               407 modules/calib3d/src/compat_ptsetreg.cpp     int d0 = src.channels() > 1 ? src.channels() : MIN(src.cols, src.rows);
MIN               412 modules/calib3d/src/compat_ptsetreg.cpp     int d1 = dst.channels() > 1 ? dst.channels() : MIN(dst.cols, dst.rows);
MIN                59 modules/calib3d/src/ptsetreg.cpp     p = MIN(p, 1.);
MIN                61 modules/calib3d/src/ptsetreg.cpp     ep = MIN(ep, 1.);
MIN                68 modules/calib3d/src/quadsubpix.cpp             min_dist = MIN(min_dist, dist);
MIN               138 modules/calib3d/src/stereobm.cpp         const uchar* bottom = sptr + srcstep*MIN(y+wsz2,size.height-1);
MIN               141 modules/calib3d/src/stereobm.cpp         const uchar* next = sptr + srcstep*MIN(y+1,size.height-1);
MIN               326 modules/calib3d/src/stereobm.cpp     int dy0 = MIN(_dy0, wsz2+1), dy1 = MIN(_dy1, wsz2+1);
MIN               330 modules/calib3d/src/stereobm.cpp     int rofs = -MIN(ndisp - 1 + mindisp, 0);
MIN               369 modules/calib3d/src/stereobm.cpp         lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
MIN               370 modules/calib3d/src/stereobm.cpp         rptr = rptr0 + MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep;
MIN               409 modules/calib3d/src/stereobm.cpp         lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep;
MIN               410 modules/calib3d/src/stereobm.cpp         lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep;
MIN               411 modules/calib3d/src/stereobm.cpp         rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep;
MIN               467 modules/calib3d/src/stereobm.cpp             hsad = hsad0 + MIN(y + wsz2, height+dy1-1)*ndisp;
MIN               576 modules/calib3d/src/stereobm.cpp     int dy0 = MIN(_dy0, wsz2+1), dy1 = MIN(_dy1, wsz2+1);
MIN               580 modules/calib3d/src/stereobm.cpp     int rofs = -MIN(ndisp - 1 + mindisp, 0);
MIN               675 modules/calib3d/src/stereobm.cpp         lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep;
MIN               676 modules/calib3d/src/stereobm.cpp         lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep;
MIN               677 modules/calib3d/src/stereobm.cpp         rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep;
MIN               749 modules/calib3d/src/stereobm.cpp             hsad = hsad0 + MIN(y + wsz2, height+dy1-1)*ndisp;
MIN              1405 modules/calib3d/test/test_fundam.cpp     pose_prop2[0] = method == CV_LMEDS || pt_count == 5 ? 0 : MIN(terr1, terr2);
MIN               179 modules/core/include/opencv2/core/cvdef.h #ifndef MIN
MIN               303 modules/core/include/opencv2/core/operations.hpp     CV_StaticAssert( nm == MIN(m, n), "Invalid size of output vector.");
MIN               312 modules/core/include/opencv2/core/operations.hpp     CV_StaticAssert( nm == MIN(m, n), "Invalid size of output vector.");
MIN               323 modules/core/include/opencv2/core/operations.hpp     CV_StaticAssert( nm == MIN(m, n), "Invalid size of output vector.");
MIN               842 modules/core/include/opencv2/core/utility.hpp     size_t i, prevsize = sz, minsize = MIN(prevsize, _size);
MIN              1640 modules/core/src/arithm.cpp                 int bsz = (int)MIN(total - j, blocksize);
MIN              1672 modules/core/src/arithm.cpp                 int bsz = (int)MIN(total - j, blocksize);
MIN              1792 modules/core/src/arithm.cpp         minval = MIN(minval, ival);
MIN              2100 modules/core/src/arithm.cpp                 int bsz = (int)MIN(total - j, blocksize);
MIN              2165 modules/core/src/arithm.cpp                 int bsz = (int)MIN(total - j, blocksize);
MIN              5097 modules/core/src/arithm.cpp                 int bsz = (int)MIN(total - j, blocksize);
MIN              5766 modules/core/src/arithm.cpp             int bsz = (int)MIN(total - j, blocksize);
MIN               128 modules/core/src/conjugate_gradient.cpp         CV_Assert(MIN(x_mat.rows,x_mat.cols)==1);
MIN              6079 modules/core/src/convert.cpp         double dmin = MIN( a, b ), dmax = MAX( a, b );
MIN               450 modules/core/src/copy.cpp                 size_t sz = MIN(blockSize, elsize - j);
MIN               659 modules/core/src/datastructs.cpp             delta = MIN( delta, delta_elems ) * elem_size;
MIN              1470 modules/core/src/datastructs.cpp             delta = MIN( delta, count );
MIN              1505 modules/core/src/datastructs.cpp             delta = MIN( block->start_index, count );
MIN              1531 modules/core/src/datastructs.cpp     count = MIN( count, seq->total );
MIN              1542 modules/core/src/datastructs.cpp             delta = MIN( delta, count );
MIN              1567 modules/core/src/datastructs.cpp             delta = MIN( delta, count );
MIN              1638 modules/core/src/datastructs.cpp             int bl = MIN( count, length );
MIN              2106 modules/core/src/datastructs.cpp                 n = MIN( l - l1, l1 - l0 );
MIN              2123 modules/core/src/datastructs.cpp                 m = MIN( r0 - r1, r1 - r );
MIN               431 modules/core/src/gl_core_3_1.hpp         MIN                              = 0x8007,
MIN                77 modules/core/src/opencl/minmaxloc.cl     minval = MIN(minval, temp.p);
MIN               219 modules/core/src/opencl/minmaxloc.cl             minval = MIN(minval, temp);
MIN               299 modules/core/src/opencl/minmaxloc.cl         localmem_min[lid3] = MIN(localmem_min[lid3], minval);
MIN               339 modules/core/src/opencl/minmaxloc.cl             localmem_min[lid] = MIN(localmem_min[lid], localmem_min[lid2]);
MIN               148 modules/core/src/parallel.cpp             nstripes = cvRound(_nstripes <= 0 ? len : MIN(MAX(_nstripes, 1.), len));
MIN              2790 modules/core/src/persistence.cpp                 xml_buf_size = MIN(xml_buf_size, int(file_size));
MIN              2871 modules/core/src/persistence.cpp             buf_size = MIN( buf_size, (size_t)(1 << 20) );
MIN              4702 modules/core/src/persistence.cpp                 int count = MIN( elem_count - i, read_max )*items_per_elem;
MIN               536 modules/core/test/test_ds.cpp         elem_size = MIN( elem_size, (int)(storage->block_size - sizeof(void*) -
MIN               558 modules/core/test/test_ds.cpp                 hdr_size = MIN( hdr_size, (int)(storage->block_size - sizeof(CvMemBlock)) );
MIN               914 modules/core/test/test_ds.cpp                     pos = whence < 0 ? 0 : MIN( pos, sseq->count - 1 );
MIN              1127 modules/core/test/test_ds.cpp                     slice.end_index = MIN( slice.end_index, sseq->count );
MIN              1394 modules/core/test/test_ds.cpp                 elem_size = MIN( elem_size, (int)(storage->block_size - sizeof(void*) - sizeof(CvMemBlock) - sizeof(CvSeqBlock)) );
MIN              1395 modules/core/test/test_ds.cpp                 pure_elem_size = MIN( pure_elem_size, elem_size-(int)sizeof(CvSetElem) );
MIN              1825 modules/core/test/test_ds.cpp                     e = MIN( e, (int)(storage->block_size - sizeof(CvMemBlock) -
MIN              1827 modules/core/test/test_ds.cpp                     pe = MIN(pe, e - delta);
MIN               144 modules/core/test/test_math.cpp         u = MIN(u,u1);
MIN               458 modules/core/test/test_math.cpp     int count = MIN( mat.rows, mat.cols );
MIN              1395 modules/core/test/test_math.cpp     int i, j, k, N = a->rows, N1 = a->cols, Nm = MIN(N, N1), step = a->step/sizeof(double);
MIN              1521 modules/core/test/test_math.cpp     int min_size = MIN( sizes[INPUT][0].width, sizes[INPUT][0].height );
MIN              1589 modules/core/test/test_math.cpp     int i, nm = MIN( mat->rows, mat->cols );
MIN              1681 modules/core/test/test_math.cpp     int min_size = MIN( sizes[INPUT][0].width, sizes[INPUT][0].height );
MIN              1821 modules/core/test/test_math.cpp     min_size = MIN( sizes[INPUT][0].width, sizes[INPUT][0].height );
MIN              1937 modules/core/test/test_math.cpp     int i, m = input.rows, n = input.cols, min_size = MIN(m, n);
MIN              2050 modules/core/test/test_math.cpp     min_size = MIN( sizes[INPUT][0].width, sizes[INPUT][0].height );
MIN              2148 modules/core/test/test_math.cpp     int i, m = input.rows, n = input.cols, min_size = MIN(m, n);
MIN               151 modules/core/test/test_rand.cpp                 int maxdiv = MIN(vrange/8, 10000);
MIN               426 modules/features2d/src/evaluation.cpp     size_t minCount = MIN( size1, size2 );
MIN               924 modules/highgui/src/window_gtk.cpp           8, MIN(image_widget->scaled_image->cols, gtk_widget_get_allocated_width(widget)),
MIN               925 modules/highgui/src/window_gtk.cpp           MIN(image_widget->scaled_image->rows, gtk_widget_get_allocated_height(widget)),
MIN               932 modules/highgui/src/window_gtk.cpp           8, MIN(image_widget->original_image->cols, gtk_widget_get_allocated_width(widget)),
MIN               933 modules/highgui/src/window_gtk.cpp           MIN(image_widget->original_image->rows, gtk_widget_get_allocated_height(widget)),
MIN               978 modules/highgui/src/window_gtk.cpp           8, MIN(image_widget->scaled_image->cols, widget->allocation.width),
MIN               979 modules/highgui/src/window_gtk.cpp           MIN(image_widget->scaled_image->rows, widget->allocation.height),
MIN               986 modules/highgui/src/window_gtk.cpp           8, MIN(image_widget->original_image->cols, widget->allocation.width),
MIN               987 modules/highgui/src/window_gtk.cpp           MIN(image_widget->original_image->rows, widget->allocation.height),
MIN               612 modules/imgcodecs/src/grfmt_jpeg.cpp                 quality = MIN(MAX(quality, 0), 100);
MIN               629 modules/imgcodecs/src/grfmt_jpeg.cpp                     luma_quality = MIN(MAX(params[i+1], 0), 100);
MIN               644 modules/imgcodecs/src/grfmt_jpeg.cpp                     chroma_quality = MIN(MAX(params[i+1], 0), 100);
MIN               651 modules/imgcodecs/src/grfmt_jpeg.cpp                 rst_interval = MIN(MAX(rst_interval, 0), 65535L);
MIN               383 modules/imgcodecs/src/grfmt_png.cpp                         compression_level = MIN(MAX(compression_level, 0), Z_BEST_COMPRESSION);
MIN               388 modules/imgcodecs/src/grfmt_png.cpp                         compression_strategy = MIN(MAX(compression_strategy, 0), Z_FIXED);
MIN                95 modules/imgproc/src/connectedcomponents.cpp             row[CC_STAT_LEFT] = MIN(row[CC_STAT_LEFT], c);
MIN                97 modules/imgproc/src/connectedcomponents.cpp             row[CC_STAT_TOP] = MIN(row[CC_STAT_TOP], r);
MIN               241 modules/imgproc/src/convhull.cpp                 bl_count = MIN( bl_count, 2 );
MIN               242 modules/imgproc/src/convhull.cpp                 br_count = MIN( br_count, 2 );
MIN                50 modules/imgproc/src/cornersubpix.cpp     int max_iters = (criteria.type & CV_TERMCRIT_ITER) ? MIN(MAX(criteria.maxCount, 1), MAX_ITERS) : MAX_ITERS;
MIN               925 modules/imgproc/src/demosaicing.cpp     if( MIN(size.width, size.height) < 8 )
MIN               642 modules/imgproc/src/distransform.cpp             a = sbase[x] == 0 ? 0 : lut[MIN(a, dbase[x - dststep])];
MIN               665 modules/imgproc/src/distransform.cpp         dbase[width-1] = (uchar)(MIN(a, dbase[width-1]));
MIN               670 modules/imgproc/src/distransform.cpp             a = lut[MIN(a, b)];
MIN               671 modules/imgproc/src/distransform.cpp             a = MIN(a, dbase[x]);
MIN              1079 modules/imgproc/src/drawing.cpp         xmin = MIN( xmin, p.x );
MIN              1111 modules/imgproc/src/drawing.cpp     ymax = MIN( ymax, size.height - 1 );
MIN              1301 modules/imgproc/src/drawing.cpp     y_max = MIN( y_max, size.height );
MIN              1469 modules/imgproc/src/drawing.cpp                 x12 = MIN( x12, size.width - 1 );
MIN              1507 modules/imgproc/src/drawing.cpp                     x22 = MIN( x22, size.width - 1 );
MIN              2389 modules/imgproc/src/drawing.cpp     maxLevel = MIN(maxLevel, INT_MAX-1);
MIN               151 modules/imgproc/src/filter.cpp         int srcType1 = CV_MAKETYPE(CV_MAT_DEPTH(srcType), MIN(CV_MAT_CN(srcType), 4));
MIN               253 modules/imgproc/src/gcgraph.hpp                 minWeight = MIN(minWeight, weight);
MIN               257 modules/imgproc/src/gcgraph.hpp             minWeight = MIN(minWeight, weight);
MIN               227 modules/imgproc/src/hough.cpp     threshold = MIN( threshold, 255 );
MIN               371 modules/imgproc/src/linefit.cpp         for( i = 0; i < MIN(count,10); )
MIN               394 modules/imgproc/src/linefit.cpp                 t = MIN(t,1.);
MIN               506 modules/imgproc/src/linefit.cpp         for( i = 0; i < MIN(count,10); )
MIN               529 modules/imgproc/src/linefit.cpp                 t = MIN(t,1.);
MIN               375 modules/imgproc/src/segmentation.cpp     termcrit.maxCount = MIN(termcrit.maxCount,100);
MIN               469 modules/imgproc/src/segmentation.cpp                     maxx = cvRound(x0 + sp); maxx = MIN(maxx, size.width-1);
MIN               470 modules/imgproc/src/segmentation.cpp                     maxy = cvRound(y0 + sp); maxy = MIN(maxy, size.height-1);
MIN               616 modules/imgproc/src/shapedescr.cpp         offset = MIN(offset, size.width);
MIN              1920 modules/imgproc/src/smooth.cpp                             for ( luc[c][k] = cv::HT(j-r); luc[c][k] < MIN(j+r+1,n); ++luc[c][k] )
MIN              1934 modules/imgproc/src/smooth.cpp                                 histogram_add_simd( &h_fine[16*(n*(16*c+k)+MIN(luc[c][k],n-1))], H[c].fine[k] );
MIN              1983 modules/imgproc/src/smooth.cpp                             for ( luc[c][k] = cv::HT(j-r); luc[c][k] < MIN(j+r+1,n); ++luc[c][k] )
MIN              1997 modules/imgproc/src/smooth.cpp                                 histogram_add( &h_fine[16*(n*(16*c+k)+MIN(luc[c][k],n-1))], H[c].fine[k] );
MIN               681 modules/imgproc/src/templmatch.cpp     blocksize.width = MIN( blocksize.width, corr.cols );
MIN               683 modules/imgproc/src/templmatch.cpp     blocksize.height = MIN( blocksize.height, corr.rows );
MIN               156 modules/imgproc/test/test_approxpoly.cpp         min_x = MIN( min_x, pt.x );
MIN               157 modules/imgproc/test/test_approxpoly.cpp         min_y = MIN( min_y, pt.y );
MIN               168 modules/imgproc/test/test_canny.cpp     float lowThreshold = (float)MIN(threshold1, threshold2);
MIN               648 modules/imgproc/test/test_color.cpp         float vmin = MIN(r,g);
MIN               651 modules/imgproc/test/test_color.cpp         vmin = MIN(vmin,b);
MIN               773 modules/imgproc/test/test_color.cpp         float vmin = MIN(r,g);
MIN               776 modules/imgproc/test/test_color.cpp         vmin = MIN(vmin,b);
MIN                91 modules/imgproc/test/test_convhull.cpp     d0 = MIN( d0, d1 );
MIN                92 modules/imgproc/test/test_convhull.cpp     return MIN( d0, dd );
MIN              1098 modules/imgproc/test/test_convhull.cpp     len = MIN( len, total );
MIN              1279 modules/imgproc/test/test_convhull.cpp     diff_angle = MIN( diff_angle, fabs(diff_angle - 360));
MIN              1280 modules/imgproc/test/test_convhull.cpp     diff_angle = MIN( diff_angle, fabs(diff_angle - 180));
MIN              1759 modules/imgproc/test/test_convhull.cpp     max_log_size = MIN(max_log_size,8);
MIN              1279 modules/imgproc/test/test_filter.cpp         aperture_size = MIN( aperture_size, 5 );
MIN               155 modules/imgproc/test/test_histograms.cpp             dims[i] = MIN(dims[i], max_ni_dim_size);
MIN               231 modules/imgproc/test/test_histograms.cpp                 _ranges[j+ofs] = (float)MIN(val,_high);
MIN               264 modules/imgproc/test/test_histograms.cpp             nz_count = MIN( nz_count, totalSize );
MIN               378 modules/imgproc/test/test_histograms.cpp         iters = MIN( iters, total_size*9/10 + 1 );
MIN              1014 modules/imgproc/test/test_histograms.cpp             result0[CV_COMP_INTERSECT] += MIN(v0,v1);
MIN              1048 modules/imgproc/test/test_histograms.cpp             result0[CV_COMP_INTERSECT] += MIN(v0,v1);
MIN              1616 modules/imgproc/test/test_histograms.cpp         patch_size.width = MIN( patch_size.width, 30 );
MIN              1617 modules/imgproc/test/test_histograms.cpp         patch_size.height = MIN( patch_size.height, 30 );
MIN              1786 modules/imgproc/test/test_histograms.cpp     hist_count = MIN( hist_count, MAX_HIST );
MIN               255 modules/imgproc/test/test_imgwarp.cpp        (MIN(sizes[INPUT][0].width,sizes[INPUT_OUTPUT][0].width) < 4 ||
MIN               256 modules/imgproc/test/test_imgwarp.cpp         MIN(sizes[INPUT][0].height,sizes[INPUT_OUTPUT][0].height) < 4))
MIN               289 modules/imgproc/test/test_imgwarp.cpp             int t = (j*src->cols*2 + MIN(src->cols,dcols) - 1)/(dcols*2);
MIN               296 modules/imgproc/test/test_imgwarp.cpp             int t = (j*src->rows*2 + MIN(src->rows,drows) - 1)/(drows*2);
MIN              1181 modules/imgproc/test/test_imgwarp.cpp     dst_size.width = MIN(dst_size.width,src_size.width);
MIN              1182 modules/imgproc/test/test_imgwarp.cpp     dst_size.height = MIN(dst_size.width,src_size.height);
MIN              1288 modules/imgproc/test/test_imgwarp.cpp     msz = MIN( sz.width, sz.height );
MIN              1292 modules/imgproc/test/test_imgwarp.cpp     dsz.width = MIN(dsz.width,msz);
MIN              1293 modules/imgproc/test/test_imgwarp.cpp     dsz.height = MIN(dsz.width,msz);
MIN              1522 modules/imgproc/test/test_imgwarp.cpp                 int rmin = MAX(dy - radius, 0), rmax = MIN(dy + radius, dsize.height);
MIN              1523 modules/imgproc/test/test_imgwarp.cpp                 int cmin = MAX(dx - radius, 0), cmax = MIN(dx + radius, dsize.width);
MIN               306 modules/imgproc/test/test_imgwarp_strict.cpp                 int rmin = MAX(dy - radius, 0), rmax = MIN(dy + radius, dsize.height);
MIN               307 modules/imgproc/test/test_imgwarp_strict.cpp                 int cmin = MAX(dx / cn - radius, 0), cmax = MIN(dx / cn + radius, dsize.width);
MIN               115 modules/imgproc/test/test_templmatch.cpp     sizes[INPUT][1].width = cvtest::randInt(rng)%MIN(sizes[INPUT][1].width,max_template_size) + 1;
MIN               116 modules/imgproc/test/test_templmatch.cpp     sizes[INPUT][1].height = cvtest::randInt(rng)%MIN(sizes[INPUT][1].height,max_template_size) + 1;
MIN               868 modules/ml/src/svm.cpp                         ub = MIN(ub,yG);
MIN               875 modules/ml/src/svm.cpp                         ub = MIN(ub,yG);
MIN               976 modules/ml/src/svm.cpp                         ub1 = MIN( ub1, G_i );
MIN               988 modules/ml/src/svm.cpp                         ub2 = MIN( ub2, G_i );
MIN                45 modules/photo/src/denoise_tvl1.cpp #define ABSCLIP(val,threshold) MIN(MAX((val),-(threshold)),(threshold))
MIN                59 modules/photo/src/inpaint.cpp     a = MIN(a,b);
MIN                60 modules/photo/src/inpaint.cpp     c = MIN(c,d);
MIN                61 modules/photo/src/inpaint.cpp     return MIN(a,c);
MIN               217 modules/photo/src/inpaint.cpp     m12=MIN(a11,a22);
MIN               757 modules/photo/src/inpaint.cpp     range = MIN(range,100);
MIN              1489 modules/ts/src/ts_func.cpp             size_t sz = MIN(total - i, blockSize);
MIN              1496 modules/ts/src/ts_func.cpp             size_t sz = MIN(total - i, blockSize);
MIN              1504 modules/ts/src/ts_func.cpp             size_t sz = MIN(total - i, blockSize);
MIN               544 modules/video/src/bgfg_gaussmix2.cpp         varMin = MIN(_varMin, _varMax);
MIN               644 modules/video/src/bgfg_gaussmix2.cpp                             varnew = MIN(varnew, varMax);
MIN               766 modules/video/src/bgfg_gaussmix2.cpp     float varMin = MIN(fVarMin, fVarMax);
MIN               185 modules/video/src/camshift.cpp     window.width = MIN( t0, (size.width - _xc) * 2 );
MIN               191 modules/video/src/camshift.cpp     window.height = MIN( t0, (size.height - _yc) * 2 );
MIN               196 modules/video/src/camshift.cpp     window.width = MIN( size.width - window.x, window.width );
MIN               197 modules/video/src/camshift.cpp     window.height = MIN( size.height - window.y, window.height );
MIN               312 modules/video/test/test_camshift.cpp     diff_angle = MIN( diff_angle, fabs(box0.angle - box.angle + 180));
MIN               835 modules/videoio/src/cap_dc1394.cpp         val = (int)MIN(maxval, MAX((unsigned)val, minval));
MIN               147 modules/videoio/src/cap_ffmpeg_impl.hpp #ifndef MIN
MIN              1701 modules/videoio/src/cap_ffmpeg_impl.hpp     double bitrate = MIN(bitrate_scale*fps*width*height, (double)INT_MAX/2);
MIN                27 samples/cpp/camshiftdemo.cpp         selection.x = MIN(x, origin.x);
MIN                28 samples/cpp/camshiftdemo.cpp         selection.y = MIN(y, origin.y);
MIN               124 samples/cpp/camshiftdemo.cpp                 inRange(hsv, Scalar(0, smin, MIN(_vmin,_vmax)),
MIN               161 samples/cpp/camshiftdemo.cpp                     int cols = backproj.cols, rows = backproj.rows, r = (MIN(cols, rows) + 5)/6;
MIN                82 samples/cpp/fitellipse.cpp         if( MAX(box.size.width, box.size.height) > MIN(box.size.width, box.size.height)*30 )
MIN                39 samples/cpp/kmeans.cpp         clusterCount = MIN(clusterCount, sampleCount);