-
mobanpipei1
基于模板匹配的人眼定位算法,代码简单易懂,定位精度高(The eye location algorithm based on template matching, the code simple, high positioning accuracy)
- 2020-12-17 12:29:11下载
- 积分:1
-
retinex_mccann99
retinex算法的一个源代码,用于图像增强处理,能比较好的提高对比度(retinex an algorithm source code for image enhancement, to better enhance the contrast)
- 2007-04-03 09:46:29下载
- 积分:1
-
url
使用统一资源定位符类URL实现文件下载,同时ImageIO也可以实现(class URL download file)
- 2017-08-24 16:11:32下载
- 积分:1
-
wode1
是一个很好的图像拼接程序,先用sift算法提取两幅图片的特征点再用算法筛去错配点,把匹配点用线连接起来,注意:主函数是match.m,运行主函数后在命令框输入运行match( image1.jpg , image2.jpg )(Is a good image stitching program, the first two pictures with the sift algorithm feature extraction algorithm and then weed out the wrong point with point, the match point with a line linking Note: The main function is match.m, after running the main function Enter the run command box match (' image1.jpg' , ' image2.jpg' ))
- 2011-10-17 16:07:23下载
- 积分:1
-
Edgetest_Wavelet
该程序利用小波模极大值对图像边缘进行检测并提取,效果很理想(The program using the wavelet modulus maxima of the image edge detection and extraction, the effect of very satisfactory)
- 2007-08-02 14:58:15下载
- 积分:1
-
wavelet-transform-image
一种特殊的小波图像处理与图像融合技术,可以用于处理图像加密(a wavelet image transform and image code)
- 2021-04-21 22:08:49下载
- 积分:1
-
SketchCommonCVPR10_v1.1.tar.gz.tar
这个算法包实现了从多幅拥有共同结构的图像里提取出共同形状的骨架。( This package implements the algorithm for Sketching the Common
as described in:
Shai Bagon, Or Brostovsky, Meirav Galun and Michal Irani
"Detecting and Sketching the Common", CVPR 2010)
- 2021-03-02 14:09:34下载
- 积分:1
-
pca
pca 特征提取的源代码,对人脸识别很有帮助,(pca feature extraction of the source code, useful for face recognition,)
- 2009-09-11 08:49:19下载
- 积分:1
-
matlab(quzao)
八种经典的图像去噪的方法(包括图像),希望能对您有所帮助!(Eight classical image denoising methods (including images), hoping to help you!)
- 2008-12-12 22:52:29下载
- 积分:1
-
matlab.thresholding-master
在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了逆运动学证明来将机械臂移动到给定的x,y,z坐标。这一证明涉及三种命名身份,并获得了对机械臂设计的更好理解。(Image threshold segmentation)
- 2019-04-14 15:41:02下载
- 积分:1