Azzera filtri
Azzera filtri

Extract part from an image

4 visualizzazioni (ultimi 30 giorni)
Shafiqah Alya
Shafiqah Alya il 19 Dic 2020
Modificato: KALYAN ACHARJYA il 19 Dic 2020
How to extract gradient part from this image?
  1 Commento
Image Analyst
Image Analyst il 19 Dic 2020
Your image link does not work. Please attach a PNG file instead. In the meantime, try imcrop().

Accedi per commentare.

Risposta accettata

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

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by