Lines Matching refs:uchar
274 virtual void setShadowValue(int value) { nShadowDetection = (uchar)value; }
309 nShadowDetection = saturate_cast<uchar>((int)fn["shadowValue"]);
526 uchar* _modesUsed,
531 uchar _shadowVal)
570 uchar* modesUsed = modesUsed0 + ncols*y;
571 uchar* mask = dst->ptr(y);
728 modesUsed[x] = uchar(nmodes);
740 uchar* modesUsed0;
747 uchar shadowVal;
878 int nmodes = bgmodelUsedModes.at<uchar>(row, col);
897 meanBackground.at<uchar>(row, col) = (uchar)(meanVal[0] * invWeight);