嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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