Lines Matching refs:uchar
254 convert_(src, (uchar*)dst, total, alpha, beta);
306 const uchar* sptr = planes[0].ptr();
307 uchar* dptr = planes[1].ptr();
312 convertTo((const uchar*)sptr, dptr, dtype, total, alpha, beta);
366 const uchar* sptr = planes[0].ptr();
367 uchar* dptr = planes[1].ptr();
368 const uchar* mptr = planes[2].ptr();
384 const uchar* gptr = (const uchar*)&buf[0];
401 uchar* dptr = plane.ptr();
427 uchar* dptr = planes[0].ptr();
428 const uchar* mptr = planes[1].ptr();
453 const uchar* sptr = planes[0].ptr();
454 uchar* dptr = planes[1].ptr() + coi*size0;
478 const uchar* sptr = planes[0].ptr() + coi*size1;
479 uchar* dptr = planes[1].ptr();
498 const uchar* sptr = src.ptr(0) + i*esz;
499 uchar* dptr = dst.ptr(i);
566 randUniInt_(rng, plane.ptr<uchar>(), total, cn, scale, delta);
663 if( kernel.at<uchar>(i, j) != 0 )
671 erode_<uchar>(src, dst, ofs);
720 if( kernel.at<uchar>(i, j) != 0 )
728 dilate_<uchar>(src, dst, ofs);
805 filter2D_<uchar>(src, _dst, ofs, coeff);
877 vector<uchar> valvec((src.cols + left + right)*esz);
878 uchar* val = &valvec[0];
885 const uchar* sptr = src.ptr(i);
886 uchar* dptr = dst.ptr(i + top) + left;
898 uchar* dptr = dst.ptr(i);
905 uchar* dptr = dst.ptr(i + top + src.rows);
932 const uchar* sptr = src.ptr(i);
933 uchar* dptr = dst.ptr(i + top);
949 const uchar* sptr = dst.ptr(j + top);
950 uchar* dptr = dst.ptr(i);
959 const uchar* sptr = dst.ptr(j + top);
960 uchar* dptr = dst.ptr(i + top + src.rows);
973 const uchar* mask)
1058 const uchar* sptr = planes[0].ptr();
1059 const uchar* mptr = planes[1].ptr();
1064 minMaxLoc_((const uchar*)sptr, total, startidx,
1111 normHamming(const uchar* src, size_t total, int cellSize)
1128 norm_(const _Tp* src, size_t total, int cn, int normType, double startval, const uchar* mask)
1185 norm_(const _Tp* src1, const _Tp* src2, size_t total, int cn, int normType, double startval, const uchar* mask)
1285 const uchar* sptr = planes[0].ptr();
1286 const uchar* mptr = planes[1].ptr();
1291 result = norm_((const uchar*)sptr, total, cn, normType, result, mptr);
1366 const uchar* sptr1 = planes[0].ptr();
1367 const uchar* sptr2 = planes[1].ptr();
1368 const uchar* mptr = planes[2].ptr();
1373 result = norm_((const uchar*)sptr1, (const uchar*)sptr2, total, cn, normType, result, mptr);
1432 const uchar* sptr1 = planes[0].ptr();
1433 const uchar* sptr2 = planes[1].ptr();
1438 result += crossCorr_((const uchar*)sptr1, (const uchar*)sptr2, total);
1467 logicOp_(const uchar* src1, const uchar* src2, uchar* dst, size_t total, char c)
1482 logicOpS_(const uchar* src, const uchar* scalar, uchar* dst, size_t total, char c)
1529 const uchar* sptr1 = planes[0].ptr();
1530 const uchar* sptr2 = planes[1].ptr();
1531 uchar* dptr = planes[2].ptr();
1553 const uchar* sptr = planes[0].ptr();
1554 uchar* dptr = planes[1].ptr();
1556 logicOpS_(sptr, (uchar*)&buf[0], dptr, total, op);
1562 compare_(const _Tp* src1, const _Tp* src2, uchar* dst, size_t total, int cmpop)
1598 compareS_(const _Tp* src1, _WTp value, uchar* dst, size_t total, int cmpop)
1647 const uchar* sptr1 = planes[0].ptr();
1648 const uchar* sptr2 = planes[1].ptr();
1649 uchar* dptr = planes[2].ptr();
1654 compare_((const uchar*)sptr1, (const uchar*)sptr2, dptr, total, cmpop);
1695 const uchar* sptr = planes[0].ptr();
1696 uchar* dptr = planes[1].ptr();
1701 compareS_((const uchar*)sptr, ivalue, dptr, total, cmpop);
1826 const uchar* sptr1 = planes[0].ptr();
1827 const uchar* sptr2 = planes[1].ptr();
1833 realmaxdiff = cmpUlpsInt_((const uchar*)sptr1, (const uchar*)sptr2, total, imaxDiff, startidx, idx);
1917 const uchar* aptr = plane.ptr();
1922 checkInt_((const uchar*)aptr, total, imin, imax, startidx, idx);
1993 const uchar* sptr1 = planes[0].ptr();
1994 const uchar* sptr2 = planes[1].ptr();
1999 realmaxdiff = cmpUlpsInt_((const uchar*)sptr1, (const uchar*)sptr2, total, ilevel, startidx, idx);
2335 const uchar* sptr = planes[0].ptr();
2336 uchar* dptr = planes[1].ptr();
2341 transform_((const uchar*)sptr, (uchar*)dptr, total, scn, dcn, mat);
2391 const uchar* sptr1 = planes[0].ptr();
2392 const uchar* sptr2 = planes[1].ptr();
2393 uchar* dptr = planes[2].ptr();
2398 minmax_((const uchar*)sptr1, (const uchar*)sptr2, (uchar*)dptr, total, op);
2460 const uchar* sptr1 = planes[0].ptr();
2461 uchar* dptr = planes[1].ptr();
2466 minmax_((const uchar*)sptr1, saturate_cast<uchar>(ival), (uchar*)dptr, total, op);
2531 const uchar* sptr1 = planes[0].ptr();
2532 const uchar* sptr2 = planes[1].ptr();
2533 uchar* dptr = planes[2].ptr();
2538 muldiv_((const uchar*)sptr1, (const uchar*)sptr2, (uchar*)dptr, total, scale, op);
2577 mean_(const _Tp* src, const uchar* mask, size_t total, int cn, Scalar& sum, int& nz)
2617 const uchar* sptr = planes[0].ptr();
2618 const uchar* mptr = planes[1].ptr();
2623 mean_((const uchar*)sptr, mptr, total, cn, sum, nz);
2857 writeElems<uchar, int>(out, data, nelems, starpos);