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

4 visualizzazioni (ultimi 30 giorni)
How to map a gradient image into 8-bit gray level image?

Risposte (1)

Image Analyst
Image Analyst il 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?

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by