opencv/modules
Heinz Hofbauer a26c4fa2a2 Bugfix for an overlapping size of image and template for matchTemplate.
Example: img of size 10x10 and templ of size 11x9.
In subsequent code this will results in either width or height of
corrSize to be zero (0).
Line 261 will call crossCorr which will then have a zero size of either
blocksize.width or blocksize.height resulting in a division by zero
crach in lines 137 or 138.
2013-07-03 14:58:40 +02:00
..
androidcamera android -> plarforms/android 2013-05-27 11:10:38 +04:00
calib3d Java/Python bindings for computeCorrespondEpilines added. 2013-06-18 16:44:23 +04:00
contrib Build fix for Windows RT. 2013-06-25 03:35:58 -07:00
core OpenCV Library and Manager version incremented. 2013-06-27 12:05:25 +04:00
features2d Merge pull request #903 from aks2:2.4 2013-06-11 17:35:39 +04:00
flann Fix build warnings from gcc 4.8 2013-05-13 17:07:30 +04:00
gpu Merge pull request #1018 from jet47:cuda-5.5-arm 2013-06-28 14:26:45 +04:00
highgui Merge pull request #1059 from dominikrose:dc1394_2-1394b 2013-06-28 14:47:45 +04:00
imgproc Bugfix for an overlapping size of image and template for matchTemplate. 2013-07-03 14:58:40 +02:00
java Merge pull request #1065 from apavlenko:fix_eclipse_warning 2013-06-28 19:32:44 +04:00
legacy Fix build warnings from gcc 4.8 2013-05-13 17:07:30 +04:00
ml fix for Bug #3085: 2013-06-13 10:22:56 +04:00
nonfree Changed the impls argument to be an array name. 2013-06-20 15:18:35 +04:00
objdetect Revert "Add a variant of detectMultiScale with an argument 'weights'" 2013-06-10 17:06:34 +04:00
ocl Merge pull request #1051 from pengx17:2.4_fback_ocl 2013-07-01 13:45:43 +04:00
photo Replaced most of the usages of parallel_for with that of parallel_for_. 2013-05-31 12:22:04 +04:00
python Removed references to opencv.itseez.com 2013-06-28 12:48:12 +04:00
stitching Fixed a bug #2405 2013-06-14 10:43:20 +04:00
superres Changed the impls argument to be an array name. 2013-06-20 15:18:35 +04:00
ts Extended Google Test to allow filtering by parameter value. 2013-06-27 13:14:37 +04:00
video add multiruns to fix "unreliable results" error 2013-06-13 21:14:42 +04:00
videostab Fixed a bug related to video stabilization crashes with a blank video (Bug #3023) 2013-06-13 13:41:43 +04:00
world enabled png and jpeg for iOS 2013-03-25 11:19:29 +04:00
CMakeLists.txt Add support for adding custom OpenCV modules. 2013-06-05 18:10:44 +04:00
refman.rst.in Made reference manual table of contents autogenerated 2012-05-30 14:06:47 +00:00