error using edge detection function
이전 댓글 표시
hi, all i have error in edgedet function my code is shown in the attaching picture please help with regards.

답변 (1개)
Walter Roberson
2015년 10월 20일
0 개 추천
JPEG images are always TrueColor, and so are always 3 dimensional. You are trying to apply edge() to a 3 dimensional array, but it is restricted to 2 dimensional arrays.
카테고리
도움말 센터 및 File Exchange에서 Object Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!