Click here to Skip to main content
15,880,469 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am doing a project which aims to detect motion with a camera using OpenCV
the first part of the project is to detect motion with a fixed camera.

Please help me

Thanks a lot
Posted

You can use background method. Abstract the background from the vedio and use current image minus the background. If there is somethins is moving, you can find in this way. And OpenCv has funtion to build the background which could help you and also has the minus method.
 
Share this answer
 
This question is impossible to answer in a forum like this. Do some research into this subject (via Google) and you will find many examples and suggestions. You will then need to use that knowledge to build your solution. When you have technical questions with specific areas of your code then come back here and people will try to help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900