How to apply a modified matched filter to an image?

2 views (last 30 days)
I am trying to do retial blood vessel extraction and in that process I need to apply a gaussian filter for |x| ≤ 3σ, |y| ≤ L for a retinal image.
The image will be filtered by g (x, y) in eight directions. Each of the eight filtering responses will be thresholded to generate a vessel map. Finally, the eight vessel maps are fused through a logical OR operation.
Can anyone suggest me how to do it?
Thank you

Answers (1)

alireza mohsenpour
alireza mohsenpour on 24 Jan 2022
Hey Krishna
I have the same project to do. have you got answer from somewhere else on this?

Community Treasure Hunt

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

Start Hunting!