How to find features like vehicle length and width in video? [closed]

asked 2016-09-18 08:02:47 -0600

I have detected the vehicle using background subtraction in video and now to classify them into different types (sedan, SUV, Bus) I want to extract features like vehicle length etc. I have googled a lot and found nothing but ORB, SIFT, SURF etc which uses train image. Background Subtraction captured frame at that time

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-11-29 07:44:50.341018

Comments

Simply said, findContours + moments --> then train a classifier on the moment values of different types of vehicles!

StevenPuttemans gravatar imageStevenPuttemans ( 2016-09-22 08:21:27 -0600 )edit