Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我使用 rasterio.plot.show_hist(landsat_dataset.read([1,2,3,4,5,6,7]), bins=50, histtype='stepfilled', lw=0.0,stacked=False, alpha=0.3) 在一堆多通道图像上。
我有一个直方图,其 DN 值从 -10000 到 +7500 不等。我期待的值在 0 到 255 之间。
这只是一个规范化问题吗?