How to find directional Map for intensity values

1 view (last 30 days)
Please help me to findout directional quantized value of intensity value of an image like following.

Accepted Answer

Image Analyst
Image Analyst on 28 Aug 2020
You can use imgradient() or imgradientxy().
  2 Comments
Anu G
Anu G on 28 Aug 2020
Sir, i dono how to compute qantized map value and to storred in four directional value like 0, 45, -45 and 90 degree. Kindly help me
Image Analyst
Image Analyst on 28 Aug 2020
The gradient vectors will not necessarily point only in those directions. They could point at any angle.

Sign in to comment.

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!