I am working on a Project that has to detect vehicles and classify them according to their shape (Pickup,Muv,Sedan,etc).
Its my minor project and I need to submit it in a month(obviously not much time left)
I am confused that should I use Image or video for input.
- If Image->then can anyone suggest me some dataset that have 2 sets of each image (1.vehice+background,2.only background) so that the background subtraction is easier.
- If Video->then tell me where should I start from so that I be able to segment moving cars and extract features from them for training.
The frames I am getting after using the "mixture of gaussian" contain vehicle that are not perfectly white/segmented (considering rest is black) so I cannot use their shape as a feature.
can anyone suggest some good method for this and what things I need to learn in order to complete this project.
Any post of interest would be of great help,
Thanks in advance.