Extract part from an image

3 views (last 30 days)
Shafiqah Alya
Shafiqah Alya on 19 Dec 2020
Edited: KALYAN ACHARJYA on 19 Dec 2020
How to extract gradient part from this image?
  1 Comment
Image Analyst
Image Analyst on 19 Dec 2020
Your image link does not work. Please attach a PNG file instead. In the meantime, try imcrop().

Sign in to comment.

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 19 Dec 2020
Edited: KALYAN ACHARJYA on 19 Dec 2020
[Gmag,Gdir]=imgradient(input_grayScaleImage);
imshow([Gmag,Gdir]);
title('<Gradient G Direction>')

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!