mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
fixed various warnings and obvious errors reported by clang compiler and the coverity tool.
This commit is contained in:
@@ -431,7 +431,7 @@ public:
|
||||
break;
|
||||
|
||||
case GAUSSIAN:
|
||||
for( i = 0; i < n; j++ )
|
||||
for( i = 0; i < n; i++ )
|
||||
{
|
||||
double* data = sums.ptr<double>(i);
|
||||
for( j = 0; j < cols; j++ )
|
||||
|
||||
Reference in New Issue
Block a user