Ask Your Question

bloodkid's profile - activity

2017-01-16 11:29:15 -0600 commented answer Drawing trajectory of moving object

kbarni can you write an example code? I do not know how to do it.

2017-01-12 12:12:47 -0600 commented answer Drawing trajectory of moving object

But when the object is moving constantly? For example as a sinusoid, so the program will see only beginning and the end so will draw straight line. Am I wrong? Can you show me and example of code?

2017-01-12 11:02:11 -0600 asked a question Drawing trajectory of moving object

Hi! I have a question about making a trajectory of moving object. It would by easy if camera is attached and can't move, but what about drawing trajectory when camera is following an object? I have to do tilt&pan camera with drawing trajectory of moving object. In tilt&pan the camera is always trying to have an object in center, so i can't draw trajectory by using coordinates. Camera is following an object so i have no idea how to do it. I have got camera attached to 2 servos (X axis and Y axis) and a program to follow an object. How to draw trajectory of an object while camera is moving? Have you any ideas? Please reply. Best regards, Patryk.

2016-06-20 02:01:29 -0600 received badge  Enthusiast
2016-06-15 04:17:04 -0600 asked a question Following the object

Hi! I have to make a project using openCV to follow the object using camera. For example: I go inside the room and camera have to detect me and than follow me when I move. If i go right, camera go right too by using 2 servo drives (1 vertically, 1 horizontally). Is it possible to do in OpenCV?