Home | History | Annotate | Download | only in test

Lines Matching refs:pix

2316                 cv::Vec3b pix = src(y, x);
2328 dst(y, x) = pix[2];
2334 dst(y, x) = pix[1];
2343 dst(y, x) = pix[1];
2349 dst(y, x) = pix[0];