how to get relative entropy thresholding for an image ?

조회 수: 1 (최근 30일)
kalaivaani
kalaivaani 2013년 10월 11일
답변: Peter Eze 2018년 2월 28일
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

답변 (1개)

Peter Eze
Peter Eze 2018년 2월 28일
Rentropy= sum(sum(X.*log(X./Y))); X and Y are either distributions or vector data from a distribution.

Community Treasure Hunt

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

Start Hunting!

Translated by