How to map a gradient image into 8-bit gray level image?
4 views (last 30 days)
Show older comments
How to map a gradient image into 8-bit gray level image?
0 Comments
Answers (1)
Image Analyst
on 7 Nov 2014
What does that mean exactly? Why can't you just do
grayImage = uint8(gradientImage);
0 Comments
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!