• 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
..
ocl Loading commit data...
test_approxpoly.cpp Loading commit data...
test_bilateral_filter.cpp Loading commit data...
test_boundingrect.cpp Loading commit data...
test_canny.cpp Loading commit data...
test_color.cpp Loading commit data...
test_connectedcomponents.cpp Loading commit data...
test_contours.cpp Loading commit data...
test_convhull.cpp Loading commit data...
test_cvtyuv.cpp Loading commit data...
test_distancetransform.cpp Loading commit data...
test_drawing.cpp Loading commit data...
test_emd.cpp Loading commit data...
test_filter.cpp Loading commit data...
test_fitellipse.cpp Loading commit data...
test_floodfill.cpp Loading commit data...
test_goodfeaturetotrack.cpp Loading commit data...
test_grabcut.cpp Loading commit data...
test_histograms.cpp Loading commit data...
test_houghLines.cpp Loading commit data...
test_imgproc_umat.cpp Loading commit data...
test_imgwarp.cpp Loading commit data...
test_imgwarp_strict.cpp Loading commit data...
test_intersection.cpp Loading commit data...
test_lsd.cpp Loading commit data...
test_main.cpp Loading commit data...
test_moments.cpp Loading commit data...
test_pc.cpp Loading commit data...
test_precomp.hpp Loading commit data...
test_templmatch.cpp Loading commit data...
test_thresh.cpp Loading commit data...
test_watershed.cpp Loading commit data...