How can I find the length of Interfaces in Plastic Mixture
Mostrar comentarios más antiguos
Hallo Everybody,
A Plastic Mixture consists of different components.I have to find the length of Interfaces between these Components. I can find the boundaries between the component wirh various way,for instance thresholding,sobel...
Can anyone help me that i can find the length of these boundaries???
Thanks
4 comentarios
Walter Roberson
el 16 de Dic. de 2013
Could you show an example? Use the paperclip icon, or
Türker
el 17 de Dic. de 2013
Editada: Walter Roberson
el 17 de Dic. de 2013
Walter Roberson
el 17 de Dic. de 2013
The image did not make it. If you need to, use one of the sites I linked to above and post the link here.
Türker
el 23 de Dic. de 2013
Respuesta aceptada
Más respuestas (1)
Keith Dalbey
el 26 de Dic. de 2013
0 votos
You need to convert your image into an array of numbers (easy), then call countourc at the number/color of the interface you want to find, this will return multiple disconnected countours, from that you need to extract the specific countour you desire based on its location (which you will probably need to do manually) and then add up the lengths of the segments in that contour.
1 comentario
Türker
el 26 de Dic. de 2013
Categorías
Más información sobre Image Arithmetic en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!