资源列表
OpenGL编程指南(原书第8版)中文高清晰版.pdf
- OpenGL 编程指南 ( 原书第 8 版 ) (美)Dave Shreiner Graham Sellers John Kessenich Bill Licea-Kane 著 王锐 等译(OpenGL Programming Guide: The Official Guide to Learning. OpenGL, Version 4.3, Eighth Edition.)
inpaint-object-remover-python
- 实现基于样本块的图像修复,是Criminisi经典图像修复算法。(Criminisi algorithm about exemplar-based inpainting)
SpecTV_grayscale
- 用于图像去噪的tv模型源代码,这是图像去噪的很基础的模型。(Tv model source code for image denoising)
gabor反褶积程序
- gabor反褶积程序。用于计算Gabor反褶积的计算。
直角坐标图像转极坐标
- 把直角坐标系下的图像转为极坐标下的,可以选择图片大小
google
- google的zxing识别模块,包含源码及demo模块,嵌入即用。(zxing module of google, including source codes.)
compute_homography
- 用于求解张正友相机标定过程中的单应性矩阵(Homography matrix for camera calibration)
水平集C-V模型
- 采用水平集技术实现图像分割。。。。。经典的水平集分割方法。。。。。。完整的全部代码。。。。。。。(The level set technique is used to realize image segmentation. The classical level set segmentation method. The complete code.)
3d_heatmap-master
- 利用python语言构建三维的热力图模型,输入数据可以直接计算导出3D热力图(Using Python language to build three-dimensional thermodynamic chart model, input data can directly calculate the 3D thermal diagram.)
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)