Image Masking Technique

版本 1.0.0.0 (1.7 KB) 作者: Cavin Dsouza
It helps in edge detection, Image smoothening depending upon the masking matrices used.
522.0 次下载
更新时间 2013/2/19

查看许可证

A HPF Mask is used to detect the edges in a given image.Example of one such HPF mask of order 3*3 is

[0 -1 0;-1 4 -1;0 -1 0].

This resultant image of edges is added to the original image so as to produce a sharp image.

Also LPF mask matrices can be used to produce smooth images.

引用格式

Cavin Dsouza (2024). Image Masking Technique (https://www.mathworks.com/matlabcentral/fileexchange/40361-image-masking-technique), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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