opencv/modules/imgproc
vartenkov 3fbe1f8d64 Fix multichannel warping with BORDER_CONSTANT
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.
2017-03-20 15:21:49 +03:00
..
doc Change image e small fix to cv::ellipse() Doc 2017-02-23 09:10:48 +01:00
include/opencv2 Merge pull request #8383 from csukuangfj/patch-10 2017-03-15 11:12:59 +00:00
misc/java java tests fixes 2016-11-23 13:53:00 +03:00
perf suppress warnings 2017-02-23 09:11:12 +09:00
src Fix multichannel warping with BORDER_CONSTANT 2017-03-20 15:21:49 +03:00
test Fix multichannel warping with BORDER_CONSTANT 2017-03-20 15:21:49 +03:00
CMakeLists.txt Python support 2015-03-02 18:13:00 +03:00