how to dilate the gray scale image and threshold value only on ROI?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a gray scale image that has several objects in it. can anyone tell me how to apply threshold only to one object( which is my ROI) in the image?
0 comentarios
Respuesta aceptada
Susan
el 10 de Abr. de 2013
If you created an ROI object, you can create a binary mask from the ROI. Then, you can specify an arbitrary image matrix where the values corresponding to where the mask = 1 are the original gray values, and all others are zero. You can then threshold the new image, since it only contains your ROI, with all other pixels being black. Finally, reverse the process and in the original image, say that anywhere the mask = 1 is now equal to the new, thresholded, image values.
In order to explain this better, I'd have to know more about your code. What function are you using to get your ROI?
5 comentarios
Image Analyst
el 10 de Abr. de 2013
No good for me either. Try another site like tinypic, picturepush, snag.gy, etc. Or look here: http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
Más respuestas (1)
BV
el 10 de Abr. de 2013
8 comentarios
Susan
el 29 de Mayo de 2013
I know it's been a while, but just wanted to check in and see if you found something that would work for tracking the bone and the noise object? I'm curious, as I may need to do some sort of object tracking down the line for the projects I work on.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!