1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

checks and fixes from static code analyzers results

This commit is contained in:
Alexander Alekhin
2020-09-01 22:18:20 +00:00
committed by Alexander Alekhin
parent 60354e3901
commit 71f665bd8c
13 changed files with 102 additions and 42 deletions
@@ -108,6 +108,8 @@ struct HaarClassifier
struct HaarStageClassifier
{
HaarStageClassifier() : threshold(0) {}
double threshold;
std::vector<HaarClassifier> weaks;
};