How to apply homomorphic filtering code for retinal images?

3 views (last 30 days)
I don't know how to apply homomorphic filtering for retinal images.

Answers (1)

Image Analyst
Image Analyst on 27 Jan 2015
That basically removes low spatial frequencies. Just blur the image with conv2() or imfilter() and subtract it from your original.

Community Treasure Hunt

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

Start Hunting!