Help regarding Image Segmentation of B/W Image!!

조회 수: 1 (최근 30일)
Samkit Mutta
Samkit Mutta 2015년 3월 14일
댓글: Image Analyst 2018년 7월 14일
Hello! I am working on a project titled 'Yarn Hairiness determination using Image Processing'. The steps involved are- Image processing and Image analysis. In the processing, I converted the image to B/W. After that I am suppose to segment the core yarn from the its protruding fibres. I am stuck here. I have attached the the picture below. It would be a big help!
  댓글 수: 5
Image Analyst
Image Analyst 2015년 3월 20일
Yes, they do look different: different color, different fiber composition, different amounts of fray, different thread diameter, etc. Exactly what do you want to characterize in the two images?
Samkit Mutta
Samkit Mutta 2015년 3월 23일
Herein, I need to find out- 1. the diameter of the core of the yarn. 2. the length of the protruding fibres(if not possible then number of protruding fibres in the visible segment of the yarn.

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

채택된 답변

Image Analyst
Image Analyst 2015년 3월 27일
Alright, I did a full blown demo for you. It sues activecontour() to smooth the main thread bulk. See attached m-file below the images.
Be sure to change the folder name and file names in the script.
  댓글 수: 15
Image Analyst
Image Analyst 2015년 4월 18일
Go ahead and post your merged code, along with the specific image that it's failing on. Chances are that you are not using the correct variable names.
Samkit Mutta
Samkit Mutta 2015년 4월 19일
Hahaha! I get your sarcasm. Even I know that it's a single line of code. What I meant to say was that I'll have to present that in the program as well as my submission material because till now we were under the impression that we can be able to find the hair length. And now thats not possible! However we'll get back to you today with if any difficulties.

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

추가 답변 (3개)

Meghana Dinesh
Meghana Dinesh 2015년 3월 20일
Try using the Morphological operators dilation and erosion.
  댓글 수: 4
Samkit Mutta
Samkit Mutta 2015년 3월 27일
I'll try that once and revert. Thank you!
Samkit Mutta
Samkit Mutta 2015년 3월 29일
I tried the functions you mentioned before and now again, and it does not work. I guess the problem is because it can distinguish between the fibres and the core.

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


Image Analyst
Image Analyst 2015년 3월 23일
Simply try thresholding. See my Image Segmentation Tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 You might also like my demo for how to extract the largest blob, attached.

Samkit Mutta
Samkit Mutta 2015년 4월 19일
@Image Analyst- Whenever I run the "test.m" file, the workspace stays empty. It never used to happen before. I get workspaces for all the scripts but i do not get it any functions file. Please help!
  댓글 수: 26
sudha muthusamy
sudha muthusamy 2018년 7월 14일
sir please provide an idea related to yarn hairiness measurement
Image Analyst
Image Analyst 2018년 7월 14일
This is a good idea: click here

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

Community Treasure Hunt

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

Start Hunting!

Translated by