How can I track objects movement when the camera is moving. Example if the camera is inside a vehicle. So far I have tied the algorithms in Optical Flow in Emgu Cv. I want to get the horizontal movement of object. But they don't give enough results to detect a movement horizontally when camera is moving forward.
pyrLK is good point tracker but when i take the difference between new calculated point and previous points it doesn't make a sense, maybe for each frame there will be new points added. Is it possible with single camera or do i have to use stereo vision. Please someone suggest any help with this. I'll be really appreciated.
thanks
(hope the question is not too broad)