col 140 3rdparty/libjpeg/jccolor.c register JDIMENSION col; col 149 3rdparty/libjpeg/jccolor.c for (col = 0; col < num_cols; col++) { col 159 3rdparty/libjpeg/jccolor.c outptr0[col] = (JSAMPLE) col 163 3rdparty/libjpeg/jccolor.c outptr1[col] = (JSAMPLE) col 167 3rdparty/libjpeg/jccolor.c outptr2[col] = (JSAMPLE) col 196 3rdparty/libjpeg/jccolor.c register JDIMENSION col; col 202 3rdparty/libjpeg/jccolor.c for (col = 0; col < num_cols; col++) { col 207 3rdparty/libjpeg/jccolor.c outptr[col] = (JSAMPLE) col 234 3rdparty/libjpeg/jccolor.c register JDIMENSION col; col 244 3rdparty/libjpeg/jccolor.c for (col = 0; col < num_cols; col++) { col 249 3rdparty/libjpeg/jccolor.c outptr3[col] = inptr[3]; /* don't need GETJSAMPLE here */ col 256 3rdparty/libjpeg/jccolor.c outptr0[col] = (JSAMPLE) col 260 3rdparty/libjpeg/jccolor.c outptr1[col] = (JSAMPLE) col 264 3rdparty/libjpeg/jccolor.c outptr2[col] = (JSAMPLE) col 287 3rdparty/libjpeg/jccolor.c register JDIMENSION col; col 296 3rdparty/libjpeg/jccolor.c for (col = 0; col < num_cols; col++) { col 303 3rdparty/libjpeg/jccolor.c outptr0[col] = (JSAMPLE) ((r - g + CENTERJSAMPLE) & MAXJSAMPLE); col 304 3rdparty/libjpeg/jccolor.c outptr1[col] = (JSAMPLE) g; col 305 3rdparty/libjpeg/jccolor.c outptr2[col] = (JSAMPLE) ((b - g + CENTERJSAMPLE) & MAXJSAMPLE); col 326 3rdparty/libjpeg/jccolor.c register JDIMENSION col; col 332 3rdparty/libjpeg/jccolor.c for (col = 0; col < num_cols; col++) { col 333 3rdparty/libjpeg/jccolor.c outptr[col] = inptr[0]; /* don't need GETJSAMPLE() here */ col 353 3rdparty/libjpeg/jccolor.c register JDIMENSION col; col 362 3rdparty/libjpeg/jccolor.c for (col = 0; col < num_cols; col++) { col 364 3rdparty/libjpeg/jccolor.c outptr0[col] = inptr[RGB_RED]; col 365 3rdparty/libjpeg/jccolor.c outptr1[col] = inptr[RGB_GREEN]; col 366 3rdparty/libjpeg/jccolor.c outptr2[col] = inptr[RGB_BLUE]; col 388 3rdparty/libjpeg/jccolor.c register JDIMENSION col; col 396 3rdparty/libjpeg/jccolor.c for (col = 0; col < num_cols; col++) { col 426 3rdparty/libjpeg/jcdctmgr.c int row, col; col 440 3rdparty/libjpeg/jcdctmgr.c for (col = 0; col < DCTSIZE; col++) { col 443 3rdparty/libjpeg/jcdctmgr.c aanscalefactor[row] * aanscalefactor[col] * 8.0))); col 149 3rdparty/libjpeg/jdcolor.c register JDIMENSION col; col 165 3rdparty/libjpeg/jdcolor.c for (col = 0; col < num_cols; col++) { col 166 3rdparty/libjpeg/jdcolor.c y = GETJSAMPLE(inptr0[col]); col 167 3rdparty/libjpeg/jdcolor.c cb = GETJSAMPLE(inptr1[col]); col 168 3rdparty/libjpeg/jdcolor.c cr = GETJSAMPLE(inptr2[col]); col 222 3rdparty/libjpeg/jdcolor.c register JDIMENSION col; col 231 3rdparty/libjpeg/jdcolor.c for (col = 0; col < num_cols; col++) { col 232 3rdparty/libjpeg/jdcolor.c r = GETJSAMPLE(inptr0[col]); col 233 3rdparty/libjpeg/jdcolor.c g = GETJSAMPLE(inptr1[col]); col 234 3rdparty/libjpeg/jdcolor.c b = GETJSAMPLE(inptr2[col]); col 236 3rdparty/libjpeg/jdcolor.c outptr[col] = (JSAMPLE) col 257 3rdparty/libjpeg/jdcolor.c register JDIMENSION col; col 266 3rdparty/libjpeg/jdcolor.c for (col = 0; col < num_cols; col++) { col 267 3rdparty/libjpeg/jdcolor.c r = GETJSAMPLE(inptr0[col]); col 268 3rdparty/libjpeg/jdcolor.c g = GETJSAMPLE(inptr1[col]); col 269 3rdparty/libjpeg/jdcolor.c b = GETJSAMPLE(inptr2[col]); col 297 3rdparty/libjpeg/jdcolor.c register JDIMENSION col; col 306 3rdparty/libjpeg/jdcolor.c for (col = 0; col < num_cols; col++) { col 307 3rdparty/libjpeg/jdcolor.c r = GETJSAMPLE(inptr0[col]); col 308 3rdparty/libjpeg/jdcolor.c g = GETJSAMPLE(inptr1[col]); col 309 3rdparty/libjpeg/jdcolor.c b = GETJSAMPLE(inptr2[col]); col 316 3rdparty/libjpeg/jdcolor.c outptr[col] = (JSAMPLE) col 336 3rdparty/libjpeg/jdcolor.c register JDIMENSION col; col 345 3rdparty/libjpeg/jdcolor.c for (col = 0; col < num_cols; col++) { col 347 3rdparty/libjpeg/jdcolor.c outptr[RGB_RED] = inptr0[col]; col 348 3rdparty/libjpeg/jdcolor.c outptr[RGB_GREEN] = inptr1[col]; col 349 3rdparty/libjpeg/jdcolor.c outptr[RGB_BLUE] = inptr2[col]; col 370 3rdparty/libjpeg/jdcolor.c register JDIMENSION col; col 377 3rdparty/libjpeg/jdcolor.c for (col = 0; col < num_cols; col++) { col 417 3rdparty/libjpeg/jdcolor.c register JDIMENSION col; col 423 3rdparty/libjpeg/jdcolor.c for (col = 0; col < num_cols; col++) { col 425 3rdparty/libjpeg/jdcolor.c outptr[RGB_RED] = outptr[RGB_GREEN] = outptr[RGB_BLUE] = inptr[col]; col 448 3rdparty/libjpeg/jdcolor.c register JDIMENSION col; col 465 3rdparty/libjpeg/jdcolor.c for (col = 0; col < num_cols; col++) { col 466 3rdparty/libjpeg/jdcolor.c y = GETJSAMPLE(inptr0[col]); col 467 3rdparty/libjpeg/jdcolor.c cb = GETJSAMPLE(inptr1[col]); col 468 3rdparty/libjpeg/jdcolor.c cr = GETJSAMPLE(inptr2[col]); col 476 3rdparty/libjpeg/jdcolor.c outptr[3] = inptr3[col]; /* don't need GETJSAMPLE here */ col 331 3rdparty/libjpeg/jddctmgr.c int row, col; col 339 3rdparty/libjpeg/jddctmgr.c for (col = 0; col < DCTSIZE; col++) { col 342 3rdparty/libjpeg/jddctmgr.c aanscalefactor[row] * aanscalefactor[col] * 0.125); col 235 3rdparty/libjpeg/jdmerge.c JDIMENSION col; col 249 3rdparty/libjpeg/jdmerge.c for (col = cinfo->output_width >> 1; col > 0; col--) { col 297 3rdparty/libjpeg/jdmerge.c JDIMENSION col; col 313 3rdparty/libjpeg/jdmerge.c for (col = cinfo->output_width >> 1; col > 0; col--) { col 469 3rdparty/libjpeg/jquant1.c JDIMENSION col; col 476 3rdparty/libjpeg/jquant1.c for (col = width; col > 0; col--) { col 499 3rdparty/libjpeg/jquant1.c JDIMENSION col; col 505 3rdparty/libjpeg/jquant1.c for (col = width; col > 0; col--) { col 529 3rdparty/libjpeg/jquant1.c JDIMENSION col; col 544 3rdparty/libjpeg/jquant1.c for (col = width; col > 0; col--) { col 582 3rdparty/libjpeg/jquant1.c JDIMENSION col; col 594 3rdparty/libjpeg/jquant1.c for (col = width; col > 0; col--) { col 632 3rdparty/libjpeg/jquant1.c JDIMENSION col; col 664 3rdparty/libjpeg/jquant1.c for (col = width; col > 0; col--) { col 233 3rdparty/libjpeg/jquant2.c JDIMENSION col; col 238 3rdparty/libjpeg/jquant2.c for (col = width; col > 0; col--) { col 926 3rdparty/libjpeg/jquant2.c JDIMENSION col; col 932 3rdparty/libjpeg/jquant2.c for (col = width; col > 0; col--) { col 966 3rdparty/libjpeg/jquant2.c JDIMENSION col; col 999 3rdparty/libjpeg/jquant2.c for (col = width; col > 0; col--) { col 593 3rdparty/libtiff/tif_getimage.c uint32 col, row, y, rowstoread; col 624 3rdparty/libtiff/tif_getimage.c for (col = 0; col < w; col += tw) col 626 3rdparty/libtiff/tif_getimage.c if (TIFFReadTile(tif, buf, col+img->col_offset, col 635 3rdparty/libtiff/tif_getimage.c if (col + tw > w) col 641 3rdparty/libtiff/tif_getimage.c uint32 npix = w - col; col 643 3rdparty/libtiff/tif_getimage.c (*put)(img, raster+y*w+col, col, y, col 648 3rdparty/libtiff/tif_getimage.c (*put)(img, raster+y*w+col, col, y, tw, nrow, 0, toskew, buf + pos); col 686 3rdparty/libtiff/tif_getimage.c uint32 col, row, y, rowstoread; col 749 3rdparty/libtiff/tif_getimage.c for (col = 0; col < w; col += tw) col 751 3rdparty/libtiff/tif_getimage.c if (TIFFReadTile(tif, p0, col+img->col_offset, col 758 3rdparty/libtiff/tif_getimage.c && TIFFReadTile(tif, p1, col+img->col_offset, col 766 3rdparty/libtiff/tif_getimage.c && TIFFReadTile(tif, p2, col+img->col_offset, col 774 3rdparty/libtiff/tif_getimage.c && TIFFReadTile(tif,pa,col+img->col_offset, col 784 3rdparty/libtiff/tif_getimage.c if (col + tw > w) col 790 3rdparty/libtiff/tif_getimage.c uint32 npix = w - col; col 792 3rdparty/libtiff/tif_getimage.c (*put)(img, raster+y*w+col, col, y, col 796 3rdparty/libtiff/tif_getimage.c (*put)(img, raster+y*w+col, col, y, col 2763 3rdparty/libtiff/tif_getimage.c TIFFReadRGBATile(TIFF* tif, uint32 col, uint32 row, uint32 * raster) col 2787 3rdparty/libtiff/tif_getimage.c if( (col % tile_xsize) != 0 || (row % tile_ysize) != 0 ) col 2817 3rdparty/libtiff/tif_getimage.c if( col + tile_xsize > img.width ) col 2818 3rdparty/libtiff/tif_getimage.c read_xsize = img.width - col; col 2827 3rdparty/libtiff/tif_getimage.c img.col_offset = col; col 690 3rdparty/libwebp/dec/vp8l.c int col = 0, row = 0; \ col 708 3rdparty/libwebp/dec/vp8l.c if ((col & mask) == 0) { \ col 709 3rdparty/libwebp/dec/vp8l.c htree_group = GetHtreeGroupForPos(hdr, col, row); \ col 723 3rdparty/libwebp/dec/vp8l.c ++col; \ col 724 3rdparty/libwebp/dec/vp8l.c if (col >= width) { \ col 725 3rdparty/libwebp/dec/vp8l.c col = 0; \ col 753 3rdparty/libwebp/dec/vp8l.c col += length; \ col 754 3rdparty/libwebp/dec/vp8l.c while (col >= width) { \ col 755 3rdparty/libwebp/dec/vp8l.c col -= width; \ col 762 3rdparty/libwebp/dec/vp8l.c htree_group = GetHtreeGroupForPos(hdr, col, row); \ col 550 3rdparty/libwebp/dsp/lossless.c const int col = col_start + x; col 554 3rdparty/libwebp/dsp/lossless.c predict = (col == 0) ? ARGB_BLACK : current_row[col - 1]; // Left. col 555 3rdparty/libwebp/dsp/lossless.c } else if (col == 0) { col 556 3rdparty/libwebp/dsp/lossless.c predict = upper_row[col]; // Top. col 558 3rdparty/libwebp/dsp/lossless.c predict = pred_func(current_row[col - 1], upper_row + col); col 560 3rdparty/libwebp/dsp/lossless.c predict_diff = VP8LSubPixels(current_row[col], predict); col 598 3rdparty/libwebp/dsp/lossless.c const int col = col_start + x; col 599 3rdparty/libwebp/dsp/lossless.c const int pix = row * width + col; col 602 3rdparty/libwebp/dsp/lossless.c predict = (col == 0) ? ARGB_BLACK : current_row[col - 1]; // Left. col 603 3rdparty/libwebp/dsp/lossless.c } else if (col == 0) { col 604 3rdparty/libwebp/dsp/lossless.c predict = upper_row[col]; // Top. col 606 3rdparty/libwebp/dsp/lossless.c predict = pred_func(current_row[col - 1], upper_row + col); col 608 3rdparty/libwebp/dsp/lossless.c argb[pix] = VP8LSubPixels(current_row[col], predict); col 144 modules/calib3d/src/calibinit.cpp int row, col; // row and column of this quad col 182 modules/calib3d/src/calibinit.cpp static int icvTrimCol(CvCBQuad **quads, int count, int col, int dir); col 654 modules/calib3d/src/calibinit.cpp start->col = 0; col 664 modules/calib3d/src/calibinit.cpp int col = q->col; col 666 modules/calib3d/src/calibinit.cpp col_hist[col]++; col 672 modules/calib3d/src/calibinit.cpp if (col > col_max) col_max = col; col 673 modules/calib3d/src/calibinit.cpp if (col < col_min) col_min = col; col 681 modules/calib3d/src/calibinit.cpp row--; col--; break; col 683 modules/calib3d/src/calibinit.cpp col += 2; break; col 687 modules/calib3d/src/calibinit.cpp col -= 2; break; col 693 modules/calib3d/src/calibinit.cpp PRINTF("col: %d row: %d\n", col, row); col 697 modules/calib3d/src/calibinit.cpp neighbor->col = col; col 770 modules/calib3d/src/calibinit.cpp int col = quads[i]->col; col 777 modules/calib3d/src/calibinit.cpp row--; col--; break; col 779 modules/calib3d/src/calibinit.cpp col += 2; break; col 783 modules/calib3d/src/calibinit.cpp col -= 2; break; col 787 modules/calib3d/src/calibinit.cpp col <= col_max && col >= col_min && col 791 modules/calib3d/src/calibinit.cpp PRINTF("Adding inner: col: %d row: %d\n", col, row); col 796 modules/calib3d/src/calibinit.cpp neighbor->col = col; col 927 modules/calib3d/src/calibinit.cpp icvTrimCol(CvCBQuad **quads, int count, int col, int dir) col 935 modules/calib3d/src/calibinit.cpp PRINTF("index: %d cur: %d\n", col, quads[i]->col); col 937 modules/calib3d/src/calibinit.cpp if (quads[i]->ordered && quads[i]->col == col) col 3605 modules/calib3d/src/calibration.cpp Mat t = P3.col(3); col 115 modules/calib3d/src/circlesgrid.cpp distsMask.col(maxIdx).setTo(0); col 117 modules/calib3d/src/circlesgrid.cpp Mat tmpCol = dists.col(minIdx); col 259 modules/calib3d/src/circlesgrid.cpp cosAngles.col(maxLoc.x).setTo(0.0f); col 261 modules/calib3d/src/circlesgrid.cpp cosAngles.col(maxLoc.y).setTo(0.0f); col 272 modules/calib3d/src/compat_ptsetreg.cpp double *row = JtJ->data.db + i*nparams, *col = JtJ->data.db + i; col 274 modules/calib3d/src/compat_ptsetreg.cpp row[j] = col[j*nparams] = 0; col 115 modules/calib3d/src/dls.cpp cv::Mat V_kA = eigenvec_r.col(k); // 27x1 col 118 modules/calib3d/src/dls.cpp cv::Mat( V_k.t()).copyTo( eigenvec_r.col(k) ); col 143 modules/calib3d/src/dls.cpp stmp_mat.copyTo( sols.col(count) ); col 166 modules/calib3d/src/dls.cpp cv::Mat sols_j = sols.col(j); col 176 modules/calib3d/src/dls.cpp cv::Mat z_mul = z.col(i)*z.col(i).t(); col 179 modules/calib3d/src/dls.cpp b2 += (z_mul - eye) * C_est_j * pp.col(i); col 222 modules/calib3d/src/dls.cpp z.col(i).copyTo(z_i); col 223 modules/calib3d/src/dls.cpp A += ( z_i*z_i.t() - eye ) * LeftMultVec(pp.col(i)); col 235 modules/calib3d/src/dls.cpp z.col(i).copyTo(z_i); col 236 modules/calib3d/src/dls.cpp ppi_A = LeftMultVec(pp.col(i)) + A; col 630 modules/calib3d/src/dls.cpp for (int i = 0; i < M.cols; ++i) m += M.col(i); col 918 modules/calib3d/src/fisheye.cpp om_ref.reshape(3, 1).copyTo(om_list.col(image_idx)); col 919 modules/calib3d/src/fisheye.cpp T_ref.reshape(3, 1).copyTo(T_list.col(image_idx)); col 961 modules/calib3d/src/fisheye.cpp jacobians.col(14).copyTo(Jkk.col(4).rowRange(0, 2 * n_points)); col 982 modules/calib3d/src/fisheye.cpp jacobians.col(14).copyTo(Jkk.col(9 + 4).rowRange(2 * n_points, 4 * n_points)); col 1066 modules/calib3d/src/fisheye.cpp src.col(i).copyTo(tmp.col(j++)); col 1334 modules/calib3d/src/fisheye.cpp double sc = .5 * (norm(H.col(0)) + norm(H.col(1))); col 1336 modules/calib3d/src/fisheye.cpp Mat u1 = H.col(0).clone(); col 1338 modules/calib3d/src/fisheye.cpp Mat u2 = H.col(1).clone() - u1.dot(H.col(1).clone()) * u1; col 1346 modules/calib3d/src/fisheye.cpp Tckk = H.col(2).clone(); col 1381 modules/calib3d/src/fisheye.cpp omckk.reshape(3,1).copyTo(omc.getMat().col(image_idx)); col 1382 modules/calib3d/src/fisheye.cpp Tckk.reshape(3,1).copyTo(Tc.getMat().col(image_idx)); col 1408 modules/calib3d/src/fisheye.cpp Mat om(omc.getMat().col(image_idx)), T(Tc.getMat().col(image_idx)); col 1417 modules/calib3d/src/fisheye.cpp jacobians.col(14).copyTo(A.col(4)); col 1470 modules/calib3d/src/fisheye.cpp Mat om(omc.getMat().col(image_idx)), T(Tc.getMat().col(image_idx)); col 1546 modules/calib3d/src/fisheye.cpp Mat(src.row(0).t()).copyTo(tmp.col(0)); col 1547 modules/calib3d/src/fisheye.cpp Mat(src.row(1).t()).copyTo(tmp.col(3)); col 1548 modules/calib3d/src/fisheye.cpp Mat(src.row(2).t()).copyTo(tmp.col(6)); col 1549 modules/calib3d/src/fisheye.cpp Mat(src.row(3).t()).copyTo(tmp.col(1)); col 1550 modules/calib3d/src/fisheye.cpp Mat(src.row(4).t()).copyTo(tmp.col(4)); col 1551 modules/calib3d/src/fisheye.cpp Mat(src.row(5).t()).copyTo(tmp.col(7)); col 1552 modules/calib3d/src/fisheye.cpp Mat(src.row(6).t()).copyTo(tmp.col(2)); col 1553 modules/calib3d/src/fisheye.cpp Mat(src.row(7).t()).copyTo(tmp.col(5)); col 1554 modules/calib3d/src/fisheye.cpp Mat(src.row(8).t()).copyTo(tmp.col(8)); col 1558 modules/calib3d/src/fisheye.cpp Mat(src.col(0).t()).copyTo(tmp.row(0)); col 1559 modules/calib3d/src/fisheye.cpp Mat(src.col(1).t()).copyTo(tmp.row(3)); col 1560 modules/calib3d/src/fisheye.cpp Mat(src.col(2).t()).copyTo(tmp.row(6)); col 1561 modules/calib3d/src/fisheye.cpp Mat(src.col(3).t()).copyTo(tmp.row(1)); col 1562 modules/calib3d/src/fisheye.cpp Mat(src.col(4).t()).copyTo(tmp.row(4)); col 1563 modules/calib3d/src/fisheye.cpp Mat(src.col(5).t()).copyTo(tmp.row(7)); col 1564 modules/calib3d/src/fisheye.cpp Mat(src.col(6).t()).copyTo(tmp.row(2)); col 1565 modules/calib3d/src/fisheye.cpp Mat(src.col(7).t()).copyTo(tmp.row(5)); col 1566 modules/calib3d/src/fisheye.cpp Mat(src.col(8).t()).copyTo(tmp.row(8)); col 48 modules/calib3d/src/five-point.cpp Q.col(0) = Q1.col(0).mul( Q2.col(0) ); col 49 modules/calib3d/src/five-point.cpp Q.col(1) = Q1.col(1).mul( Q2.col(0) ); col 50 modules/calib3d/src/five-point.cpp Q.col(2) = Q2.col(0) * 1.0; col 51 modules/calib3d/src/five-point.cpp Q.col(3) = Q1.col(0).mul( Q2.col(1) ); col 52 modules/calib3d/src/five-point.cpp Q.col(4) = Q1.col(1).mul( Q2.col(1) ); col 53 modules/calib3d/src/five-point.cpp Q.col(5) = Q2.col(1) * 1.0; col 54 modules/calib3d/src/five-point.cpp Q.col(6) = Q1.col(0) * 1.0; col 55 modules/calib3d/src/five-point.cpp Q.col(7) = Q1.col(1) * 1.0; col 56 modules/calib3d/src/five-point.cpp Q.col(8) = 1.0; col 137 modules/calib3d/src/five-point.cpp cv::Mat Evec = EE.col(0) * xs.back() + EE.col(1) * ys.back() + EE.col(2) * zs.back() + EE.col(3); col 465 modules/calib3d/src/five-point.cpp points1.col(0) = (points1.col(0) - pp.x) / focal; col 466 modules/calib3d/src/five-point.cpp points2.col(0) = (points2.col(0) - pp.x) / focal; col 467 modules/calib3d/src/five-point.cpp points1.col(1) = (points1.col(1) - pp.y) / focal; col 468 modules/calib3d/src/five-point.cpp points2.col(1) = (points2.col(1) - pp.y) / focal; col 477 modules/calib3d/src/five-point.cpp P1(Range::all(), Range(0, 3)) = R1 * 1.0; P1.col(3) = t * 1.0; col 478 modules/calib3d/src/five-point.cpp P2(Range::all(), Range(0, 3)) = R2 * 1.0; P2.col(3) = t * 1.0; col 479 modules/calib3d/src/five-point.cpp P3(Range::all(), Range(0, 3)) = R1 * 1.0; P3.col(3) = -t * 1.0; col 480 modules/calib3d/src/five-point.cpp P4(Range::all(), Range(0, 3)) = R2 * 1.0; P4.col(3) = -t * 1.0; col 611 modules/calib3d/src/five-point.cpp t = U.col(2) * 1.0; col 111 modules/calib3d/src/homography_decomp.cpp double oppositeOfMinor(const cv::Matx33d& M, const int row, const int col); col 283 modules/calib3d/src/homography_decomp.cpp double HomographyDecompInria::oppositeOfMinor(const Matx33d& M, const int row, const int col) col 285 modules/calib3d/src/homography_decomp.cpp int x1 = col == 0 ? 1 : 0; col 286 modules/calib3d/src/homography_decomp.cpp int x2 = col == 2 ? 1 : 2; col 184 modules/calib3d/src/solvepnp.cpp Mat _rvec = model.col(0); col 185 modules/calib3d/src/solvepnp.cpp Mat _tvec = model.col(1); col 298 modules/calib3d/src/solvepnp.cpp _rvec.assign(_local_model.col(0)); // output rotation vector col 299 modules/calib3d/src/solvepnp.cpp _tvec.assign(_local_model.col(1)); // output translation vector col 67 modules/calib3d/test/test_compose_rt.cpp dr3_dr1.col(i) = rv3_p - rv3_m; col 68 modules/calib3d/test/test_compose_rt.cpp dt3_dr1.col(i) = tv3_p - tv3_m; col 84 modules/calib3d/test/test_compose_rt.cpp dr3_dr2.col(i) = rv3_p - rv3_m; col 85 modules/calib3d/test/test_compose_rt.cpp dt3_dr2.col(i) = tv3_p - tv3_m; col 101 modules/calib3d/test/test_compose_rt.cpp drt3_dt1.col(i) = rv3_p - rv3_m; col 102 modules/calib3d/test/test_compose_rt.cpp dt3_dt1.col(i) = tv3_p - tv3_m; col 118 modules/calib3d/test/test_compose_rt.cpp dr3_dt2.col(i) = rv3_p - rv3_m; col 119 modules/calib3d/test/test_compose_rt.cpp dt3_dt2.col(i) = tv3_p - tv3_m; col 232 modules/calib3d/test/test_fisheye.cpp xpred = x1 + cv::Mat(jacobians.col(14) * dalpha).reshape(2, 1); col 1398 modules/calib3d/test/test_fundam.cpp double terr1 = cvtest::norm(Rt0.col(3) / norm(Rt0.col(3)) + test_mat[TEMP][3], NORM_L2); col 1399 modules/calib3d/test/test_fundam.cpp double terr2 = cvtest::norm(Rt0.col(3) / norm(Rt0.col(3)) - test_mat[TEMP][3], NORM_L2); col 439 modules/calib3d/test/test_homography.cpp Mat tmp_mat_3d = H_res_32*src_mat_3d.col(k); col 449 modules/calib3d/test/test_homography.cpp if (cv::norm(tmp_mat_3d, dst_mat_3d.col(k), NORM_TYPE[l]) - cv::norm(noise_2d.col(k), NORM_TYPE[l]) > max_2diff) col 451 modules/calib3d/test/test_homography.cpp print_information_4(method, j, N, k, l, cv::norm(tmp_mat_3d, dst_mat_3d.col(k), NORM_TYPE[l]) - cv::norm(noise_2d.col(k), NORM_TYPE[l])); col 521 modules/calib3d/test/test_homography.cpp double diff = cv::norm(dst_res_3d.col(k), dst_mat_3d.col(k), NORM_L2); col 548 modules/calib3d/test/test_homography.cpp diff = cv::norm(dst_res_3d.col(k), dst_mat_3d.col(k), NORM_TYPE[l]); col 406 modules/core/include/opencv2/core/core_c.h CV_INLINE CvMat* cvGetCol( const CvArr* arr, CvMat* submat, int col ) col 408 modules/core/include/opencv2/core/core_c.h return cvGetCols( arr, submat, col, col + 1 ); col 225 modules/core/include/opencv2/core/cuda.hpp GpuMat col(int x) const; col 994 modules/core/include/opencv2/core/mat.hpp Mat col(int x) const; col 2020 modules/core/include/opencv2/core/mat.hpp Mat_ col(int x) const; col 2166 modules/core/include/opencv2/core/mat.hpp UMat col(int x) const; col 3264 modules/core/include/opencv2/core/mat.hpp MatExpr col(int x) const; col 150 modules/core/include/opencv2/core/matx.hpp Matx<_Tp, m, 1> col(int i) const; col 398 modules/core/include/opencv2/core/types_c.h #define CV_IMAGE_ELEM( image, elemtype, row, col ) \ col 399 modules/core/include/opencv2/core/types_c.h (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)]) col 537 modules/core/include/opencv2/core/types_c.h #define CV_MAT_ELEM_PTR_FAST( mat, row, col, pix_size ) \ col 539 modules/core/include/opencv2/core/types_c.h (unsigned)(col) < (unsigned)(mat).cols ), \ col 540 modules/core/include/opencv2/core/types_c.h (mat).data.ptr + (size_t)(mat).step*(row) + (pix_size)*(col)) col 542 modules/core/include/opencv2/core/types_c.h #define CV_MAT_ELEM_PTR( mat, row, col ) \ col 543 modules/core/include/opencv2/core/types_c.h CV_MAT_ELEM_PTR_FAST( mat, row, col, CV_ELEM_SIZE((mat).type) ) col 545 modules/core/include/opencv2/core/types_c.h #define CV_MAT_ELEM( mat, elemtype, row, col ) \ col 546 modules/core/include/opencv2/core/types_c.h (*(elemtype*)CV_MAT_ELEM_PTR_FAST( mat, row, col, sizeof(elemtype))) col 557 modules/core/include/opencv2/core/types_c.h CV_INLINE double cvmGet( const CvMat* mat, int row, int col ) col 563 modules/core/include/opencv2/core/types_c.h (unsigned)col < (unsigned)mat->cols ); col 566 modules/core/include/opencv2/core/types_c.h return ((float*)(void*)(mat->data.ptr + (size_t)mat->step*row))[col]; col 570 modules/core/include/opencv2/core/types_c.h return ((double*)(void*)(mat->data.ptr + (size_t)mat->step*row))[col]; col 584 modules/core/include/opencv2/core/types_c.h CV_INLINE void cvmSet( CvMat* mat, int row, int col, double value ) col 589 modules/core/include/opencv2/core/types_c.h (unsigned)col < (unsigned)mat->cols ); col 592 modules/core/include/opencv2/core/types_c.h ((float*)(void*)(mat->data.ptr + (size_t)mat->step*row))[col] = (float)value; col 596 modules/core/include/opencv2/core/types_c.h ((double*)(void*)(mat->data.ptr + (size_t)mat->step*row))[col] = value; col 443 modules/core/include/opencv2/core/utility.hpp int &col = idx[DIMS - 1]; col 444 modules/core/include/opencv2/core/utility.hpp col = 0; col 447 modules/core/include/opencv2/core/utility.hpp while (col < COLS) { col 449 modules/core/include/opencv2/core/utility.hpp pixel++; col++; col 451 modules/core/include/opencv2/core/utility.hpp col = 0; col 932 modules/core/misc/java/src/java/core+Mat.java public int put(int row, int col, double... data) { col 940 modules/core/misc/java/src/java/core+Mat.java return nPutD(nativeObj, row, col, data.length, data); col 944 modules/core/misc/java/src/java/core+Mat.java public int put(int row, int col, float[] data) { col 953 modules/core/misc/java/src/java/core+Mat.java return nPutF(nativeObj, row, col, data.length, data); col 959 modules/core/misc/java/src/java/core+Mat.java public int put(int row, int col, int[] data) { col 968 modules/core/misc/java/src/java/core+Mat.java return nPutI(nativeObj, row, col, data.length, data); col 974 modules/core/misc/java/src/java/core+Mat.java public int put(int row, int col, short[] data) { col 983 modules/core/misc/java/src/java/core+Mat.java return nPutS(nativeObj, row, col, data.length, data); col 989 modules/core/misc/java/src/java/core+Mat.java public int put(int row, int col, byte[] data) { col 998 modules/core/misc/java/src/java/core+Mat.java return nPutB(nativeObj, row, col, data.length, data); col 1004 modules/core/misc/java/src/java/core+Mat.java public int get(int row, int col, byte[] data) { col 1013 modules/core/misc/java/src/java/core+Mat.java return nGetB(nativeObj, row, col, data.length, data); col 1019 modules/core/misc/java/src/java/core+Mat.java public int get(int row, int col, short[] data) { col 1028 modules/core/misc/java/src/java/core+Mat.java return nGetS(nativeObj, row, col, data.length, data); col 1034 modules/core/misc/java/src/java/core+Mat.java public int get(int row, int col, int[] data) { col 1043 modules/core/misc/java/src/java/core+Mat.java return nGetI(nativeObj, row, col, data.length, data); col 1049 modules/core/misc/java/src/java/core+Mat.java public int get(int row, int col, float[] data) { col 1058 modules/core/misc/java/src/java/core+Mat.java return nGetF(nativeObj, row, col, data.length, data); col 1064 modules/core/misc/java/src/java/core+Mat.java public int get(int row, int col, double[] data) { col 1073 modules/core/misc/java/src/java/core+Mat.java return nGetD(nativeObj, row, col, data.length, data); col 1079 modules/core/misc/java/src/java/core+Mat.java public double[] get(int row, int col) { col 1080 modules/core/misc/java/src/java/core+Mat.java return nGet(nativeObj, row, col); col 1293 modules/core/misc/java/src/java/core+Mat.java private static native int nPutD(long self, int row, int col, int count, double[] data); col 1295 modules/core/misc/java/src/java/core+Mat.java private static native int nPutF(long self, int row, int col, int count, float[] data); col 1297 modules/core/misc/java/src/java/core+Mat.java private static native int nPutI(long self, int row, int col, int count, int[] data); col 1299 modules/core/misc/java/src/java/core+Mat.java private static native int nPutS(long self, int row, int col, int count, short[] data); col 1301 modules/core/misc/java/src/java/core+Mat.java private static native int nPutB(long self, int row, int col, int count, byte[] data); col 1303 modules/core/misc/java/src/java/core+Mat.java private static native int nGetB(long self, int row, int col, int count, byte[] vals); col 1305 modules/core/misc/java/src/java/core+Mat.java private static native int nGetS(long self, int row, int col, int count, short[] vals); col 1307 modules/core/misc/java/src/java/core+Mat.java private static native int nGetI(long self, int row, int col, int count, int[] vals); col 1309 modules/core/misc/java/src/java/core+Mat.java private static native int nGetF(long self, int row, int col, int count, float[] vals); col 1311 modules/core/misc/java/src/java/core+Mat.java private static native int nGetD(long self, int row, int col, int count, double[] vals); col 1313 modules/core/misc/java/src/java/core+Mat.java private static native double[] nGet(long self, int row, int col); col 102 modules/core/misc/java/test/MatTest.java Mat col = gray0.col(0); col 103 modules/core/misc/java/test/MatTest.java assertEquals(1, col.cols()); col 104 modules/core/misc/java/test/MatTest.java assertEquals(gray0.rows(), col.rows()); col 754 modules/core/misc/java/test/MatTest.java Mat m1 = m.col(4); col 777 modules/core/misc/java/test/MatTest.java Mat m1 = m.col(3); col 1672 modules/core/src/array.cpp int row, col; col 1674 modules/core/src/array.cpp row = idx, col = 0; col 1676 modules/core/src/array.cpp row = idx/mat->cols, col = idx - row*mat->cols; col 1677 modules/core/src/array.cpp ptr = mat->data.ptr + (size_t)row*mat->step + col*pix_size; col 97 modules/core/src/lda.cpp Mat originalCol = src.col(indices[idx]); col 98 modules/core/src/lda.cpp Mat sortedCol = dst.col((int)idx); col 3297 modules/core/src/matmul.cpp _m(m.rows, m.cols + 1, m.type()), m1 = _m.colRange(0,m.cols), v1 = _m.col(m.cols); col 65 modules/core/src/out.cpp int col; col 73 modules/core/src/out.cpp void valueToStr8u() { sprintf(buf, "%3d", (int)mtx.ptr<uchar>(row, col)[cn]); } col 74 modules/core/src/out.cpp void valueToStr8s() { sprintf(buf, "%3d", (int)mtx.ptr<schar>(row, col)[cn]); } col 75 modules/core/src/out.cpp void valueToStr16u() { sprintf(buf, "%d", (int)mtx.ptr<ushort>(row, col)[cn]); } col 76 modules/core/src/out.cpp void valueToStr16s() { sprintf(buf, "%d", (int)mtx.ptr<short>(row, col)[cn]); } col 77 modules/core/src/out.cpp void valueToStr32s() { sprintf(buf, "%d", mtx.ptr<int>(row, col)[cn]); } col 78 modules/core/src/out.cpp void valueToStr32f() { sprintf(buf, floatFormat, mtx.ptr<float>(row, col)[cn]); } col 79 modules/core/src/out.cpp void valueToStr64f() { sprintf(buf, floatFormat, mtx.ptr<double>(row, col)[cn]); } col 96 modules/core/src/out.cpp row = col = cn =0; col 161 modules/core/src/out.cpp col = 0; col 204 modules/core/src/out.cpp ++col; col 205 modules/core/src/out.cpp if (col >= mtx.cols) col 1536 modules/core/test/test_arithm.cpp m1.col(1) += 10; col 1546 modules/core/test/test_arithm.cpp m1.col(1) += 10; col 116 modules/core/test/test_dxt.cpp Mat srci = src.row(i).reshape(cn, src.cols), dsti = tmp.col(i); col 128 modules/core/test/test_dxt.cpp Mat srci = tmp.row(i).reshape(cn, tmp.cols), dsti = dst.col(i); col 224 modules/core/test/test_dxt.cpp Mat dsti = tmp.col(i); col 237 modules/core/test/test_dxt.cpp Mat dsti = dst.col(i); col 264 modules/core/test/test_dxt.cpp src0row = _src0.col(0); col 265 modules/core/test/test_dxt.cpp dstrow = _dst.col(0); col 269 modules/core/test/test_dxt.cpp src0row = _src0.col(_src0.cols - 1); col 270 modules/core/test/test_dxt.cpp dstrow = _dst.col(len/2); col 321 modules/core/test/test_eigen.cpp cv::Mat tmp = eigen_values.at<float>(i, 0) * eigen_vectors_t.col(i); col 332 modules/core/test/test_eigen.cpp cv::Mat tmp = eigen_values.at<double>(i, 0) * eigen_vectors_t.col(i); col 1244 modules/core/test/test_math.cpp part = test_mat[INPUT][0].col(i); col 1284 modules/core/test/test_math.cpp vec = hdrs0.col(i); col 659 modules/core/test/test_operations.cpp CHECK_DIFF(negi.col(1), negi.col(2)); col 661 modules/core/test/test_operations.cpp CHECK_DIFF(negi.col(1), negi.diag()); col 202 modules/core/test/test_umat.cpp a.col(i).copyTo(ub); col 203 modules/core/test/test_umat.cpp EXPECT_MAT_NEAR(a.col(i), ub, 0); col 207 modules/core/test/test_umat.cpp ua.col(i).copyTo(ub); col 208 modules/core/test/test_umat.cpp EXPECT_MAT_NEAR(ua.col(i), ub, 0); col 212 modules/core/test/test_umat.cpp ua.col(i).copyTo(b); col 213 modules/core/test/test_umat.cpp EXPECT_MAT_NEAR(ua.col(i), b, 0); col 331 modules/cudafeatures2d/test/test_features2d.cpp masks[mi].col(di * countFactor).setTo(cv::Scalar::all(0)); col 468 modules/cudafeatures2d/test/test_features2d.cpp masks[mi].col(di * countFactor).setTo(cv::Scalar::all(0)); col 531 modules/cudafeatures2d/test/test_features2d.cpp masks[mi].col(di * countFactor).setTo(cv::Scalar::all(0)); col 645 modules/cudafeatures2d/test/test_features2d.cpp masks[mi].col(di * countFactor).setTo(cv::Scalar::all(0)); col 366 modules/cudaimgproc/src/mssegmentation.cpp Vec4b col = h_srcy[x]; col 368 modules/cudaimgproc/src/mssegmentation.cpp sumcol[0] += col[0]; col 369 modules/cudaimgproc/src/mssegmentation.cpp sumcol[1] += col[1]; col 370 modules/cudaimgproc/src/mssegmentation.cpp sumcol[2] += col[2]; col 177 modules/cudev/include/opencv2/cudev/grid/reduce.hpp dst.col(0).setTo(Scalar::all(std::numeric_limits<ResType>::max()), stream); col 178 modules/cudev/include/opencv2/cudev/grid/reduce.hpp dst.col(1).setTo(Scalar::all(-std::numeric_limits<ResType>::max()), stream); col 196 modules/cudev/include/opencv2/cudev/grid/reduce.hpp dst.col(0).setTo(Scalar::all(std::numeric_limits<ResType>::max()), stream); col 197 modules/cudev/include/opencv2/cudev/grid/reduce.hpp dst.col(1).setTo(Scalar::all(-std::numeric_limits<ResType>::max()), stream); col 116 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ GpuMat_ col(int x) const; col 164 modules/features2d/perf/perf_batchDistance.cpp trainDescriptor.col(elem) += diff; col 493 modules/features2d/src/kaze/nldiffusion_functions.cpp bool check_maximum_neighbourhood(const cv::Mat& img, int dsize, float value, int row, int col, bool same_img) { col 498 modules/features2d/src/kaze/nldiffusion_functions.cpp for (int j = col - dsize; j <= col + dsize; j++) { col 501 modules/features2d/src/kaze/nldiffusion_functions.cpp if (i != row || j != col) { col 40 modules/features2d/src/kaze/nldiffusion_functions.h bool check_maximum_neighbourhood(const cv::Mat& img, int dsize, float value, int row, int col, bool same_img); col 264 modules/features2d/test/test_matchers_algorithmic.cpp masks[mi].col(di*countFactor).setTo(Scalar::all(0)); col 361 modules/features2d/test/test_matchers_algorithmic.cpp masks[mi].col(di*countFactor).setTo(Scalar::all(0)); col 464 modules/features2d/test/test_matchers_algorithmic.cpp masks[mi].col(di*countFactor).setTo(Scalar::all(0)); col 220 modules/imgcodecs/src/grfmt_gdal.cpp const int& col, col 228 modules/imgcodecs/src/grfmt_gdal.cpp if( image.depth() == CV_8U ){ image.at<uchar>(row,col) = newValue; } col 229 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16U ){ image.at<unsigned short>(row,col) = newValue; } col 230 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16S ){ image.at<short>(row,col) = newValue; } col 231 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_32S ){ image.at<int>(row,col) = newValue; } col 232 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_32F ){ image.at<float>(row,col) = newValue; } col 233 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_64F ){ image.at<double>(row,col) = newValue; } col 239 modules/imgcodecs/src/grfmt_gdal.cpp if( image.depth() == CV_8U ){ image.at<Vec3b>(row,col) = Vec3b(newValue,newValue,newValue); } col 240 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16U ){ image.at<Vec3s>(row,col) = Vec3s(newValue,newValue,newValue); } col 241 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16S ){ image.at<Vec3s>(row,col) = Vec3s(newValue,newValue,newValue); } col 242 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_32S ){ image.at<Vec3i>(row,col) = Vec3i(newValue,newValue,newValue); } col 243 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_32F ){ image.at<Vec3f>(row,col) = Vec3f(newValue,newValue,newValue); } col 244 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_64F ){ image.at<Vec3d>(row,col) = Vec3d(newValue,newValue,newValue); } col 250 modules/imgcodecs/src/grfmt_gdal.cpp if( image.depth() == CV_8U ){ image.at<uchar>(row,col) += (newValue/3.0); } col 256 modules/imgcodecs/src/grfmt_gdal.cpp if( image.depth() == CV_8U ){ image.at<uchar>(row,col) = newValue; } col 262 modules/imgcodecs/src/grfmt_gdal.cpp if( image.depth() == CV_8U ){ image.at<Vec3b>(row,col)[channel] = newValue; } col 263 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16U ){ image.at<Vec3s>(row,col)[channel] = newValue; } col 264 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16S ){ image.at<Vec3s>(row,col)[channel] = newValue; } col 265 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_32S ){ image.at<Vec3i>(row,col)[channel] = newValue; } col 266 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_32F ){ image.at<Vec3f>(row,col)[channel] = newValue; } col 267 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_64F ){ image.at<Vec3d>(row,col)[channel] = newValue; } col 274 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_8U && channel < 4 ){ image.at<Vec3b>(row,col)[channel] = newValue; } col 275 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16U && channel < 4 ){ image.at<Vec3s>(row,col)[channel] = newValue; } col 276 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_16S && channel < 4 ){ image.at<Vec3s>(row,col)[channel] = newValue; } col 277 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_32S && channel < 4 ){ image.at<Vec3i>(row,col)[channel] = newValue; } col 278 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_32F && channel < 4 ){ image.at<Vec3f>(row,col)[channel] = newValue; } col 279 modules/imgcodecs/src/grfmt_gdal.cpp else if( image.depth() == CV_64F && channel < 4 ){ image.at<Vec3d>(row,col)[channel] = newValue; } col 285 modules/imgcodecs/src/grfmt_gdal.cpp if( image.depth() == CV_8U ){ image.at<Vec4b>(row,col)[channel] = newValue; } col 89 modules/imgcodecs/src/grfmt_gdal.hpp const int& col, col 209 modules/imgproc/src/hough.cpp int row, col; col 258 modules/imgproc/src/hough.cpp for( col = 0; col < w; col++ ) col 259 modules/imgproc/src/hough.cpp fn += _POINT( row, col ) != 0; col 268 modules/imgproc/src/hough.cpp for( col = 0; col < w; col++ ) col 270 modules/imgproc/src/hough.cpp if( _POINT( row, col )) col 280 modules/imgproc/src/hough.cpp x[fi] = col; col 285 modules/imgproc/src/hough.cpp xc = (float) col + 0.5f; col 553 modules/imgproc/src/lsd.cpp angles.col(img_width - 1).setTo(NOTDEF); col 98 modules/imgproc/src/opencl/corner.cl int col = get_local_id(0); col 123 modules/imgproc/src/opencl/corner.cl bool dx_con = dx_startX+col >= 0 && dx_startX+col < dx_whole_cols && dx_startY+i >= 0 && dx_startY+i < dx_whole_rows; col 124 modules/imgproc/src/opencl/corner.cl int indexDx = mad24(dx_startY+i, dx_step>>2, dx_startX+col); col 127 modules/imgproc/src/opencl/corner.cl bool dy_con = dy_startX+col >= 0 && dy_startX+col < dy_whole_cols && dy_startY+i >= 0 && dy_startY+i < dy_whole_rows; col 128 modules/imgproc/src/opencl/corner.cl int indexDy = mad24(dy_startY+i, dy_step>>2, dy_startX+col); col 136 modules/imgproc/src/opencl/corner.cl int clamped_col = min(2*dst_cols, col); col 164 modules/imgproc/src/opencl/corner.cl temp[0][col] = sum01; col 165 modules/imgproc/src/opencl/corner.cl temp[1][col] = sum02; col 168 modules/imgproc/src/opencl/corner.cl temp[2][col] = sum11; col 169 modules/imgproc/src/opencl/corner.cl temp[3][col] = sum12; col 172 modules/imgproc/src/opencl/corner.cl temp[4][col] = sum21; col 173 modules/imgproc/src/opencl/corner.cl temp[5][col] = sum22; col 176 modules/imgproc/src/opencl/corner.cl if (col < (THREADS - (ksX - 1))) col 178 modules/imgproc/src/opencl/corner.cl col += anX; col 179 modules/imgproc/src/opencl/corner.cl int posX = dst_startX - dst_x_off + col - anX; col 187 modules/imgproc/src/opencl/corner.cl temp_sum += temp[k][col+i]; col 194 modules/imgproc/src/opencl/corner.cl int dst_index = mad24(dst_step, dst_startY, (int)sizeof(float) * (dst_startX + col - anX)); col 200 modules/imgproc/src/opencl/corner.cl int dst_index = mad24(dst_step, dst_startY + 1, (int)sizeof(float) * (dst_startX + col - anX)); col 207 modules/imgproc/src/opencl/corner.cl int dst_index = mad24(dst_step, dst_startY, (int)sizeof(float) * (dst_startX + col - anX)); col 215 modules/imgproc/src/opencl/corner.cl int dst_index = mad24(dst_step, dst_startY + 1, (int)sizeof(float) * (dst_startX + col - anX)); col 151 modules/imgproc/src/opencl/filter2D.cl #define UPDATE_COLUMN_SUM(col) \ col 152 modules/imgproc/src/opencl/filter2D.cl __constant WT1 * k = &kernelData[KERNEL_SIZE_Y2_ALIGNED * col]; \ col 159 modules/imgproc/src/opencl/filter2D.cl #define UPDATE_TOTAL_SUM(col) \ col 160 modules/imgproc/src/opencl/filter2D.cl int id = local_id + col - ANCHOR_X; \ col 147 modules/imgproc/src/opencl/pyr_down.cl int col; col 153 modules/imgproc/src/opencl/pyr_down.cl col = EXTRAPOLATE(x, src_cols); col 154 modules/imgproc/src/opencl/pyr_down.cl LOAD_LOCAL(col, 2 + get_local_id(0)) col 165 modules/imgproc/src/opencl/pyr_down.cl col = EXTRAPOLATE(x+i, src_cols); col 166 modules/imgproc/src/opencl/pyr_down.cl LOAD_LOCAL(col, 2 + 4 * get_local_id(0) + i) col 172 modules/imgproc/src/opencl/pyr_down.cl col = EXTRAPOLATE((int)(get_group_id(0)*LOCAL_SIZE + get_local_id(0) - 2), src_cols); col 173 modules/imgproc/src/opencl/pyr_down.cl LOAD_LOCAL(col, get_local_id(0)) col 177 modules/imgproc/src/opencl/pyr_down.cl col = EXTRAPOLATE((int)((get_group_id(0)+1)*LOCAL_SIZE + get_local_id(0) - 2), src_cols); col 178 modules/imgproc/src/opencl/pyr_down.cl LOAD_LOCAL(col, LOCAL_SIZE + get_local_id(0)) col 185 modules/imgproc/src/opencl/pyr_down.cl col = EXTRAPOLATE(x, src_cols); col 186 modules/imgproc/src/opencl/pyr_down.cl LOAD_LOCAL(col, 2 + get_local_id(0)) col 197 modules/imgproc/src/opencl/pyr_down.cl col = EXTRAPOLATE(x+i, src_cols); col 198 modules/imgproc/src/opencl/pyr_down.cl LOAD_LOCAL(col, 2 + 4*get_local_id(0) + i) col 204 modules/imgproc/src/opencl/pyr_down.cl col = EXTRAPOLATE((int)(get_group_id(0)*LOCAL_SIZE + get_local_id(0) - 2), src_cols); col 205 modules/imgproc/src/opencl/pyr_down.cl LOAD_LOCAL(col, get_local_id(0)) col 209 modules/imgproc/src/opencl/pyr_down.cl col = EXTRAPOLATE((int)((get_group_id(0)+1)*LOCAL_SIZE + get_local_id(0) - 2), src_cols); col 210 modules/imgproc/src/opencl/pyr_down.cl LOAD_LOCAL(col, LOCAL_SIZE + get_local_id(0)) col 23 modules/imgproc/test/test_cvtyuv.cpp virtual YUV read(const Mat& yuv, int row, int col) = 0; col 37 modules/imgproc/test/test_cvtyuv.cpp virtual RGB read(const Mat& rgb, int row, int col) = 0; col 48 modules/imgproc/test/test_cvtyuv.cpp virtual void write(Mat& rgb, int row, int col, const RGB& val) = 0; col 59 modules/imgproc/test/test_cvtyuv.cpp virtual void write(Mat& gray, int row, int col, const uchar& val) col 61 modules/imgproc/test/test_cvtyuv.cpp gray.at<uchar>(row, col) = val; col 74 modules/imgproc/test/test_cvtyuv.cpp virtual void write(Mat& yuv, int row, int col, const YUV& val) = 0; col 86 modules/imgproc/test/test_cvtyuv.cpp void write(Mat& rgb, int row, int col, const RGB& val) col 88 modules/imgproc/test/test_cvtyuv.cpp rgb.at<Vec3b>(row, col) = val; col 96 modules/imgproc/test/test_cvtyuv.cpp void write(Mat& rgb, int row, int col, const RGB& val) col 99 modules/imgproc/test/test_cvtyuv.cpp rgb.at<Vec3b>(row, col) = tmp; col 107 modules/imgproc/test/test_cvtyuv.cpp void write(Mat& rgb, int row, int col, const RGB& val) col 110 modules/imgproc/test/test_cvtyuv.cpp rgb.at<Vec4b>(row, col) = tmp; col 118 modules/imgproc/test/test_cvtyuv.cpp void write(Mat& rgb, int row, int col, const RGB& val) col 121 modules/imgproc/test/test_cvtyuv.cpp rgb.at<Vec4b>(row, col) = tmp; col 135 modules/imgproc/test/test_cvtyuv.cpp void write(Mat& yuv, int row, int col, const YUV& val) col 139 modules/imgproc/test/test_cvtyuv.cpp yuv.ptr<uchar>(row)[col] = val[0]; col 140 modules/imgproc/test/test_cvtyuv.cpp if( row % 2 == 0 && col % 2 == 0 ) col 142 modules/imgproc/test/test_cvtyuv.cpp yuv.ptr<uchar>(h + row/4)[col/2 + ((row/2) % 2) * (yuv.cols/2)] = val[2]; col 143 modules/imgproc/test/test_cvtyuv.cpp yuv.ptr<uchar>(h + (row/2 + h/2)/2)[col/2 + ((row/2 + h/2) % 2) * (yuv.cols/2)] = val[1]; col 150 modules/imgproc/test/test_cvtyuv.cpp void write(Mat& yuv, int row, int col, const YUV& val) col 154 modules/imgproc/test/test_cvtyuv.cpp yuv.ptr<uchar>(row)[col] = val[0]; col 155 modules/imgproc/test/test_cvtyuv.cpp if( row % 2 == 0 && col % 2 == 0 ) col 157 modules/imgproc/test/test_cvtyuv.cpp yuv.ptr<uchar>(h + row/4)[col/2 + ((row/2) % 2) * (yuv.cols/2)] = val[1]; col 158 modules/imgproc/test/test_cvtyuv.cpp yuv.ptr<uchar>(h + (row/2 + h/2)/2)[col/2 + ((row/2 + h/2) % 2) * (yuv.cols/2)] = val[2]; col 178 modules/imgproc/test/test_cvtyuv.cpp YUV read(const Mat& yuv, int row, int col) col 180 modules/imgproc/test/test_cvtyuv.cpp uchar y = yuv.ptr<uchar>(row)[col]; col 181 modules/imgproc/test/test_cvtyuv.cpp uchar u = yuv.ptr<uchar>(yuv.rows * 2 / 3 + row/2)[(col/2)*2 + 1]; col 182 modules/imgproc/test/test_cvtyuv.cpp uchar v = yuv.ptr<uchar>(yuv.rows * 2 / 3 + row/2)[(col/2)*2]; col 191 modules/imgproc/test/test_cvtyuv.cpp YUV read(const Mat& yuv, int row, int col) col 193 modules/imgproc/test/test_cvtyuv.cpp uchar y = yuv.ptr<uchar>(row)[col]; col 194 modules/imgproc/test/test_cvtyuv.cpp uchar u = yuv.ptr<uchar>(yuv.rows * 2 / 3 + row/2)[(col/2)*2]; col 195 modules/imgproc/test/test_cvtyuv.cpp uchar v = yuv.ptr<uchar>(yuv.rows * 2 / 3 + row/2)[(col/2)*2 + 1]; col 203 modules/imgproc/test/test_cvtyuv.cpp YUV read(const Mat& yuv, int row, int col) col 206 modules/imgproc/test/test_cvtyuv.cpp uchar y = yuv.ptr<uchar>(row)[col]; col 207 modules/imgproc/test/test_cvtyuv.cpp uchar u = yuv.ptr<uchar>(h + (row/2 + h/2)/2)[col/2 + ((row/2 + h/2) % 2) * (yuv.cols/2)]; col 208 modules/imgproc/test/test_cvtyuv.cpp uchar v = yuv.ptr<uchar>(h + row/4)[col/2 + ((row/2) % 2) * (yuv.cols/2)]; col 216 modules/imgproc/test/test_cvtyuv.cpp YUV read(const Mat& yuv, int row, int col) col 219 modules/imgproc/test/test_cvtyuv.cpp uchar y = yuv.ptr<uchar>(row)[col]; col 220 modules/imgproc/test/test_cvtyuv.cpp uchar u = yuv.ptr<uchar>(h + row/4)[col/2 + ((row/2) % 2) * (yuv.cols/2)]; col 221 modules/imgproc/test/test_cvtyuv.cpp uchar v = yuv.ptr<uchar>(h + (row/2 + h/2)/2)[col/2 + ((row/2 + h/2) % 2) * (yuv.cols/2)]; col 229 modules/imgproc/test/test_cvtyuv.cpp YUV read(const Mat& yuv, int row, int col) col 231 modules/imgproc/test/test_cvtyuv.cpp uchar y = yuv.ptr<Vec2b>(row)[col][1]; col 232 modules/imgproc/test/test_cvtyuv.cpp uchar u = yuv.ptr<Vec2b>(row)[(col/2)*2][0]; col 233 modules/imgproc/test/test_cvtyuv.cpp uchar v = yuv.ptr<Vec2b>(row)[(col/2)*2 + 1][0]; col 241 modules/imgproc/test/test_cvtyuv.cpp YUV read(const Mat& yuv, int row, int col) col 243 modules/imgproc/test/test_cvtyuv.cpp uchar y = yuv.ptr<Vec2b>(row)[col][0]; col 244 modules/imgproc/test/test_cvtyuv.cpp uchar u = yuv.ptr<Vec2b>(row)[(col/2)*2][1]; col 245 modules/imgproc/test/test_cvtyuv.cpp uchar v = yuv.ptr<Vec2b>(row)[(col/2)*2 + 1][1]; col 253 modules/imgproc/test/test_cvtyuv.cpp YUV read(const Mat& yuv, int row, int col) col 255 modules/imgproc/test/test_cvtyuv.cpp uchar y = yuv.ptr<Vec2b>(row)[col][0]; col 256 modules/imgproc/test/test_cvtyuv.cpp uchar u = yuv.ptr<Vec2b>(row)[(col/2)*2 + 1][1]; col 257 modules/imgproc/test/test_cvtyuv.cpp uchar v = yuv.ptr<Vec2b>(row)[(col/2)*2][1]; col 265 modules/imgproc/test/test_cvtyuv.cpp YUV read(const Mat& yuv, int row, int col) col 267 modules/imgproc/test/test_cvtyuv.cpp return yuv.at<YUV>(row, col); col 278 modules/imgproc/test/test_cvtyuv.cpp RGB read(const Mat& rgb, int row, int col) col 280 modules/imgproc/test/test_cvtyuv.cpp return rgb.at<RGB>(row, col); col 288 modules/imgproc/test/test_cvtyuv.cpp RGB read(const Mat& rgb, int row, int col) col 290 modules/imgproc/test/test_cvtyuv.cpp RGB tmp = rgb.at<RGB>(row, col); col 299 modules/imgproc/test/test_cvtyuv.cpp RGB read(const Mat& rgb, int row, int col) col 301 modules/imgproc/test/test_cvtyuv.cpp Vec4b rgba = rgb.at<Vec4b>(row, col); col 310 modules/imgproc/test/test_cvtyuv.cpp RGB read(const Mat& rgb, int row, int col) col 312 modules/imgproc/test/test_cvtyuv.cpp Vec4b rgba = rgb.at<Vec4b>(row, col); col 525 modules/imgproc/test/test_cvtyuv.cpp for(int col = 0; col < rgb.cols; ++col) col 526 modules/imgproc/test/test_cvtyuv.cpp rgbWriter->write(rgb, row, col, cvt.convert(yuvReader->read(yuv, row, col))); col 535 modules/imgproc/test/test_cvtyuv.cpp for(int col = 0; col < rgb.cols; ++col) col 536 modules/imgproc/test/test_cvtyuv.cpp grayWriter->write(rgb, row, col, cvt.convert(yuvReader->read(yuv, row, col))); col 545 modules/imgproc/test/test_cvtyuv.cpp for(int col = 0; col < rgb.cols; ++col) col 546 modules/imgproc/test/test_cvtyuv.cpp yuvWriter->write(yuv, row, col, cvt.convert(rgbReader->read(rgb, row, col))); col 899 modules/imgproc/test/test_filter.cpp int col; col 902 modules/imgproc/test/test_filter.cpp median_pair( int _col, int _val ) : col(_col), val(_val) { } col 966 modules/imgproc/test/test_filter.cpp if( buf0[k].col == del_col ) col 549 modules/imgproc/test/test_imgwarp.cpp Mat b = srcAb.col(2); col 551 modules/imgproc/test/test_imgwarp.cpp Mat invAb = dstAb.col(2); col 415 modules/java/generator/src/cpp/Mat.cpp Mat _retval_ = me->col( x ); col 1759 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jdoubleArray vals); col 1762 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jdoubleArray vals) col 1769 modules/java/generator/src/cpp/Mat.cpp if(me->rows<=row || me->cols<=col) return 0; // indexes out of range col 1771 modules/java/generator/src/cpp/Mat.cpp int rest = ((me->rows - row) * me->cols - col) * me->channels(); col 1777 modules/java/generator/src/cpp/Mat.cpp for(c=col; c<me->cols && count>0; c++) col 1818 modules/java/generator/src/cpp/Mat.cpp template<typename T> static int mat_put(cv::Mat* m, int row, int col, int count, char* buff) col 1824 modules/java/generator/src/cpp/Mat.cpp int rest = ((m->rows - row) * m->cols - col) * (int)m->elemSize(); col 1830 modules/java/generator/src/cpp/Mat.cpp memcpy(m->ptr(row, col), buff, count); col 1833 modules/java/generator/src/cpp/Mat.cpp int num = (m->cols - col) * (int)m->elemSize(); // 1st partial row col 1835 modules/java/generator/src/cpp/Mat.cpp uchar* data = m->ptr(row++, col); col 1852 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jbyteArray vals); col 1855 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jbyteArray vals) col 1863 modules/java/generator/src/cpp/Mat.cpp if(me->rows<=row || me->cols<=col) return 0; // indexes out of range col 1866 modules/java/generator/src/cpp/Mat.cpp int res = mat_put<char>(me, row, col, count, values); col 1879 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jshortArray vals); col 1882 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jshortArray vals) col 1890 modules/java/generator/src/cpp/Mat.cpp if(me->rows<=row || me->cols<=col) return 0; // indexes out of range col 1893 modules/java/generator/src/cpp/Mat.cpp int res = mat_put<short>(me, row, col, count, values); col 1906 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jintArray vals); col 1909 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jintArray vals) col 1917 modules/java/generator/src/cpp/Mat.cpp if(me->rows<=row || me->cols<=col) return 0; // indexes out of range col 1920 modules/java/generator/src/cpp/Mat.cpp int res = mat_put<int>(me, row, col, count, values); col 1933 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jfloatArray vals); col 1936 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jfloatArray vals) col 1944 modules/java/generator/src/cpp/Mat.cpp if(me->rows<=row || me->cols<=col) return 0; // indexes out of range col 1947 modules/java/generator/src/cpp/Mat.cpp int res = mat_put<float>(me, row, col, count, values); col 1962 modules/java/generator/src/cpp/Mat.cpp template<typename T> int mat_get(cv::Mat* m, int row, int col, int count, char* buff) col 1968 modules/java/generator/src/cpp/Mat.cpp int bytesRestInMat = ((m->rows - row) * m->cols - col) * (int)m->elemSize(); col 1974 modules/java/generator/src/cpp/Mat.cpp memcpy(buff, m->ptr(row, col), bytesToCopy); col 1977 modules/java/generator/src/cpp/Mat.cpp int bytesInRow = (m->cols - col) * (int)m->elemSize(); // 1st partial row col 1981 modules/java/generator/src/cpp/Mat.cpp memcpy(buff, m->ptr(row, col), len); col 1985 modules/java/generator/src/cpp/Mat.cpp col = 0; col 1995 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jbyteArray vals); col 1998 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jbyteArray vals) col 2006 modules/java/generator/src/cpp/Mat.cpp if(me->rows<=row || me->cols<=col) return 0; // indexes out of range col 2009 modules/java/generator/src/cpp/Mat.cpp int res = mat_get<char>(me, row, col, count, values); col 2022 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jshortArray vals); col 2025 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jshortArray vals) col 2033 modules/java/generator/src/cpp/Mat.cpp if(me->rows<=row || me->cols<=col) return 0; // indexes out of range col 2036 modules/java/generator/src/cpp/Mat.cpp int res = mat_get<short>(me, row, col, count, values); col 2049 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jintArray vals); col 2052 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jintArray vals) col 2060 modules/java/generator/src/cpp/Mat.cpp if(me->rows<=row || me->cols<=col) return 0; // indexes out of range col 2063 modules/java/generator/src/cpp/Mat.cpp int res = mat_get<int>(me, row, col, count, values); col 2076 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jfloatArray vals); col 2079 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jfloatArray vals) col 2087 modules/java/generator/src/cpp/Mat.cpp if(me->rows<=row || me->cols<=col) return 0; // indexes out of range col 2090 modules/java/generator/src/cpp/Mat.cpp int res = mat_get<float>(me, row, col, count, values); col 2103 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jdoubleArray vals); col 2106 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col, jint count, jdoubleArray vals) col 2114 modules/java/generator/src/cpp/Mat.cpp if(me->rows<=row || me->cols<=col) return 0; // indexes out of range col 2117 modules/java/generator/src/cpp/Mat.cpp int res = mat_get<double>(me, row, col, count, values); col 2130 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col); col 2133 modules/java/generator/src/cpp/Mat.cpp (JNIEnv* env, jclass, jlong self, jint row, jint col) col 2140 modules/java/generator/src/cpp/Mat.cpp if(me->rows<=row || me->cols<=col) return 0; // indexes out of range col 2147 modules/java/generator/src/cpp/Mat.cpp case CV_8U: for(i=0; i<me->channels(); i++) buff[i] = *((unsigned char*) me->ptr(row, col) + i); break; col 2148 modules/java/generator/src/cpp/Mat.cpp case CV_8S: for(i=0; i<me->channels(); i++) buff[i] = *((signed char*) me->ptr(row, col) + i); break; col 2149 modules/java/generator/src/cpp/Mat.cpp case CV_16U: for(i=0; i<me->channels(); i++) buff[i] = *((unsigned short*)me->ptr(row, col) + i); break; col 2150 modules/java/generator/src/cpp/Mat.cpp case CV_16S: for(i=0; i<me->channels(); i++) buff[i] = *((signed short*) me->ptr(row, col) + i); break; col 2151 modules/java/generator/src/cpp/Mat.cpp case CV_32S: for(i=0; i<me->channels(); i++) buff[i] = *((int*) me->ptr(row, col) + i); break; col 2152 modules/java/generator/src/cpp/Mat.cpp case CV_32F: for(i=0; i<me->channels(); i++) buff[i] = *((float*) me->ptr(row, col) + i); break; col 2153 modules/java/generator/src/cpp/Mat.cpp case CV_64F: for(i=0; i<me->channels(); i++) buff[i] = *((double*) me->ptr(row, col) + i); break; col 343 modules/ml/src/data.cpp Mat values_i = layout == ROW_SAMPLE ? samples.col(i) : samples.row(i); col 92 modules/ml/src/inner_functions.cpp Mat sample = layout == ROW_SAMPLE ? samples.row(si) : samples.col(si); col 160 modules/ml/src/lr.cpp vconcat(Mat(_data_i.rows, 1, _data_i.type(), Scalar::all(1.0)), data_t.col(0)); col 164 modules/ml/src/lr.cpp vconcat(_data_i.col(i-1), data_t.col(i)); col 247 modules/ml/src/lr.cpp vconcat(Mat(data.rows, 1, data.type(), Scalar::all(1.0)), data_t.col(i)); col 250 modules/ml/src/lr.cpp vconcat(data.col(i-1), data_t.col(i)); col 282 modules/ml/src/lr.cpp vconcat(temp_pred, pred_m.col(i)); col 410 modules/objdetect/src/haar.cpp #define sum_elem_ptr(sum,row,col) \ col 411 modules/objdetect/src/haar.cpp ((sumtype*)CV_MAT_ELEM_PTR_FAST((sum),(row),(col),sizeof(sumtype))) col 413 modules/objdetect/src/haar.cpp #define sqsum_elem_ptr(sqsum,row,col) \ col 414 modules/objdetect/src/haar.cpp ((sqsumtype*)CV_MAT_ELEM_PTR_FAST((sqsum),(row),(col),sizeof(sqsumtype))) col 53 modules/photo/src/inpaint.cpp #define CV_MAT_ELEM_PTR_FAST( mat, row, col, pix_size ) \ col 54 modules/photo/src/inpaint.cpp ((mat).data.ptr + (size_t)(mat).step*(row) + (pix_size)*(col)) col 492 modules/photo/src/tonemap.cpp src.col(0).copyTo(dst.col(0)); col 283 modules/shape/src/hist_cost.cpp sig1.col(0)=scd1.row(i).t(); col 284 modules/shape/src/hist_cost.cpp sig2.col(0)=scd2.row(j).t(); col 520 modules/shape/src/hist_cost.cpp sig1.col(0)=scd1.row(i).t(); col 521 modules/shape/src/hist_cost.cpp sig2.col(0)=scd2.row(j).t(); col 748 modules/shape/src/sc_dis.cpp minMaxIdx(trueCostMatrix.col(ncol), &minval); col 156 modules/shape/src/tps_trans.cpp for (int col = 0; col < theinput.cols; col++) col 158 modules/shape/src/tps_trans.cpp Point2f pt = _applyTransformation(shapeReference, Point2f(float(col), float(row)), tpsParameters); col 159 modules/shape/src/tps_trans.cpp mapX.at<float>(row, col) = pt.x; col 160 modules/shape/src/tps_trans.cpp mapY.at<float>(row, col) = pt.y; col 166 modules/shape/test/test_shape.cpp for (int col=divi-NSN; col<divi; col++) col 171 modules/shape/test/test_shape.cpp if (distanceMat.at<float>(row,col) > distanceMat.at<float>(row,i)) col 414 modules/stitching/src/motion_estimators.cpp calcDeriv(err1_, err2_, 2 * step, jac.col(i * 7)); col 424 modules/stitching/src/motion_estimators.cpp calcDeriv(err1_, err2_, 2 * step, jac.col(i * 7 + 1)); col 434 modules/stitching/src/motion_estimators.cpp calcDeriv(err1_, err2_, 2 * step, jac.col(i * 7 + 2)); col 444 modules/stitching/src/motion_estimators.cpp calcDeriv(err1_, err2_, 2 * step, jac.col(i * 7 + 3)); col 454 modules/stitching/src/motion_estimators.cpp calcDeriv(err1_, err2_, 2 * step, jac.col(i * 7 + j)); col 595 modules/stitching/src/motion_estimators.cpp calcDeriv(err1_, err2_, 2 * step, jac.col(i * 4 + j)); col 619 modules/stitching/src/motion_estimators.cpp Mat col = rmats[i].col(0); col 620 modules/stitching/src/motion_estimators.cpp moment += col * col.t(); col 635 modules/stitching/src/motion_estimators.cpp img_k += rmats[i].col(2); col 652 modules/stitching/src/motion_estimators.cpp conf += rg0.dot(rmats[i].col(0)); col 662 modules/stitching/src/motion_estimators.cpp conf -= rg1.dot(rmats[i].col(0)); col 610 modules/video/src/bgfg_KNN.cpp for(int col=0; col<meanBackground.cols; col++) col 617 modules/video/src/bgfg_KNN.cpp meanBackground.at<Vec3b>(row, col) = Vec3b(mean_m); col 876 modules/video/src/bgfg_gaussmix2.cpp for(int col=0; col<meanBackground.cols; col++) col 878 modules/video/src/bgfg_gaussmix2.cpp int nmodes = bgmodelUsedModes.at<uchar>(row, col); col 897 modules/video/src/bgfg_gaussmix2.cpp meanBackground.at<uchar>(row, col) = (uchar)(meanVal[0] * invWeight); col 902 modules/video/src/bgfg_gaussmix2.cpp meanBackground.at<Vec3b>(row, col) = Vec3b(meanVec * invWeight); col 3210 modules/videoio/src/cap_msmf.hpp HRESULT ForEach(ComPtrList<T> &col, TFunc fn) col 3212 modules/videoio/src/cap_msmf.hpp ComPtrList<T>::POSITION pos = col.FrontPosition(); col 3213 modules/videoio/src/cap_msmf.hpp ComPtrList<T>::POSITION endPos = col.EndPosition(); col 3216 modules/videoio/src/cap_msmf.hpp for (; pos != endPos; pos = col.Next(pos)) col 3220 modules/videoio/src/cap_msmf.hpp hr = col.GetItemPos(pos, &spStream); col 2039 modules/videoio/src/cap_v4l.cpp int row, col; col 2053 modules/videoio/src/cap_v4l.cpp col = 0; col 2069 modules/videoio/src/cap_v4l.cpp col += 2; col 2072 modules/videoio/src/cap_v4l.cpp while (col < width) { col 2084 modules/videoio/src/cap_v4l.cpp if (col < 2) { col 2100 modules/videoio/src/cap_v4l.cpp col++; col 165 modules/videostab/include/opencv2/videostab/global_motion.hpp void set(int row, int col, double coef) col 168 modules/videostab/include/opencv2/videostab/global_motion.hpp cols_.push_back(col); col 157 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp void set(int row, int col, double coef) col 160 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp cols_.push_back(col); col 125 samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Processor.java int col = (int) Math.floor(x * GRID_SIZE / cols); col 127 samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Processor.java if (row < 0 || row >= GRID_SIZE || col < 0 || col >= GRID_SIZE) { col 132 samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Processor.java int idx = row * GRID_SIZE + col; col 136 samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Processor.java if (idxtoswap < 0 && col > 0) col 140 samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Processor.java if (idxtoswap < 0 && col < GRID_SIZE - 1) col 172 samples/cpp/intelperc_capture.cpp for (int col = 0; col < min(pointSize, image.cols - x); col++, ptrDst+=3) col 192 samples/cpp/intelperc_capture.cpp for (int col = 0; col < ir.cols; col++, ptrSrc++) col 205 samples/cpp/intelperc_capture.cpp for (int col = 0; col < min(pointSize, image.cols - g_closedDepthPoint[1]); col++, ptrDst+=3) col 218 samples/cpp/intelperc_capture.cpp for (int col = 0; col < ir.cols; col++, ptrSrc++, ptrDst++) col 240 samples/cpp/intelperc_capture.cpp for (int col = 0; col < depth.cols; col++, ptrSrc++) col 262 samples/cpp/intelperc_capture.cpp for (int col = 0; col < min(pointSize, image.cols - g_closedDepthPoint[1]); col++, ptrDst+=3) col 275 samples/cpp/intelperc_capture.cpp for (int col = 0; col < depth.cols; col++, ptrSrc++, ptrDst++) col 119 samples/cpp/select3dobj.cpp R1.col(2) = R1.col(2)*Z + tvec; col 246 samples/cpp/smiledetect.cpp CvScalar col = CV_RGB((float)255 * intensityZeroOne, 0, 0); col 247 samples/cpp/smiledetect.cpp rectangle(img, cvPoint(0, img.rows), cvPoint(img.cols/10, img.rows - rect_height), col, -1); col 86 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp Result.col(0).setTo(Scalar(0)); col 87 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp Result.col(Result.cols-1).setTo(Scalar(0)); col 47 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp Mat col = Mat::ones(3, 1, CV_64F); col 48 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp col.at<double>(0) = matched1[i].pt.x; col 49 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp col.at<double>(1) = matched1[i].pt.y; col 51 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp col = homography * col; col 52 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp col /= col.at<double>(2); col 53 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp double dist = sqrt( pow(col.at<double>(0) - matched2[i].pt.x, 2) + col 54 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp pow(col.at<double>(1) - matched2[i].pt.y, 2)); col 65 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp Mat col = Mat::ones(3, 1, CV_64F); col 66 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp col.at<double>(0) = matched1[i].pt.x; col 67 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp col.at<double>(1) = matched1[i].pt.y; col 69 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp col = homography * col; col 70 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp col /= col.at<double>(2); col 71 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp double dist = sqrt(pow(col.at<double>(0) - matched2[i].pt.x, 2) + col 72 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp pow(col.at<double>(1) - matched2[i].pt.y, 2)); col 74 samples/cpp/tvl1_optical_flow.cpp float col = (1 - f) * col0 + f * col1; col 77 samples/cpp/tvl1_optical_flow.cpp col = 1 - rad * (1 - col); // increase saturation with radius col 79 samples/cpp/tvl1_optical_flow.cpp col *= .75; // out of range col 81 samples/cpp/tvl1_optical_flow.cpp pix[2 - b] = static_cast<uchar>(255.f * col); col 76 samples/gpu/optical_flow.cpp float col = (1 - f) * col0 + f * col1; col 79 samples/gpu/optical_flow.cpp col = 1 - rad * (1 - col); // increase saturation with radius col 81 samples/gpu/optical_flow.cpp col *= .75; // out of range col 83 samples/gpu/optical_flow.cpp pix[2 - b] = static_cast<uchar>(255.0 * col); col 16 samples/java/ant/src/SimpleSample.java Mat mc5 = m.col(5);