Home | History | Annotate | Download | only in include

Lines Matching refs:CV_CAST_16U

194 #define  CV_CAST_16U(t) (ushort)(!((t) & ~65535) ? (t) : (t) > 0 ? 65535 : 0)