opencv/modules/imgproc/src
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
..
_geom.h Revert "remaining C-style planar subdivisions data structures are moved to legacy" 2012-10-16 15:13:00 +04:00
_list.h Set stricter warning rules for gcc 2012-06-07 17:21:29 +00:00
accum.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
approx.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
canny.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
clahe.cpp Split CLAHE into its own file, because it's faster that way. 2013-05-31 12:22:04 +04:00
color.cpp Replaced most of the usages of parallel_for with that of parallel_for_. 2013-05-31 12:22:04 +04:00
contours.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
convhull.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
corner.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
cornersubpix.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
deriv.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
distransform.cpp Replaced most of the usages of parallel_for with that of parallel_for_. 2013-05-31 12:22:04 +04:00
emd.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
featureselect.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
filter.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
floodfill.cpp Fix build warnings from gcc 4.8 2013-05-13 17:07:30 +04:00
gabor.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
gcgraph.hpp Warning fixes continued 2012-06-09 15:00:04 +00:00
generalized_hough.cpp fixed warnings under windows 2012-09-21 13:41:56 +04:00
geometry.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
grabcut.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
histogram.cpp Split CLAHE into its own file, because it's faster that way. 2013-05-31 12:22:04 +04:00
hough.cpp Explicitly use double precision sin & cos in hough implementation 2012-12-25 18:05:05 +04:00
imgwarp.cpp Fix build warnings from gcc 4.8 2013-05-13 17:07:30 +04:00
linefit.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
matchcontours.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
moments.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
morph.cpp Replaced most of the usages of parallel_for with that of parallel_for_. 2013-05-31 12:22:04 +04:00
phasecorr.cpp Fix binary compatibility of Java wrappers 2012-10-17 02:09:37 +04:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
pyramids.cpp Remove unused vars 2013-02-01 18:09:58 -05:00
rotcalipers.cpp Fixed mingw build. 2012-06-08 03:15:08 +00:00
samplers.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
segmentation.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
shapedescr.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
smooth.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
subdivision2d.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
sumpixels.cpp Set stricter warning rules for gcc 2012-06-07 17:21:29 +00:00
tables.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
templmatch.cpp Bugfix for an overlapping size of image and template for matchTemplate. 2013-07-03 14:58:40 +02:00
thresh.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
undistort.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
utils.cpp fixed problem with Nx2 numpy arrays in geometrical functions (#2783) 2013-02-08 18:11:56 +04:00