how to get relative entropy thresholding for an image ?
7 ビュー (過去 30 日間)
古いコメントを表示
to get the only the red lesions from retinal image by subtracting the relative entropy thresholded image from tophat transformation of the same image
what is operation of entropy filter in image processing?
can i get the formula for relative entropy thresholding
0 件のコメント
回答 (1 件)
Peter Eze
2018 年 2 月 28 日
Rentropy= sum(sum(X.*log(X./Y))); X and Y are either distributions or vector data from a distribution.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!