필터 지우기
필터 지우기

Can anybody help me the function adjcontrast() ?

조회 수: 2 (최근 30일)
Surya Gnyawali
Surya Gnyawali 2015년 5월 26일
댓글: Thorsten 2015년 5월 26일
I need to see capillary blood vessels from a perfusion imaging. I need to reduce the noise, enhance contrast. Hoping this function adjcontrast() can serve part of my aim. Would you please help me in this code. Thank you ! in advance Surya

채택된 답변

Thorsten
Thorsten 2015년 5월 26일
h = imshow(yourimage);
imcontrast(h)
  댓글 수: 2
Surya Gnyawali
Surya Gnyawali 2015년 5월 26일
This is great Thorsten ! Thanks a lot! Would you mid if I ask a function to reduce noise? I used medfilt2(), weiner2(), filter2(fspecal('average',3),image)... none helped.
enhancing blood vessels I used regionprops(), edge detection as well would you please advise. Thanks Surya
Thorsten
Thorsten 2015년 5월 26일
Surya, this is another question. Please ask a new question, then you have the chance to get feedback from all.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by