フィルターのクリア

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 Center および File ExchangeImage Filtering and Enhancement についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by