opencv/modules
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
..
calib3d Merge pull request #8388 from ottogin:calib3d 2017-03-15 04:33:33 +00:00
core Merge pull request #8370 from csukuangfj:patch-7 2017-03-14 13:32:35 +00:00
cudaarithm
cudabgsegm
cudacodec
cudafeatures2d
cudafilters BufferPool is used for temporary buffer, use mat create directly 2016-12-29 18:29:44 +08:00
cudaimgproc Merge pull request #8367 from khnaba:cuda-calchist-with-mask 2017-03-15 09:34:00 +00:00
cudalegacy
cudaobjdetect
cudaoptflow Fixed bug #7482. Updated dense flow routine to reference bound textures. 2017-01-18 19:30:45 +02:00
cudastereo
cudawarping
cudev
features2d Reduce dependencies between modules 2017-03-15 17:58:52 +03:00
flann Merge pull request #8346 from Sahloul:fixes/python_wrapper/flann 2017-03-10 20:01:54 +00:00
highgui Reduce dependencies between modules 2017-03-15 17:58:52 +03:00
imgcodecs cmake: append '-framework UIKit' for videoio/imgcodecs module 2017-02-21 13:37:37 +03:00
imgproc Fix multichannel warping with BORDER_CONSTANT 2017-03-20 15:21:49 +03:00
java Reduce dependencies between modules 2017-03-15 17:58:52 +03:00
ml ml: remove useless namespace identifiers in SVM 2017-03-07 16:02:19 +03:00
objdetect Reduce dependencies between modules 2017-03-15 17:58:52 +03:00
photo photo: fix InputArray -> CvMat 2016-12-22 04:22:47 +03:00
python Expose CirclesGridFinderParameters in findCirclesGrid. 2017-03-02 10:53:45 +01:00
shape remove precomp.cpp 2017-01-23 18:45:53 +03:00
stitching Reduce dependencies between modules 2017-03-15 17:58:52 +03:00
superres Reduce dependencies between modules 2017-03-15 17:58:52 +03:00
ts update fix for #8105 (compiling with mingw32) 2017-02-09 20:11:00 +05:00
video OpenVX calls updated to use single common OpenVX context per thread 2017-02-21 16:08:23 +03:00
videoio Merge pull request #8274 from abratchik:mser.brisk.3.0.0-rc1 2017-03-06 10:22:29 +00:00
videostab
viz viz: fix compilation - we need the VTK includes before ocv_define_module 2017-01-27 15:51:19 +01:00
world cmake: include contrib modules into opencv_world 2017-01-23 18:45:53 +03:00
CMakeLists.txt