how to compute pixel difference based upon gradient direction of an image

조회 수: 1 (최근 30일)
Ram
Ram 2016년 6월 20일
댓글: Ram 2016년 6월 27일
based on four different directions need to compute pixel difference satisfying threshold value

답변 (1개)

Image Analyst
Image Analyst 2016년 6월 26일
I don't understand your question. But you might start with imgradient() or imgradientxy().
  댓글 수: 1
Ram
Ram 2016년 6월 27일
for image 256*256 calculated edge pixel and corresponding gradient direction such as 0,45,-45,-90 now for every edge pixel i need to calculate pixel difference based upon their corresponding direction and if the difference satisfy threshold value then need to store those pixel values. Please help in this regard

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

Community Treasure Hunt

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

Start Hunting!

Translated by