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!