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

Add bib reference for overall hitrate and max false alarm rate formulas in train cascade tutorial.

Remove useless backslash.
This commit is contained in:
catree
2016-07-17 07:53:12 +02:00
parent 69c4e84dad
commit 5ee61219c8
2 changed files with 13 additions and 3 deletions
@@ -288,12 +288,12 @@ Command line arguments of opencv_traincascade application grouped by purposes:
- -minHitRate \<min_hit_rate\>
Minimal desired hit rate for each stage of the classifier. Overall hit rate may be estimated
as (min_hit_rate\^number_of_stages).
as (min_hit_rate ^ number_of_stages), @cite Viola04 §4.1.
- -maxFalseAlarmRate \<max_false_alarm_rate\>
Maximal desired false alarm rate for each stage of the classifier. Overall false alarm rate
may be estimated as (max_false_alarm_rate\^number_of_stages).
may be estimated as (max_false_alarm_rate ^ number_of_stages), @cite Viola04 §4.1.
- -weightTrimRate \<weight_trim_rate\>