# gaussian-image-filtering
Smoother versions of highpass and lowpass filters where spatial frequency thresholds correspond to the FWHM of Gaussian-based filters.
Takes input image, modifies its frequency domain according to upper or lower spatial frequency thresholds, and returns the filtered image. These are Gaussian filters in that the threshold frequencies correspond to the FWHM (full-width-at-half-maximum) of the Gaussian equations defining the filters. The frequencies outside of the threshold smoothly and asymptotically decay to 0.
Compare to the "hard" filters I contributed at: https://www.mathworks.com/matlabcentral/fileexchange/72682-hard-low-pass-high-pass-and-band-pass-filtering-for-images
The hard filters are good for isolating specific frequencies, but when applied to images that represent more than a simple superposition of waves, they often yield results with wavy artifacts, most likely due to image edges and the discontinuous nature of the filter.
This Gaussian filter is less robust for isolating particular frequencies (as it does not entirely eliminate frequencies outside of those defined by the threshold, instead allowing them to smoothly decay), but is better suited for providing artifact-free filtered images, which are in some contexts (e.g. precision-machining) more useful.
This function also includes a scale factor for physical data. This should be utilized any time the height of an image differs physically from its width (e.g. an image that physically represents a 2 mm x 3 mm area).
Please see function description and examples for a more in-depth explanation and demonstration of its use.
[![View Gaussian filtering for images on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/72795-gaussian-filtering-for-images)
matlab科研社
- 粉丝: 2w+
- 资源: 2767
最新资源
- springboot项目基于大数据的心脏病患者数据分析.zip
- springboot项目基于协同过滤算法的黔醉酒业白酒销售系统_pv.zip
- springboot项目基于协同过滤算法商品推荐系统.zip
- springboot项目基于协同过滤算法的东北特产销售系统的实现.zip
- springboot项目家教管理系统.zip
- springboot项目驾校预约学习系统.zip
- springboot项目集团门户网站.zip
- springboot项目教师薪酬管理系统.zip
- springboot项目教学资源共享平台.zip
- springboot项目教学辅助系统.zip
- pcie接口中文资料PDF
- springboot项目考务报名平台论.zip
- springboot项目考勤管理系统代码.zip
- MATLAB代码:基于两阶段鲁棒优化算法的微网电源容量优化配置 关键词:容量优化配置 微网 两阶段鲁棒规划 仿真平台:MATLAB YALMIP+CPLEX 主要内容:代码主要做的是一个微网中电源
- T_EERT 024-2022 恶臭处理装置运行维护规范.docx
- TCMATB 1001-2019 中国黑猪肉.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈