with the assumption of a uni-colored road we can generate a mask for moving objects, by simply detecting the color of the street and excluding it from our feature detection.
For this purpose the holes presented by the cars also need to be filled in.
while certainly applicable in a city, this would only work with uniformly colored streets. The program however should work just as well outside of a city with such features.
with the assumption of a uni-colored road we can generate a mask for moving objects, by simply detecting the color of the street and excluding it from our feature detection. For this purpose the holes presented by the cars also need to be filled in.