what type of features i have to extract to recognize weather in image there is a man or not

3 views (last 30 days)
what type of features i have to extract to recognize whether in image there is a man or not, given a real time image, i have to detect whether there exists a man or not and which approach is simple neural network or template matching and are the steps that i have to follow in both the approaches

Accepted Answer

Image Analyst
Image Analyst on 16 Feb 2013
I think you mean "whether" (meaning "if") rather than "weather" (rain, sunshine, snow, fog, etc.). Detecting weather and detecting a man would be quite different algorithms.
I'm not familiar with neural network methods. I'm not sure if that method is required by you or not. Have you tried the NN examples/demos?
The Computer Vision System Toolbox does have face detection and pedestrian tracking algorithms in it. Check it out: http://www.mathworks.com/products/computer-vision/description4.html
Other than that, you can search Vision Bib for topics such as tracking, surveillance, pedestrian, face detection, etc.
Please review your old questions and mark them as "Accepted".

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!