How to make the vessels brighter in this segmented image

조회 수: 1 (최근 30일)
Bajdar Nour
Bajdar Nour 2019년 10월 9일
댓글: Bajdar Nour 2019년 10월 12일
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