Borrar filtros
Borrar filtros

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

3 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?

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by