Home | History | Annotate | Download | only in src

Lines Matching refs:uchar

163     const uchar* img = src.ptr();
195 const uchar* ptr = img + j*3;
242 const uchar* ptr;
353 //uchar* submask = 0;
397 //CV_CALL( submask = (uchar*)cvAlloc( (sp+2)*(sp+2) ));
404 const uchar* sptr = src.ptr();
406 uchar* mask = 0;
408 uchar* dptr;
459 const uchar* ptr;
540 dptr[0] = (uchar)c0;
541 dptr[1] = (uchar)c1;
542 dptr[2] = (uchar)c2;