This website works better with JavaScript.
Home
Explore
Help
Sign In
fleischmannma75068
/
Beerpong
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Videoverarbeitung eines Beerpongspiels. Entstehung im Rahmen einer Praktikumsaufgabe im Fach "Interaktion".
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
4
Branches
Tree:
ac25d8fdf1
fleischmannma75068
master
opencv
output
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ac25d8fdf1'
${ noResults }
Beerpong
/
beerpong
/
bin
/
data
/
README.txt
README.txt
82B
Raw
Normal View
History
Implemented Contour Finding Before contours can be found, video is converted to grayscale, background subtraction is performed and results get binarized. Circles are characterized by the aspect ratio of the individual blob.
3 years ago
1
2
3
Video mit FFMPEG verkleinern:
ffmpeg -i beer.mkv -s 568x320 -c:a copy shrink.mkv