Ask Your Question

maiq's profile - activity

2015-01-28 00:59:06 -0600 received badge  Enthusiast
2015-01-22 03:06:37 -0600 asked a question Tracking region of interest

Hey everyone,

Lets say I select a point in a live webcam and I want to track this point while the webcam is moving (eg. draw a rect around the point). The captured image should be pretty static. What approach should I follow? In the first step I want to use a webcam, later it should get replaced through a android/iOS device.

This is pretty much what solves my problem, but unfortunately it is not very stable / accurate. BTW I'm a newbie.

2015-01-21 02:00:45 -0600 commented answer Fix a position in a webcam video

This is pretty much, what I'm looking for, but it needs to be optimized. I'm a total newbie, so it would be awesome if I could get some help.

2015-01-20 02:55:35 -0600 received badge  Editor (source)
2015-01-20 02:54:43 -0600 answered a question Indoor navigation with OpenCV

This is pretty much, what I'm looking for, but it needs to be optimized. I'm a total newbie, so it would be awesome if I could get some help.

2015-01-20 01:50:39 -0600 received badge  Supporter (source)
2015-01-20 01:50:37 -0600 commented answer Fix a position in a webcam video

Thanks for your answer. I think posibility 2 is what I need. I'm a total newbie so could you explain it in more detail. And could you also go a little bit more in detail for possiblity 3 which might also could work.

2015-01-19 09:57:41 -0600 asked a question Fix a position in a webcam video

Hello everyone,

What I want to do is the following. I want to draw an arrow in a webcam video. While the webcam is moving the arrow should get drawn at the right position relativly to the video (in the correct real world coords). The important part is to fix the position of a point in a moving video. Does anyone have some ideas how to achieve that?