How to make the vessels brighter in this segmented image

1 visualizzazione (ultimi 30 giorni)
I want to increase the pixels intensity of segmented blood vessels for a image like this

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by