Edge Dection

Simple Edge Detection
5.0K 次下载
更新时间 2005/12/8

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

启发作品: edge detection using 2X2 matrix

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Code cleanup and a pointer math error.