nagyistoce / ehci

Automatically exported from code.google.com/p/ehci
0 stars 0 forks source link

Mophology and HSV model in motion detection #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am making project on "motion detection using VS 6.0 MFC and open CV" 

Please guide me that 

Should i apply motion detection on HSV model. if so then  why 
and How can morphology help me in this project ? Should i apply this in my 
project if so then why  ?

Plese guide me 
thanks 

Original issue reported on code.google.com by rabiafy...@gmail.com on 10 Jun 2011 at 6:25

GoogleCodeExporter commented 9 years ago
Hi,

HSV is usually applied when color plays a high importance in the problem, which 
is just not the case in motion detection.
I'd advise you to take a look at Opencv's Motempl demo (check the samples 
folder), as well as the papers.

Kind regards,
Daniel

Original comment by danielba...@gmail.com on 11 Jun 2011 at 1:15