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
d9ddca04
Commit
d9ddca04
authored
May 11, 2018
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11498 from matech96:camshift_publication_date
parents
9e3b6a22
e98da758
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
py_meanshift.markdown
doc/py_tutorials/py_video/py_meanshift/py_meanshift.markdown
+1
-1
No files found.
doc/py_tutorials/py_video/py_meanshift/py_meanshift.markdown
View file @
d9ddca04
...
...
@@ -101,7 +101,7 @@ Did you closely watch the last result? There is a problem. Our window always has
car is farther away and it is very close to camera. That is not good. We need to adapt the window
size with size and rotation of the target. Once again, the solution came from "OpenCV Labs" and it
is called CAMshift (Continuously Adaptive Meanshift) published by Gary Bradsky in his paper
"Computer Vision Face Tracking for Use in a Perceptual User Interface" in 19
8
8.
"Computer Vision Face Tracking for Use in a Perceptual User Interface" in 19
9
8.
It applies meanshift first. Once meanshift converges, it updates the size of the window as,
\f
$s = 2
\t
imes
\s
qrt{
\f
rac{M_{00}}{256}}
\f
$. It also calculates the orientation of best fitting ellipse
...
...
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