zidik / soccervision

Soccer-playing robot computer vision processing
2 stars 0 forks source link

Ball persistence #3

Closed zidik closed 8 years ago

zidik commented 8 years ago

1) When robot sees one standing ball, it should not create new object but update the object information

kolibakter commented 8 years ago

Robot now has a list of persistent balls in vision.cpp, that is updated according to visible balls.

kolibakter commented 8 years ago

Nevermind me. Actually I will leave this open, since very fast moving balls have problems with persistency. Might be fixed when code is run without debug GUI (e. g. at 60fps), but I currently don't know how i would test it properly.

kolibakter commented 8 years ago

Now works better. Still haven't tested @60fps, but I believe in my code. Will close this issue.