i want to write a code which will accept images from a directory and will apply an edge detection algorithm(e.g Sobel) on each and every image on-the-go. Can somebody help me?
조회 수: 1 (최근 30일)
이전 댓글 표시
A fully functional code would be appreciated.
댓글 수: 0
채택된 답변
Image Analyst
2013년 7월 13일
Fully functional code is in the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F. Just put a call to edge() inside the loop.
추가 답변 (1개)
Abiola Marof
2013년 7월 14일
Hi, am a new student working on image processing. I am in need of a working code to access a picture using eigenface and neural network using matlab. I will be glad if I can get a code for the two, so I can compare and measure. Thankz
댓글 수: 1
Image Analyst
2013년 7월 14일
Start your own discussion, if you need to after searching the File Exchange.
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!