Edge Dection

Simple Edge Detection
5K download
Aggiornato 8 dic 2005

Visualizza la licenza

This code converts a BW image to an Edge Detected image in C with MEX. I put this together for a school project and I couldn't find any good examples of MEX with image processing. One note the code is currently hard coded to handle only UINT8, however it should be trivial to convert that data type. Enjoy.

Cita come

Anthony Gabrielson (2024). Edge Dection (https://www.mathworks.com/matlabcentral/fileexchange/9108-edge-dection), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14SP3
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato: edge detection using 2X2 matrix

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Code cleanup and a pointer math error.