getConvertFunc 1412 modules/core/src/arithm.cpp getConvertFunc(sc.depth(), buftype)(sc.ptr(), 1, 0, 1, scbuf, 1, Size(std::min(cn, scn), 1), 0); getConvertFunc 2055 modules/core/src/arithm.cpp BinaryFunc cvtsrc1 = type1 == wtype ? 0 : getConvertFunc(type1, wtype); getConvertFunc 2056 modules/core/src/arithm.cpp BinaryFunc cvtsrc2 = type2 == type1 ? cvtsrc1 : type2 == wtype ? 0 : getConvertFunc(type2, wtype); getConvertFunc 2057 modules/core/src/arithm.cpp BinaryFunc cvtdst = dtype == wtype ? 0 : getConvertFunc(wtype, dtype); getConvertFunc 4943 modules/core/src/arithm.cpp getConvertFunc(depth2, CV_64F)(src2.ptr(), 1, 0, 1, (uchar *)&fval, 1, Size(1, 1), 0); getConvertFunc 5064 modules/core/src/arithm.cpp getConvertFunc(depth2, CV_64F)(src2.ptr(), 1, 0, 1, (uchar*)&fval, 1, Size(1,1), 0); getConvertFunc 5633 modules/core/src/arithm.cpp BinaryFunc sccvtfunc = getConvertFunc(ldepth, CV_32S); getConvertFunc 5744 modules/core/src/arithm.cpp BinaryFunc sccvtfunc = getConvertFunc(scdepth, CV_32S); getConvertFunc 5586 modules/core/src/convert.cpp BinaryFunc func = noScale ? getConvertFunc(sdepth, ddepth) : getConvertScaleFunc(sdepth, ddepth); getConvertFunc 83 modules/core/src/precomp.hpp BinaryFunc getConvertFunc(int sdepth, int ddepth);