Image segmentation of a human body binary image

조회 수: 1 (최근 30일)
Newman
Newman 2015년 8월 9일
편집: Image Analyst 2015년 8월 9일
Hi I have a database of binary images of a person in different poses(running,walking etc)I want to segment the image into different parts hands legs etc. and also i want to compare the changes in its position of its hands and legs etc with respect to time using that database ie
I will first segment one image and then find a relation between those segmented parts of one image with the segmented parts of the next image and this process will happen in a loop and also somehow I create a relation between the changes.
How do I do this?Has this kind of segmentation done already?Is there a general approach ?Will ANN(artificial neural networks) be used for this?

채택된 답변

Image Analyst
Image Analyst 2015년 8월 9일
  댓글 수: 2
Newman
Newman 2015년 8월 9일
dear image analyst thank you very much for your response.But I was thinking of something more like a general approach towards segmentation of binary images.beacuse the papers provided in your link are for 3d scans not binary images.So i want to ask you is there a way to segments body parts from a simple binary images and continue to do do this process for a sample set of images ?
Image Analyst
Image Analyst 2015년 8월 9일
편집: Image Analyst 2015년 8월 9일
There probably is but I doubt it would be some simple chunk of a few hundred lines of code. You're not going to find any code that is simple if it's also to be robust to lots of different silhouettes. If it were so simple, you would not find lots of papers and decades of research on it. However if you want to do it manually, you can use imline(). I attach a demo of how you can create a mask of lines that you can then use to write the background in, essentially separating the silhouette into different regions.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by