Searched refs:pixelValue (Results 1 – 2 of 2) sorted by relevance
154 … unsigned char pixelValue = srcPixelArrayA->item(srcY * stride + srcX * 4 + channel); in applySoftware() local155 dstPixelArray->set(dstIndex + channel, pixelValue); in applySoftware()
578 uchar pixelValue = (uchar)255; // will switch to 0 if match found in icvBackgroundTest() local589 pixelValue = 0; in icvBackgroundTest()594 bg_model->foreground->imageData[ bg_model->foreground->widthStep*i + j] = pixelValue; in icvBackgroundTest()