motion detection in matlab

Thread Starter

aishatu

Joined Nov 2, 2011
1
hi
please am working on a motion detection project i was able to build my own gui and import the camera on the axes but i dont know how to write the codes for starting the detector,i have a button on my gui 'start detector' i want it to start detecting when i click the button please help me with the codes i don't have much time.
thank you..
 

Georacer

Joined Nov 25, 2009
5,182
Do you want to just know if the previous image is different than the last or follow a moving object?

In the first case, why not just compare consecutive images with an error margin to cope for noise?

In the second one, it's much more difficult. I doubt you can find help here. You can hope, but I guess your best bet is with Google.
 
Top