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

4 次查看(过去 30 天)
How to map a gradient image into 8-bit gray level image?

回答(1 个)

Image Analyst
Image Analyst 2014-11-7
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?

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by