what type of features i have to extract to recognize weather in image there is a man or not
1 view (last 30 days)
Show older comments
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
1 Comment
Walter Roberson
on 16 Feb 2013
Is there a man inside that Dalek, or is one of the mechanical Daleks?
Accepted Answer
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".
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!