资源列表
lbp
- 提取一幅图像的LBP特征,输入为一幅图片,输出为一个256维的行向量,代表图像的LBP特征。(The LBP feature of an image is extracted, and input is a picture. The output is a 256 dimensional row vector, representing the LBP characteristic of the image.)
IBP algorithm
- 基于IBP的超分辨率图像重建,对于学习很有帮助(Super resolution image reconstruction based on IBP is very helpful for learning.)
Tikhonov正则化超分辨率重建
- 一个基于Tikhonov正则化超分辨率重建,可以成功运行。(A Tikhonov based regularized super resolution reconstruction can be successfully operated.)
基于IBP算法的超分辨率图像重建
- 基于IBP算法的超分辨率图像重建,原理讲得十分清楚。(Super-resolution image reconstruction based on IBP algorithm. The principle is very clear.)
CT图像重建代码
- CT图像重建代码,直接滤波反投影,滤波反投影算法,解析法的滤波反投影算法,迭代法主程序,其余的都是调用函数。(CT image reconstruction code, direct filter back projection, filtered back projection algorithm, analytic method of filtered back projection algorithm, iterative main program, and the rest are ca
摄像机开发包
- 摄像机开发程序包,很好的例子,我用它完成了公司的工作,非常满意!(camera development,very good,very good)
edgelink
- 对边缘检测后出现的不连续的部分进行边缘连接(Edge join after the edge detection appears.)
Color-Image-Inpainting-master
- 基于正交匹配追踪和KSVD算法的图像修复。(Image inpainting based on OMP and KSVD algorithm)
109201252image-processing
- 关于MATLAB图像相关性分析的问题。随机选取1000对像素点,进行水平和垂直相关性分析。(image-correlation. select 1000 pair of pixel randomly and analyze the correlation both horizontally and vertically)
iriscode
- 虹膜识别源代码,非常非常厉害,十分十分好用(iris recognition source code)
图像识别部分
- 基于大宝sod蜜塑料瓶瓶口的堵料识别程序。包含预处理和图像分割及特征提取等部分。(Based on the Dabao sod honey plastic bottle bottle block identification program. Contains preprocessing, image segmentation, and feature extraction.)
Naive CNN 18 multiplication per clock cycle_V3
- 此文件是卷积神经网络中的卷积核的硬件实现代码(CNN:filter/filter3*3 filter4*4 filter5*5 filter6*6)