• vartenkov's avatar
    Fix multichannel warping with BORDER_CONSTANT · 3fbe1f8d
    vartenkov authored
    Warping a matrix with more than 4 channels using BORDER_CONSTANT and
    INTER_NEAREST, INTER_CUBIC or INTER_LANCZOS4 interpolation led to
    undefined behaviour. This commit changes the behavior of these methods
    to be similar to that of INTER_LINEAR. Changed the scope of some of the
    variables to more local. Modified some tests to be able to detect the
    error described.
    3fbe1f8d
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...