How to map a gradient image into 8-bit gray level image?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to map a gradient image into 8-bit gray level image?
0 commentaires
Réponses (1)
Image Analyst
le 7 Nov 2014
What does that mean exactly? Why can't you just do
grayImage = uint8(gradientImage);
0 commentaires
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!