注册 登录
  • 2025.5.28,全新出发,真遥感,敢KO
  • 本站正式更名为RGB 3S博客,本站将撤消所有非3S内容,其将转移到新博客江湖时代

标签:IDL直方图

IDL画直方图小例子

代码 Pro test_his ; Read a flat binary file with an image. file = FILE_WHICH('ctscan.dat') scan = READ_BINARY(file, DATA_DIMS=[256,256]) ; Compute the ima……