mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Merge pull request #280 from vpisarev:bug_fixes_jan9
This commit is contained in:
commit
b81d1b25c7
@ -346,7 +346,10 @@ void cv::matchTemplate( InputArray _img, InputArray _templ, OutputArray _result,
|
||||
}
|
||||
|
||||
if( numType == 2 )
|
||||
{
|
||||
num = wndSum2 - 2*num + templSum2;
|
||||
num = MAX(num, 0.);
|
||||
}
|
||||
}
|
||||
|
||||
if( isNormed )
|
||||
|
Loading…
Reference in New Issue
Block a user