资源列表
简单手势识别
- 使用matlab实现了对1,2,3,4,5简单的手势识别。(Matlab to achieve simple gesture recognition.)
PCC Test Model Category 3 v1
- PCC Test Model Category 3 v1
cvpr09defog(matlab)
- 暗原色先验的视频去雾算法 matlab实现(the code of defog using dark-chanel prior algorithm)
grace
- 有关grace卫星数据.cn格式的数据提取处理(Data extraction and processing for.Cn format of grace satellite data)
Oleration
- 用MATLAB实现计算机视觉中三维重构所需的基本矩阵的运算(Implementation of basic Matrix Operation for 3D Reconstruction in computer Vision with MATLAB)
inpaint-object-remover-python
- 实现基于样本块的图像修复,是Criminisi经典图像修复算法。(Criminisi algorithm about exemplar-based inpainting)
SpecTV_grayscale
- 用于图像去噪的tv模型源代码,这是图像去噪的很基础的模型。(Tv model source code for image denoising)
直角坐标图像转极坐标
- 把直角坐标系下的图像转为极坐标下的,可以选择图片大小
compute_homography
- 用于求解张正友相机标定过程中的单应性矩阵(Homography matrix for camera calibration)
compare_pcl_gpucpu-master
- 对比CPU和GPU加速,pcl::cuda的使用教程,利用随机采样一致(RANSAC)去除地平面等例子。(Compare CPU and GPU acceleration, pcl::cuda tutorial, using random sampling consistency (RANSAC) to remove ground plane and other examples.)
傅里叶变换
- 该程序可以实现傅里叶变换,制作时程图,导出频谱图和功率谱图等功能
Find_Different-master
- 简单的图像处理,包括开启手机相机预览图像 * 将采集到的图像转换成灰度图预览 * 将灰度图像经过Sobel转换后预览 * 对Sobel之后的图像进行二值化 * 二值化的过程中可以随时动态调整分割阈值 * 通过拍照按钮可以锁定图像,在按一次进行边缘提取(Simple image processing)