convert_          254 modules/ts/src/ts_func.cpp         convert_(src, (uchar*)dst, total, alpha, beta);
convert_          257 modules/ts/src/ts_func.cpp         convert_(src, (schar*)dst, total, alpha, beta);
convert_          260 modules/ts/src/ts_func.cpp         convert_(src, (ushort*)dst, total, alpha, beta);
convert_          263 modules/ts/src/ts_func.cpp         convert_(src, (short*)dst, total, alpha, beta);
convert_          266 modules/ts/src/ts_func.cpp         convert_(src, (int*)dst, total, alpha, beta);
convert_          269 modules/ts/src/ts_func.cpp         convert_(src, (float*)dst, total, alpha, beta);
convert_          272 modules/ts/src/ts_func.cpp         convert_(src, (double*)dst, total, alpha, beta);