How to extract gradient part from this image?

댓글 수: 1

Image Analyst
Image Analyst 2020년 12월 19일
Your image link does not work. Please attach a PNG file instead. In the meantime, try imcrop().

댓글을 달려면 로그인하십시오.

 채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2020년 12월 19일
편집: KALYAN ACHARJYA 2020년 12월 19일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

제품

질문:

2020년 12월 19일

편집:

2020년 12월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by