Home | History | Annotate | Download | only in src

Lines Matching defs:ltype

5567     int stype = _src.type(), ltype = _lowerb.type(), utype = _upperb.type();
5568 int sdepth = CV_MAT_DEPTH(stype), ldepth = CV_MAT_DEPTH(ltype), udepth = CV_MAT_DEPTH(utype);
5573 ssize != lsize || stype != ltype )