How to extract gradient part from this image?

1 comentario

Image Analyst
Image Analyst el 19 de Dic. de 2020
Your image link does not work. Please attach a PNG file instead. In the meantime, try imcrop().

Iniciar sesión para comentar.

 Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 19 de Dic. de 2020
Editada: KALYAN ACHARJYA el 19 de Dic. de 2020

0 votos

[Gmag,Gdir]=imgradient(input_grayScaleImage);
imshow([Gmag,Gdir]);
title('<Gradient G Direction>')

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 19 de Dic. de 2020

Editada:

el 19 de Dic. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by