Extract part from an image

4 次查看(过去 30 天)
How to extract gradient part from this image?
  1 个评论
Image Analyst
Image Analyst 2020-12-19
Your image link does not work. Please attach a PNG file instead. In the meantime, try imcrop().

请先登录,再进行评论。

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2020-12-19
编辑:KALYAN ACHARJYA 2020-12-19
[Gmag,Gdir]=imgradient(input_grayScaleImage);
imshow([Gmag,Gdir]);
title('<Gradient G Direction>')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by