Move multiple objects on screen
Hi I am trying to create a window screen where I output multiple moving objects on the window. These objects will be small images (about 75*75 pixel wise), and I want them to move in random direction. I am thinking something similar to the game Asteroids with all the asteroids moving around the screen.
I am new openCV after using Processing. Can anyone help point me in the right direction. Perhaps show me some useful functions that will accomplish my goal.
Thank you very much
Actually what you want to do has nothing to do with computer vision at all. This is plain software coding moving objects around in a randomized way. So what do you expect from this question? ... I think this is the wrong place to ask...