资源列表
jizhifa
- 线结构光三维重建之极值法提取激光条纹中心(Center extraction of laser stripe)
kriging2
- 对三维点阵进行克里金插值 % USES: % [elevation] = KRIGING(PointsX,PointsY,PointsElev) % [elevation] = KRIGING(PointsX,PointsY,PointsElev,Range,Sill) % [elevation,gridX,gridY] = KRIGING(PointsX,PointsY,PointsElev) %
Saliency Detection
- 本算法实现了一个图像视觉显著性的简单计算模型。 算法论文:Saliency Detection A Spectral Residual Approach
FBP
- 基于理想卷积反投影重建算法理论,推导出相应校正偏离的卷积反投影算法。对图像进行重建。(Based on the theory of ideal convolution back projection reconstruction algorithm, a convolution back projection algorithm for correcting deviation is derived. The image is reconstructed.)
cvpr09 defog(matlab)
- 基于暗通道先验的图像去雾算法源代码,经调试可以顺利运行,能够处理薄雾或者浓雾遮盖的模糊图片,效果很不错。(The source code of image de haze algorithm based on a priori dark channel can run smoothly after debugging, and it can handle blurred images covered with mist or dense fog. The effect is pretty goo
水印处理
- 基于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)