How to map a gradient image into 8-bit gray level image?

2 views (last 30 days)
How to map a gradient image into 8-bit gray level image?

Answers (1)

Image Analyst
Image Analyst on 7 Nov 2014
What does that mean exactly? Why can't you just do
grayImage = uint8(gradientImage);
??? Are you using imgradient() or imgradientxy()? Have you read this yet?

Community Treasure Hunt

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

Start Hunting!