资源列表
white_balance
- 白平衡的基本算法用MATLAB实现(white balance)
denoising
- MATLAB中的小波去噪算法,有3个基本步骤,本程序使用的是ddencmp函数获取全局默认阈(Wavelet denoising algorithm)
Pic_car
- 利用中的库函数MATLAB识别图像中的车牌号,效果较好。(Using the library function MATLAB to identify the license plate number in the image, the effect is better.)
RMSHE and AMHE
- RMSHE and AMSHE 可直接运行的直方图增强算法,附有相关的论文(RMSHE and AMSHE can be directly run by histogram enhancement algorithm, with related papers.)
IDL二次开发
- 详细介绍了IDL的编程知识,有助于初学者快速掌握IDL语言,并且用于ENVI的二次开发。(The programming knowledge of IDL is introduced in detail, and it is helpful for beginners to master IDL language quickly and use it for secondary development of ENVI..)
GISTools
- 通过arcgis python 模块包arcpy读取dxf文件,并添加到gdb文件数据库中。(Read the DXF file through the ArcGIS Python module package arcpy, and add it to the GDB file database.)
shiyan
- 界面画图 基于对话框文件 横线 圆 空心圆 颜色文本 矩形 等等(Interface drawing is based on dialog boxes, files, horizontal lines, circles, hollow circles, colors, texts, rectangles, etc)
CAC
- CAC图像质量体系,参考文献:刘海波, 汤群芳, 杨杰. 去雾图像质量客观评价方法研究[J]. 量子电子学报, 2016, 33(1):20-28.(CAC image quality assessment system)
hough变换提取椭圆matlab源程序
- hough变换提取椭圆,可以从二值图像中提取出椭圆(The ellipse can be extracted from Hough transform, and ellipse can be extracted from the two valued image.)
加权平均图像融合算法
- 小波融合的加权平均算法,适用于初学者,很好的引入(Weighted average algorithm for wavelet fusion)
gprmax
- GPR2D模拟程序,3D模拟程序,可以得到数值模拟数据(GPR2D system,3D system to get the GPR data)
sift 图像配准
- 本代码是基于sift特征的图像配准的纯MATLAB代码。