资源列表
电脑自带摄像头完成的1-5数字手势识别
- 启动电脑外接USB摄像头, 完成的1-5数字手势识别(Start the computer to connect the USB camera to the 1-5 digital gesture recognition)
001sifttest
- 双目视觉立体匹配,sift特征匹配,极限约束(Binocular stereo matching, sift feature matching, limit constraints)
Decomposition of image
- 分解动态图片,通过读取动图文件,获取帧数,通过帧数获取到每一帧的图片。(The decomposition of dynamic pictures, get frames by reading the dynamic figure, access to the file, each frame picture frames by.)
RbDEaOP
- 全息成像光栅形成代码,全息衍射效率,折射率成像代码(Holographic imaging)
corner detect
- 用于多边形角点检测,主要针对二值化后的图像进行处理(Used for polygon corner detection, mainly for two valued image processing)
运动估计程序
- 基于块的运动估计、通过全搜索法实现运动估计()
canny_edge
- 本代码使用matlab实现了CANNY算子提取边缘的算法(CANNY operator Extraction edge)
边缘检测和hough 变换实现边缘检测MATLAB
- 进行图像的边缘检测,霍夫变换用于图像分割处理(image segmentation based on edges check and hough shift)
GuidedFilter
- 图像增强和图像修复两种技术彼此交叉的典范,如果将雾霾看作是一种噪声,那么去除雾霾的标准显然是非常客观的,也就是将图像恢复到没有雾霾所获取的情况;如果将在雾霾环境下拍摄的照片看作是一种图像本来的面貌,那么去雾显然就是人们为了改善主观视觉质量而对图像所进行的一种增强。(A model of image enhancement and image restoration technology of two kinds of cross each other, if the haze is regard
数字图像锐化
- 该代码将先一幅源图像转换为二维灰度图像,然后进行锐化处理,突出图像细节。(The code converts a source image to a two-dimensional gray image, and then makes a sharpening process to highlight the details of the image.)
基于Hough变换的人眼虹膜定位方法
- 基于Hough变换的人眼虹膜定位方法,基于Hough变换来检测人眼虹膜位置,matlab程序
entropy_fuzzy_threshold
- 算法步骤: (1) 计算图像直方图,灰度级为Ns,图像的平均灰度值为Tc; (2) 分别计算第一个灰度级和其余灰度级的信息熵并求和,前两个灰度级和其余灰度级的信息熵并求和,以此类推计算Ns个和; (3) 找到H在Tc附近最大值的位置Tenf即为阈值; (4) 图像中大于阈值的像素置1,其余置0而实现二值分割。 算法的核心:信息熵越大越有不确定性,分割出的图片越好。(Algorithm steps: (1) the histogram of the image is calcula