Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
Maninder
Maninder am 7 Nov. 2014
Beantwortet: Image Analyst am 7 Nov. 2014
How to map a gradient image into 8-bit gray level image?

Antworten (1)

Image Analyst
Image Analyst am 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!

Translated by