Extract part from an image
3 ビュー (過去 30 日間)
古いコメントを表示
1 件のコメント
Image Analyst
2020 年 12 月 19 日
Your image link does not work. Please attach a PNG file instead. In the meantime, try imcrop().
採用された回答
KALYAN ACHARJYA
2020 年 12 月 19 日
編集済み: KALYAN ACHARJYA
2020 年 12 月 19 日
[Gmag,Gdir]=imgradient(input_grayScaleImage);
imshow([Gmag,Gdir]);
title('<Gradient G Direction>')
More imgradient

0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!