Image Masking Technique
Version 1.0.0.0 (1.7 KB) by
Cavin Dsouza
It helps in edge detection, Image smoothening depending upon the masking matrices used.
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.
Cite As
Cavin Dsouza (2023). Image Masking Technique (https://www.mathworks.com/matlabcentral/fileexchange/40361-image-masking-technique), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2008a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Image Arithmetic >
Find more on Image Arithmetic in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |