Home | History | Annotate | Download | only in src

Lines Matching refs:uchar

59 typedef uchar PixType;
315 static const uchar LSBTab[] =
982 size_t bufSize = npixels*(int)(sizeof(Point2s) + sizeof(int) + sizeof(uchar));
986 uchar* buf = _buf.ptr();
992 uchar* rtype = (uchar*)buf;
1118 filterSpecklesImpl<uchar>(img, newVal, maxSpeckleSize, maxDiff, _buf);