Understanding the image segmentation program
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi, folks. I am given a matlab program about blood vessel segmentation and trying to understand some of the codes.
There are some parts I don't really understand and requires clarification. Perhaps u guys could explain in simple terms or tell me what's the image processing technique involved in such segmentation method.
Parts of the program I don't understand :
Threshold Level :
Any explanation is appreciated.
0 comentarios
Respuestas (1)
Image Analyst
el 15 de Nov. de 2020
Don't you hate it when people write code with no comments? I'm sure you won't do that now that you see how hard it is to understand someone else's code.
It looks like they're flattening the image by doing a local histogram equalization to undue local brightness variation. Then they blur it and subtract it from the original to get vessels that are brighter than the local background. Not sure you need to do that since the adapthisteq() image is already pretty much background corrected. I suggest you display each image after it's computed to understand what it does, then put that in a comment so you'll know later what it does.
0 comentarios
Ver también
Categorías
Más información sobre Biomedical Imaging en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!