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 の範囲の値を期待していました。
それは単なる正規化の問題ですか?