How can I change a picture to a silhouette?
Show older comments
I am writing my thesis on gait but cannot convert my captured pictures to the stage I can select the points of interest for the necessary calculations. The project topic is using human gait as a security tool.
I am humbly soliciting help from colleagues who can help. Thanks in advance.
Answers (3)
Image Analyst
on 25 Sep 2012
0 votes
Threshold it.
binaryImage = grayImage < thresholdValue;
Probably won't work in most situations. So, did you check the vision bibliography: http://www.visionbib.com/bibliography/kwic/indexg.html There are 350 papers listed there on gait. No, I don't know which one is best. I'm sure each author thinks theirs is the best. Review some of them, pick one (we can't/won't help with that), and code it up.
1 Comment
Walter Roberson
on 27 Sep 2012
In a duplicate thread, Image Analyst wrote:
I guess the implied question here is " Where can I find algorithms to .....". So I recommend you look here: VisionBib for articles on surveillance. MATLAB Central also has demo code on (I believe) tracking using Gaussian Mixture Models for background removal.
I imagine you already have videos that you want to analyze, or can easily make one with an ordinary digital camera.
Walter Roberson
on 27 Sep 2012
0 votes
Your duplicate posts on this topic have been deleted. Do not open new Questions for the same topic.
Walter Roberson
on 29 Sep 2012
0 votes
Your new duplicate post on this topic has been deleted. Edit or respond to your existing posts rather than starting new ones.
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!