opencv/modules/imgproc
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
..
doc Bug #2960 : docs about CV_BGR2GRAY 2013-05-25 01:50:41 +05:30
include/opencv2/imgproc CPU implementation of CLAHE 2013-03-25 17:44:31 +04:00
perf multiruns added to avoid the 'unreliable results' error 2013-06-26 15:07:39 +04:00
src Bugfix for an overlapping size of image and template for matchTemplate. 2013-07-03 14:58:40 +02:00
test Added tests for RGB to YUV420p color conversion 2013-02-25 17:01:07 +04:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00