Extract part from an image

2 Ansichten (letzte 30 Tage)
Shafiqah Alya
Shafiqah Alya am 19 Dez. 2020
Bearbeitet: KALYAN ACHARJYA am 19 Dez. 2020
How to extract gradient part from this image?
  1 Kommentar
Image Analyst
Image Analyst am 19 Dez. 2020
Your image link does not work. Please attach a PNG file instead. In the meantime, try imcrop().

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

KALYAN ACHARJYA
KALYAN ACHARJYA am 19 Dez. 2020
Bearbeitet: KALYAN ACHARJYA am 19 Dez. 2020
[Gmag,Gdir]=imgradient(input_grayScaleImage);
imshow([Gmag,Gdir]);
title('<Gradient G Direction>')

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by