AForge.NET

  :: AForge.NET Framework :: Articles :: Forums ::

Project on puzzle game usng motion detection

The forum is to discuss topics related to different areas of image processing and computer vision.

Project on puzzle game usng motion detection

Postby Anthrax99 » Sun Mar 11, 2012 7:21 am

Hi guys,
We are doin a project on Motion detection using webcam.. for that we need the algorithm in which the the motion can be detected in the live video feed from the webcam which is in a particular region.. i need help for the algorithm and hw to define a region in the video so that the motion can be detected in that same region.. PZ HELP!!!!
Anthrax99
 
Posts: 5
Joined: Sun Mar 11, 2012 7:13 am

Re: Project on puzzle game usng motion detection

Postby Anthrax99 » Sun Mar 11, 2012 7:22 am

ITS URGENT SO DO REPLY SOON.............
Anthrax99
 
Posts: 5
Joined: Sun Mar 11, 2012 7:13 am

Re: Project on puzzle game usng motion detection

Postby andrew.kirillov » Sun Mar 11, 2012 9:16 am

Hello,

If you use AForge.NET framework, then you may use MotionZones property to specify set of rectangular zone to monitor for motion (you can check provided sample application to see how to use it). If you use another library, then check what is the API provided there.

Anthrax99 wrote:ITS URGENT SO DO REPLY SOON.............

So what? People tend to reply when they have some spare time, is not it?
With best regards,
Andrew


Interested in supporting AForge.NET Framework?
User avatar
andrew.kirillov
Site Admin, AForge.NET Developer
 
Posts: 2567
Joined: Fri Jan 23, 2009 9:12 am
Location: UK

Re: Project on puzzle game usng motion detection

Postby Anthrax99 » Sun Mar 11, 2012 11:08 am

Thanks Andrew....
I will be very obliged if u provide me with the code for how to detect motion in a particular region in a live video..
Anthrax99
 
Posts: 5
Joined: Sun Mar 11, 2012 7:13 am

Re: Project on puzzle game usng motion detection

Postby andrew.kirillov » Sun Mar 11, 2012 2:40 pm

As I said, have a look at provided sample applications.
With best regards,
Andrew


Interested in supporting AForge.NET Framework?
User avatar
andrew.kirillov
Site Admin, AForge.NET Developer
 
Posts: 2567
Joined: Fri Jan 23, 2009 9:12 am
Location: UK




Return to Image Processing and Computer Vision