Image division for segmentation
Mostrar comentarios más antiguos
Hello, I have a binarized image and I need to divide it into parts for segmentation. How could I do that? Thanks
4 comentarios
Sahas Marwah
el 28 de Jun. de 2023
Assuming that you need help in Image Segmentation, you can use the "greythresh" method or the Image Segmentor App.
You can visit these documentation pages for more information:
https://in.mathworks.com/help/images/image-segmentation.html -- Different types of Segmentation techniques including greythresh
https://in.mathworks.com/help/images/image-segmentation-using-the-image-segmenter-app.html -- Image Segmentor app
https://in.mathworks.com/help/images/ref/imbinarize.html -- How to binarize an image
Assuming you need help in Image Division, you can look at this answer:
DGM
el 28 de Jun. de 2023
What you describe is vague. You're going to have to clearly explain what you have and what you intend to do.
Pablo Márquez
el 29 de Jun. de 2023
Editada: Pablo Márquez
el 29 de Jun. de 2023
Pablo Márquez
el 29 de Jun. de 2023
Respuestas (1)
Keerthi Reddy
el 28 de Jun. de 2023
0 votos
Hi Pablo, in MATLAB, you can use the regionprops function to divide a binarized image into parts for segmentation.
Here is the documentation for the same: Measure properties of image regions - MATLAB regionprops - MathWorks India.
I hope this helps,
Thanks.
1 comentario
Pablo Márquez
el 29 de Jun. de 2023
Categorías
Más información sobre Image Preview and Device Configuration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

