如何在网格/冲浪图中将灰色颜色图的跨度从 0-255 更改为 100-255?我想知道这是否可以在不将数据转换为 uint8 的情况下完成。
我已经看到乔纳斯的这个答案
newColormap = imadjust(oldColormap,[low_in; high_in],[low_out; high_out],gamma);
但我不知道如何将变量“colormap gray”分配给“oldColormap”
谢谢
如何在网格/冲浪图中将灰色颜色图的跨度从 0-255 更改为 100-255?我想知道这是否可以在不将数据转换为 uint8 的情况下完成。
我已经看到乔纳斯的这个答案
newColormap = imadjust(oldColormap,[low_in; high_in],[low_out; high_out],gamma);
但我不知道如何将变量“colormap gray”分配给“oldColormap”
谢谢