Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
5ee61219
Commit
5ee61219
authored
Jul 17, 2016
by
catree
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add bib reference for overall hitrate and max false alarm rate formulas in train cascade tutorial.
Remove useless backslash.
parent
69c4e84d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
opencv.bib
doc/opencv.bib
+11
-1
traincascade.markdown
doc/tutorials/objdetect/traincascade.markdown
+2
-2
No files found.
doc/opencv.bib
View file @
5ee61219
...
...
@@ -750,7 +750,7 @@
organization = {ACM}
}
@INPROCEEDINGS{Viola01,
author = {Viola, Paul and Jones, Michael},
author = {Viola, Paul and Jones, Michael
J.
},
title = {Rapid object detection using a boosted cascade of simple features},
booktitle = {Computer Vision and Pattern Recognition, 2001. CVPR 2001. Proceedings of the 2001 IEEE Computer Society Conference on},
year = {2001},
...
...
@@ -758,6 +758,16 @@
volume = {1},
organization = {IEEE}
}
@ARTICLE{Viola04,
author = {Viola, Paul and Jones, Michael J.},
title = {Robust real-time face detection},
journal = {International Journal of Computer Vision},
year = {2004},
volume = {57},
number = {2},
pages = {137--154},
publisher = {Kluwer Academic Publishers}
}
@INPROCEEDINGS{WJ10,
author = {Xu, Wei and Mulligan, Jane},
title = {Performance evaluation of color correction approaches for automatic multi-view image and video stitching},
...
...
doc/tutorials/objdetect/traincascade.markdown
View file @
5ee61219
...
...
@@ -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\>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment