First time here? Check out the FAQ!

Ask Your Question
0

Best way to detect wheels passing on video

asked Aug 28 '17

updated Aug 29 '17

berak gravatar image

Hi

I'm new to OpenCV but I've managed to get a few basic functions working like transparent overlay and video output etc.

My small project is to detect the speed of cars going past my house by processing MP4 videos from the same day. I figured the best step is to create a detection area as I have on the image and detect the wheels as they pass through.

So my question is, what is the next best thing for me to investigate so I can detect wheels in the video stream?

I'm using OpenCV3 and Python (Spyder app within Anaconda2).

See attached image for a still of the video feed.

C:\fakepath\Capture.JPG

Preview: (hide)

Comments

1

take a look at bg_subtraction

sturkmen gravatar imagesturkmen (Aug 28 '17)edit

For the wheel detection you can try a Hough Circle Transformation

VxW gravatar imageVxW (Aug 31 '17)edit

1 answer

Sort by » oldest newest most voted
0

answered Sep 2 '17

ComputerVisionary gravatar image

updated Sep 2 '17

Let's try with a cascade classifier (HOG or LBP), it should be easy to build the dataset and test the cascade.

Take a look here to get the best performance: vision-ary project

Preview: (hide)

Question Tools

2 followers

Stats

Asked: Aug 28 '17

Seen: 1,822 times

Last updated: Sep 02 '17