Home | History | Annotate | Download | only in src

Lines Matching defs:stype

1314     int stype = src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype);
1370 if (stype == CV_8UC1)
1372 else if (stype == CV_8UC3)
1374 else if (stype == CV_8UC4)
1378 //else if (stype == CV_16UC1)
1380 else if (stype == CV_16UC3)
1382 else if (stype == CV_16UC4)
1386 //else if (stype == CV_16SC1)
1388 else if (stype == CV_16SC3)
1390 else if (stype == CV_16SC4)
1393 else if (stype == CV_32FC1)
1395 else if (stype == CV_32FC3)
1397 else if (stype == CV_32FC4)