HomeSort by relevance Sort by last modified time
    Searched refs:CV_CAST_8U (Results 1 - 21 of 21) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 288 dst[x*ncmpts] = CV_CAST_8U(pix);
294 dst[x*ncmpts] = CV_CAST_8U(pix);
301 dst[x*ncmpts] = dst[(x+1)*ncmpts] = CV_CAST_8U(pix);
307 pix = CV_CAST_8U(pix);
grfmt_exr.cpp 360 out[x] = CV_CAST_8U(t);
369 out[x] = CV_CAST_8U(t);
501 ((uchar *)data)[y * step + x * 3] = CV_CAST_8U(t);
503 ((uchar *)data)[y * step + x * 3 + 1] = CV_CAST_8U(t);
505 ((uchar *)data)[y * step + x * 3 + 2] = CV_CAST_8U(t);
  /external/opencv/cxcore/src/
cxconvert.cpp     [all...]
cxrand.cpp 395 ICV_IMPL_RAND_BITS( 8u, uchar, CV_CAST_8U )
400 ICV_IMPL_RAND( 8u, uchar, int, cvFloor, CV_CAST_8U )
406 ICV_IMPL_RANDN( 8u, uchar, int, cvRound, CV_CAST_8U )
cxarithm.cpp 231 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_8u_C1R, uchar, int, CV_CAST_8U ) \
    [all...]
cxmatmul.cpp     [all...]
cxcmp.cpp     [all...]
cxmathfuncs.cpp     [all...]
cxarray.cpp     [all...]
cxpersistence.cpp     [all...]
cxdrawing.cpp     [all...]
  /external/opencv/cv/src/
cvcolor.cpp     [all...]
cvthresh.cpp 395 imaxval = CV_CAST_8U(imaxval);
447 ithresh = CV_CAST_8U(ithresh);
cvinpaint.cpp 387 CV_MAT_3COLOR_ELEM(*out,uchar,i-1,j-1,color) = CV_CAST_8U(isat);
500 CV_MAT_ELEM(*out,uchar,i-1,j-1) = CV_CAST_8U(isat);
599 CV_MAT_3COLOR_ELEM(*out,uchar,i-1,j-1,color) = CV_CAST_8U(out_val);
690 CV_MAT_ELEM(*out,uchar,i-1,j-1) = CV_CAST_8U(out_val);
    [all...]
cvhistogram.cpp     [all...]
cvfloodfill.cpp     [all...]
cvdistransform.cpp 642 lut[x] = CV_CAST_8U(x+1);
cvfilter.cpp     [all...]
cvimgwarp.cpp     [all...]
  /external/opencv/cvaux/src/
cvmat.cpp 86 ((uchar*)ptr)[coi] = CV_CAST_8U(i);
117 ((uchar*)ptr)[coi] = CV_CAST_8U(i);
146 ((uchar*)ptr)[0] = CV_CAST_8U(i);
189 ((uchar*)ptr)[0] = CV_CAST_8U(i);
  /external/opencv/cxcore/include/
cxmisc.h 192 #define CV_CAST_8U(t) (uchar)(!((t) & ~255) ? (t) : (t) > 0 ? 255 : 0)
    [all...]

Completed in 345 milliseconds