mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05:00
Fixed issues found by static analysis (mostly DBZ)
This commit is contained in:
@@ -170,6 +170,7 @@ public:
|
||||
double val = std::abs(w->ord_responses[w->sidx[i]]);
|
||||
max_response = std::max(max_response, val);
|
||||
}
|
||||
CV_Assert(fabs(max_response) > 0);
|
||||
}
|
||||
|
||||
if( rparams.calcVarImportance )
|
||||
|
||||
Reference in New Issue
Block a user