kirschEdge(imageIn)

Version 1.0.0.0 (524 Bytes) by John
Perform Kirsch's Analysis on an image for edge detection.
587 Downloads
Updated 5 May 2015

View License

This code detects the edges in a grayscale image by convolving the input with 8 different filter masks, and taking the output image at pixel (x,y) to be the maximum of the convolutions at pixel (x,y). The filter masks can be seen here: http://en.wikipedia.org/wiki/Kirsch_operator

Cite As

John (2024). kirschEdge(imageIn) (https://www.mathworks.com/matlabcentral/fileexchange/50749-kirschedge-imagein), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux

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