Standard deviation filter

版本 1.0.0.0 (10.9 KB) 作者: Jan Motl
Standard deviation filter for images based on integral images.
685.0 次下载
更新时间 2013/5/10

查看许可证

The implemented standard deviation filter is based on calculation two integral images and subsequent common calculation of the variance by:
var(X) = E[X^2] - (E[X])^2.

The advantage of this implementation is that the computation time is independent of the kernel size. In comparison to stdfilt from Image Processing Toolbox, whose computation time increases linearly, usage of the integral image method is beneficial for kernels bigger 15 pixels.

The disadvantage of integral based computation is that it doesn't allow easy changing of the kernel shape (triangle, cross, circle,...) and as a consequence only rectangular kernels are supported

引用格式

Jan Motl (2024). Standard deviation filter (https://www.mathworks.com/matlabcentral/fileexchange/41703-standard-deviation-filter), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Biomedical Imaging 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0