Help regarding Image Segmentation of B/W Image!!

4 visualizaciones (últimos 30 días)
Samkit Mutta
Samkit Mutta el 14 de Mzo. de 2015
Comentada: Image Analyst el 14 de Jul. de 2018
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 comentarios
Image Analyst
Image Analyst el 20 de Mzo. de 2015
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 el 23 de Mzo. de 2015
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.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 27 de Mzo. de 2015
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 comentarios
Image Analyst
Image Analyst el 18 de Abr. de 2015
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 el 19 de Abr. de 2015
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.

Iniciar sesión para comentar.

Más respuestas (3)

Meghana Dinesh
Meghana Dinesh el 20 de Mzo. de 2015
Try using the Morphological operators dilation and erosion.
  4 comentarios
Samkit Mutta
Samkit Mutta el 27 de Mzo. de 2015
I'll try that once and revert. Thank you!
Samkit Mutta
Samkit Mutta el 29 de Mzo. de 2015
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.

Iniciar sesión para comentar.


Image Analyst
Image Analyst el 23 de Mzo. de 2015
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 el 19 de Abr. de 2015
@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 comentarios
sudha muthusamy
sudha muthusamy el 14 de Jul. de 2018
sir please provide an idea related to yarn hairiness measurement
Image Analyst
Image Analyst el 14 de Jul. de 2018
This is a good idea: click here

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by