Understanding the image segmentation program

1 次查看(过去 30 天)
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.

回答(1 个)

Image Analyst
Image Analyst 2020-11-15
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.

类别

Help CenterFile Exchange 中查找有关 Biomedical Imaging 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by