How to make the vessels brighter in this segmented image

1 次查看(过去 30 天)
I want to increase the pixels intensity of segmented blood vessels for a image like this

采纳的回答

Stephan
Stephan 2019-10-11
I = imread('untitled.jpg');
I1 = imadjust(I,[0 0.1]);
imshow(I1)
results in:
vessels.PNG

更多回答(0 个)

类别

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