how to get relative entropy thresholding for an image ?
Show older comments
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
Answers (1)
Peter Eze
on 28 Feb 2018
0 votes
Rentropy= sum(sum(X.*log(X./Y))); X and Y are either distributions or vector data from a distribution.
Categories
Find more on Region and Image Properties in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!