Home
last modified time | relevance | path

Searched refs:cvtFn (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dcopy.cpp107 BinaryFunc cvtFn = getConvertFunc(sc.depth(), buftype); in convertAndUnrollScalar() local
108 CV_Assert(cvtFn); in convertAndUnrollScalar()
109 cvtFn(sc.ptr(), 1, 0, 1, scbuf, 1, Size(std::min(cn, scn), 1), 0); in convertAndUnrollScalar()
H A Darithm.cpp1275 BinaryFunc cvtFn = getConvertFunc(depth2, CV_64F); in compare() local
1276 CV_Assert(cvtFn); in compare()
1277 cvtFn(src2.ptr(), 1, 0, 1, (uchar*)&fval, 1, Size(1,1), 0); in compare()