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

1 回表示 (過去 30 日間)
Maninder
Maninder 2014 年 11 月 7 日
回答済み: Image Analyst 2014 年 11 月 7 日
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?

Community Treasure Hunt

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

Start Hunting!

Translated by