Home
last modified time | relevance | path

Searched refs:srcroi (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_copy.cpp24 int relative_x = dstroi.xbegin - srcroi.xbegin; in paste_()
73 for (int z = srcroi.zbegin; z < srcroi.zend; ++z) { in deep_paste_()
74 for (int y = srcroi.ybegin; y < srcroi.yend; ++y) { in deep_paste_()
76 for (int x = srcroi.xbegin; x < srcroi.xend; ++x) { in deep_paste_()
107 if (!srcroi.defined()) in paste()
108 srcroi = get_roi(src.spec()); in paste()
110 ROI dstroi(srcroi.xbegin + xbegin, srcroi.xbegin + xbegin + srcroi.width(), in paste()
111 srcroi.ybegin + ybegin, srcroi.ybegin + ybegin + srcroi.height(), in paste()
112 srcroi.zbegin + zbegin, srcroi.zbegin + zbegin + srcroi.depth(), in paste()
113 srcroi.chbegin + chbegin, in paste()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_copy.cpp24 int relative_x = dstroi.xbegin - srcroi.xbegin; in paste_()
73 for (int z = srcroi.zbegin; z < srcroi.zend; ++z) { in deep_paste_()
74 for (int y = srcroi.ybegin; y < srcroi.yend; ++y) { in deep_paste_()
76 for (int x = srcroi.xbegin; x < srcroi.xend; ++x) { in deep_paste_()
107 if (!srcroi.defined()) in paste()
108 srcroi = get_roi(src.spec()); in paste()
110 ROI dstroi(srcroi.xbegin + xbegin, srcroi.xbegin + xbegin + srcroi.width(), in paste()
111 srcroi.ybegin + ybegin, srcroi.ybegin + ybegin + srcroi.height(), in paste()
112 srcroi.zbegin + zbegin, srcroi.zbegin + zbegin + srcroi.depth(), in paste()
113 srcroi.chbegin + chbegin, in paste()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudawarping/src/
H A Dwarp.cpp159 NppiRect srcroi; in call() local
160 srcroi.x = 0; in call()
161 srcroi.y = 0; in call()
162 srcroi.height = src.rows; in call()
163 srcroi.width = src.cols; in call()
173 nppSafeCall( func(src.ptr<npp_type>(), srcsz, static_cast<int>(src.step), srcroi, in call()
489 NppiRect srcroi; in call() local
490 srcroi.x = srcroi.y = 0; in call()
491 srcroi.height = src.rows; in call()
492 srcroi.width = src.cols; in call()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dcopy.cpp815 int right = dstroi.width - srcroi.width - left; in copyMakeBorder_8u()
816 int bottom = dstroi.height - srcroi.height - top; in copyMakeBorder_8u()
827 j = cv::borderInterpolate(srcroi.width + i, srcroi.width, borderType)*cn; in copyMakeBorder_8u()
832 srcroi.width *= cn; in copyMakeBorder_8u()
842 memcpy(dstInner, src, srcroi.width*elemSize); in copyMakeBorder_8u()
873 j = cv::borderInterpolate(i + srcroi.height, srcroi.height, borderType); in copyMakeBorder_8u()
886 int right = dstroi.width - srcroi.width - left; in copyMakeConstBorder_8u()
887 int bottom = dstroi.height - srcroi.height - top; in copyMakeConstBorder_8u()
895 srcroi.width *= cn; in copyMakeConstBorder_8u()
905 memcpy( dstInner, src, srcroi.width ); in copyMakeConstBorder_8u()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp2318 IppiRect srcroi = { 0, 0, src.cols, src.rows }; in operator ()() local
2333 …atus status = CV_INSTRUMENT_FUN_IPP(func,( src.ptr(), srcsize, (int)src.step[0], srcroi, dst.ptr(), in operator ()()
3083 IppiRect srcroi = {0, 0, src.cols, src.rows}; in operator ()() local
3098 …tus = CV_INSTRUMENT_FUN_IPP(func,(src.ptr();, srcsize, (int)src.step[0], srcroi, dst.ptr(), (int)d… in operator ()()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebufalgo.h473 ROI srcroi={}, int nthreads=0);
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebufalgo.h473 ROI srcroi={}, int nthreads=0);
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dimagebufalgo.tex598 \bigspc const ImageBuf \&src, ROI srcroi=ROI::All(), int nthreads=0)}
601 {\cf src} described by {\cf srcroi}. If {\cf srcroi} is {\cf ROI::All()},
603 {\cf [chbegin...]}, as many channels as are described by {\cf srcroi}.
H A Dpythonbindings.rst2433 .. py:method:: bool ImageBufAlgo.paste (dst, xbegin, ybegin, zbegin, chbegin, src, srcroi=ROI.All, …
H A Dpythonbindings.tex2202 \bigspc\bigspc src, ROI srcroi=ROI.All, nthreads=0)}
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dimagebufalgo.tex598 \bigspc const ImageBuf \&src, ROI srcroi=ROI::All(), int nthreads=0)}
601 {\cf src} described by {\cf srcroi}. If {\cf srcroi} is {\cf ROI::All()},
603 {\cf [chbegin...]}, as many channels as are described by {\cf srcroi}.
H A Dpythonbindings.rst2433 .. py:method:: bool ImageBufAlgo.paste (dst, xbegin, ybegin, zbegin, chbegin, src, srcroi=ROI.All, …
H A Dpythonbindings.tex2202 \bigspc\bigspc src, ROI srcroi=ROI.All, nthreads=0)}