I an trying to track the location of a moving object in an image. My camera has very low sensitivity, resulting in long exposure times so my object becomes heavily motion-blurred. I am trying to track it with NCC (correlation) using opencv function matchTemplate, with the first un-blurred image as a template, but when the object moves - it almost "disappears", and is untrackable. Any idea of how I can find any "motion invariants" that remain trackable?
added blurred and original. note that the background is sometimes as white as the car...