mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #18786 from mshabunin:fix-kw-2
This commit is contained in:
commit
76cf31bee7
@ -421,7 +421,7 @@ struct SPRT_history {
|
||||
double epsilon, delta, A;
|
||||
// number of samples processed by test
|
||||
int tested_samples; // k
|
||||
SPRT_history () {
|
||||
SPRT_history () : epsilon(0), delta(0), A(0) {
|
||||
tested_samples = 0;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user