如何消除输出图像的边界像素处的错误检测 [英] How to remove the false detection at border pixels of the output image

查看:41
本文介绍了如何消除输出图像的边界像素处的错误检测的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对图像处理非常陌生.我在具有8个不同方向的视网膜图像(例如60、67.5、75、120、135、150、157.5、165度)的不同波长的视网膜图像上应用了Gabor滤镜.我生成了输出图像.但是我想消除在输出图像的边界像素处的错误检测.我该怎么办?

I am a very much new to image processing. I have apply Gabor filter on a retinal image with 8 different orientations say 60,67.5,75,120,135,150,157.5,165 degree at different wavelengths.I have generated an output image. But I want to remove the false detection at border pixels of the output image. How do I do?

推荐答案

一种选择(如果您具有图像处理工具箱)是使用

One option, if you have the Image Processing Toolbox is to use the imclearborder function with a syntax like:

bw2 = imclearborder(bw);

哪个给出结果:

bw                         bw2

这篇关于如何消除输出图像的边界像素处的错误检测的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆