基本信息
源码名称:空间域图像增强之灰度变换和直方图均衡匹配
源码大小:2.46M
文件格式:.rar
开发语言:MATLAB
更新时间:2022-04-04
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
空间域图像增强之灰度变换和直方图均衡匹配

.
├── 好例子网_空间域图像增强之灰度变换和直方图均衡匹配.rar
└── 源程序代码
    ├── imadjust 示例
    │   ├── aerial photo.tif
    │   ├── example_imadjust.m
    │   ├── fracture.tif
    │   ├── human tissue.tif
    │   ├── pollen.tif
    │   └── spectrum.tif
    ├── 伽马变换
    │   ├── T_gam.m
    │   ├── aerial photo.tif
    │   ├── fracture.tif
    │   └── gam_main.m
    ├── 对数变换
    │   ├── T_log.m
    │   ├── log_main.m
    │   └── spectrum.tif
    ├── 灰度拉伸
    │   ├── T_stretch.m
    │   ├── example_main.m
    │   ├── fixE_main.m
    │   ├── fixm_main.m
    │   └── pollen.tif
    ├── 负片变换
    │   ├── T_neg.m
    │   ├── human tissue.tif
    │   └── neg_main.m
    ├── 图像的直方图
    │   ├── ZFT.m
    │   └── lenna.tif
    ├── 直方图均衡化
    │   ├── JH.m
    │   ├── pollen1.tif
    │   ├── pollen2.tif
    │   ├── pollen3.tif
    │   └── pollen4.tif
    └── 直方图规定化
        ├── GD.m
        ├── mars.tif
        └── new_mars.tif

9 directories, 32 files