Commit 2fded17f authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

added notice about the changed behavior of copyMakeBorder in the case of ROI (ticket #1756)

parent 3f609c89
......@@ -585,6 +585,10 @@ The function supports the mode when ``src`` is already in the middle of ``dst``
...
.. note::
When the source image is a part (ROI) of a bigger image, the function will try to use the pixels outside of the ROI to form a border. To disable this feature and always do extrapolation, as if ``src`` was not a ROI, use ``borderType | BORDER_ISOLATED``.
.. seealso::
:ocv:func:`borderInterpolate`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment