Can any one help in this, how can i implement gamma correction?
2 ビュー (過去 30 日間)
古いコメントを表示
Once the information about mammogram orientations are known gamma corrections are applied followed by morphological threshold T to find the initial boundary edges corresponding to each gamma correction. ?
1 件のコメント
回答 (1 件)
Matt J
2018 年 10 月 27 日
The imadjust command lets you input gamma correction parameters,
J = imadjust(I,[low_in high_in],[low_out high_out],gamma)
3 件のコメント
Image Analyst
2018 年 10 月 27 日
Intensity region (range of gray levels) or spatial region (physical places in the image)?
参考
カテゴリ
Help Center および File Exchange で Gamma Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!