Edge Dection

버전 1.0.0.0 (56.6 KB) 작성자: Anthony Gabrielson
Simple Edge Detection
다운로드 수: 5K
업데이트 날짜: 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

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.