multi-scale Gaussian kernels
이전 댓글 표시
Hi!
I'm working on the detection + classification of microaneurysms and have found many papers recommending a multiscale gaussian correlation coefficient. As I am new to image processing, I find the explanation in the original paper "Detection of microaneurysms using multi-scale correlation coefficients" by Zhang et al a bit complicated. Can anyone give me pointers on how to implement this?
I'm supposed to "apply a sliding neighborhood filter with multi-scale Gaussian kernels to the fundus image in order to calculate acorrelation coefficient for each pixel. Based on extensive experimentation, we chose five scales for the kernel to represent microaneurysms of different sizes with the sigma of the Gaussian function being 1.1, 1.2, 1.3, 1.4 and 1.5.The maximum coefficients from each of the five responses were combined to form a final response." <

>
채택된 답변
추가 답변 (1개)
Krishna Chaitanya
2019년 10월 27일
0 개 추천
Did you get the answer for this question,If so how did you implement it?@Stelmaria Lyra
댓글 수: 1
Image Analyst
2019년 10월 27일
He used imgaussfilt()
카테고리
도움말 센터 및 File Exchange에서 Image Category Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!