How to map a gradient image into 8-bit gray level image?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How to map a gradient image into 8-bit gray level image?
0 Kommentare
Antworten (1)
Image Analyst
am 7 Nov. 2014
What does that mean exactly? Why can't you just do
grayImage = uint8(gradientImage);
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!