Extract part from an image

How to extract gradient part from this image?

1 Comment

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

Products

Community Treasure Hunt

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

Start Hunting!