资源列表
水印处理
- 基于matlab2010b GUI界面设计的数字图像水印处理(Digital image watermark processing based on matlab2010b GUI interface design)
180426-KSVD_Matlab_ToolBox
- KSVD字典学习算法,用于matlab, 可作为toolbox(KSVD dictianary Learning)
最小二乘影像匹配
- 运用最小二乘方法的matlab影像匹配,经典算法(MATLAB image matching using least squares method, classical algorithm.)
图像分块
- 将一张图像分成四个象限部分 提取出来 图像分块(Extracting an image into four quadrants)
基于LBP算子的人脸识别
- 基于LBP的人脸识别算法,Matlab编程语言(Face recognition algorithm based on LBP using matlab programming language)
meanshift
- meanshift聚类算法源码 可运行( Meanshift clustering algorithm source code)
PCA&SVD_Denoising
- 使用PCA和SVD进行数据去噪,利用数据主要的特征向量进行数据恢复和重建(Using PCA and SVD for data denoising)
实时车道检测软件
- 该软件包包含实现工作的源代码和数据集 论文。在Caltech Lanes数据集上运行检测器,该数据集可能位于 〜/加州理工学院车道/
compute_homography
- 用于求解张正友相机标定过程中的单应性矩阵(Homography matrix for camera calibration)
SpecTV_grayscale
- 用于图像去噪的tv模型源代码,这是图像去噪的很基础的模型。(Tv model source code for image denoising)
inpaint-object-remover-python
- 实现基于样本块的图像修复,是Criminisi经典图像修复算法。(Criminisi algorithm about exemplar-based inpainting)
均方误差MSE和峰值信噪比PSNR
- 利用MATLAB语言对图像进行处理,计算其均方误差MSE和峰值信噪比PSNR。