Lines Matching refs:CV_8S
91 double val = depth == CV_8U ? 0 : depth == CV_8S ? SCHAR_MIN : depth == CV_16U ? 0 : in getMinVal()
101 …double val = depth == CV_8U ? UCHAR_MAX : depth == CV_8S ? SCHAR_MAX : depth == CV_16U ? USHRT_MAX… in getMaxVal()
256 case CV_8S: in convertTo()
314 case CV_8S: in convert()
568 case CV_8S: in randUni()
673 case CV_8S: in erode()
730 case CV_8S: in dilate()
807 case CV_8S: in filter2D()
1067 case CV_8S: in minMaxLoc()
1293 case CV_8S: in norm()
1375 case CV_8S: in norm()
1440 case CV_8S: in crossCorr()
1656 case CV_8S: in compare()
1703 case CV_8S: in compare()
1835 case CV_8S: in cmpUlps()
1924 case CV_8S: in check()
2001 case CV_8S: in cmpEps()
2343 case CV_8S: in transform()
2400 case CV_8S: in minmax()
2468 case CV_8S: in minmax()
2540 case CV_8S: in muldiv()
2625 case CV_8S: in mean()
2858 else if(depth == CV_8S) in writeElems()