Image Masking Technique

It helps in edge detection, Image smoothening depending upon the masking matrices used.
522 descargas
Actualizado 19 feb 2013

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2008a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0