fixed various warnings and obvious errors reported by clang compiler and the coverity tool.
This commit is contained in:
@@ -450,7 +450,6 @@ static bool matchTemplate_CCOEFF(InputArray _image, InputArray _templ, OutputArr
|
||||
|
||||
UMat templ = _templ.getUMat();
|
||||
UMat result = _result.getUMat();
|
||||
Size tsize = templ.size();
|
||||
|
||||
if (cn==1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user