Ask Your Question

rustyShackleford123's profile - activity

2013-08-30 00:18:16 -0600 commented answer Move multiple objects on screen

Thanks for the suggestions. Will look around.

2013-08-29 07:21:56 -0600 received badge  Editor (source)
2013-08-29 07:21:27 -0600 asked a question 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