Home | History | Annotate | Download | only in include

Lines Matching refs:CV_CAST_8U

192 #define  CV_CAST_8U(t)  (uchar)(!((t) & ~255) ? (t) : (t) > 0 ? 255 : 0)