Help regarding Image Segmentation of B/W Image!!

1 次查看(过去 30 天)
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-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

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by