Image segmentation using Marr Hilderth Filter

Version 1.0.0.0 (1.75 KB) by Amarjot
The code compute the edge map of a grayscale image using Marr Hilderth Filter
1.3K Downloads
Updated Fri, 15 Mar 2013 13:51:22 +0000

View License

The code is divided into following sections:

1. Filter the input image with an nxn Gaussian low-pass filter

2. Compute the Laplacian of the image resulting from step 1 using
a desirable mask (for instance 3x3)

3. Find the zero crossing of the image from step 2.

Running the code:

[Ioutput]= marrfilter(I);

Cite As

Amarjot (2024). Image segmentation using Marr Hilderth Filter (https://www.mathworks.com/matlabcentral/fileexchange/40808-image-segmentation-using-marr-hilderth-filter), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Images in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0