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

Disabled compiling warnings in case of symbols in cmake for 5.x

This commit is contained in:
Andrey Senyaev
2022-09-20 13:36:59 +03:00
parent 638a0788fe
commit 752e5fdc26
14 changed files with 104 additions and 12 deletions
+5 -5
View File
@@ -495,14 +495,14 @@ struct SPRT_history {
/*
* delta:
* The probability of a data point being consistent
* with a bad model is modeled as a probability of
* with a 'bad' model is modeled as a probability of
* a random event with Bernoulli distribution with parameter
* δ : p(1|Hb) = δ.
* delta : p(1|Hb) = delta.
* epsilon:
* The probability p(1|Hg) = ε
* that any randomly chosen data point is consistent with a good model
* is approximated by the fraction of inliers ε among the data
* The probability p(1|Hg) = epsilon
* that any randomly chosen data point is consistent with a 'good' model
* is approximated by the fraction of inliers epsilon among the data
* points
* A is the decision threshold, the only parameter of the Adapted SPRT