Ask Your Question

Yggdrasil's profile - activity

2013-02-25 07:04:25 -0600 commented answer Non-motion detection

Yes, this is true. So the question was, which C++ classes/methods should I use to detect such a difference. I looked through OpenCV "Video Processing" documentation, but haven't found the clear solution.

2013-02-22 14:16:25 -0600 asked a question Non-motion detection

Hello!

Here is a task:

I've got a lot of video captured by a camera mounted behind a car windshield, facing to the front. So I need to filter out parts of the video which were captured when the car stopped. So only parts of the video when the car was in motion should left.

Can you advice, how to achieve this using OpenCV?

Thanks!