mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
checks and fixes from static code analyzers results
This commit is contained in:
committed by
Alexander Alekhin
parent
60354e3901
commit
71f665bd8c
@@ -108,6 +108,8 @@ struct HaarClassifier
|
||||
|
||||
struct HaarStageClassifier
|
||||
{
|
||||
HaarStageClassifier() : threshold(0) {}
|
||||
|
||||
double threshold;
|
||||
std::vector<HaarClassifier> weaks;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user