필터 지우기
필터 지우기

Extract part from an image

조회 수: 4 (최근 30일)
Shafiqah Alya
Shafiqah Alya 2020년 12월 19일
편집: KALYAN ACHARJYA 2020년 12월 19일
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일
[Gmag,Gdir]=imgradient(input_grayScaleImage);
imshow([Gmag,Gdir]);
title('<Gradient G Direction>')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by