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

4 visualizaciones (últimos 30 días)
Maninder
Maninder el 7 de Nov. de 2014
Respondida: Image Analyst el 7 de Nov. de 2014
How to map a gradient image into 8-bit gray level image?

Respuestas (1)

Image Analyst
Image Analyst el 7 de Nov. de 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?

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by