搜索资源列表
subpix亚像素
- 自己编写的matlab程序 实现数字图像的模板匹配和相关算法,以及亚像素算法 压缩包中含源程序,实例图片和模板,以及模板生成算法。 使用方法: 1、设定路径 2、打开threshold,F5 有问题欢迎提问。
HOW TO DO RESEARCH 采用模板匹配的方法识别手势
- //修改后能运行的程序,但是结果好像不是很好 //我的机子是赛扬600,超频到900在用,内存是256sdram,刚才调的时候居然 //内存不够用了,又很多地方需要改进,如果有时间,我会把改了的重新上传 //还有个问题就是,偶尔会定位到我的脸上,估计是我的脸长的太像手了 : ) //采用模板匹配的方法识别手势 //这次修改了内存消耗猛增的bug,但是仍然有小幅增长,只要测试时间在半个 //小时之内,一般不会出现内存不足的提示。 //修正
运动估计算法
- 运动估计的算法源程序,搜索精度为半精度,方法是对整像素搜索到的匹配位置的领域像素进行内查,然后进一步搜索,找到更精确的匹配位置- In the movement estimate algorithm source program, the search precision is half precision, the method is the match position domain picture element which
matcher
- 自己写的两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。-himself wrote the two images and matching feature points, which used the OpenCV library, features include : the feature points subpixel accuracy test
radarchengxiang
- 一种基于匹配滤波的对地面目标成像的算法 属于雷达成像部分的内容-a matched filter based on the targets on the ground imaging radar imaging algorithm is part of the contents
AutoFuzzy
- 该程序采用自适应模糊匹配算法完成贝尔模板图像到全彩图像的插值运算-the procedure adaptive fuzzy matching algorithm Bell template image to the entire color pictures as the interpolation operation
LSM_Match
- 最小二乘匹配,图像匹配算法,需要初始匹配坐标,可以达到亚像素精度-least squares matching, image matching algorithm, the initial need to match coordinates, can reach sub-pixel accuracy
imgProcessNew
- 高精度处理影像匹配技术,精度达到mm级,可以动态处理各种影像数据文件。-image matching high-precision processing technology, the accuracy of the mm level, can handle various dynamic image data files.
content
- 一个图像匹配的程序,共有4幅图片,可以选取之一为目标图像,可以将其他三副图片按相似度大小进行排序
monituihuo
- matlab 图形图像处理 图像匹配 模拟退火法直接匹配 优化算法-matlab graphics image processing image matching simulated annealing optimization algorithm directly match
14110842227
- 图像匹配的源代码……用VC++开发的…… 使用说明在压缩包里-Image matching of source code with ... ... VC++ Development ... ... for use in compression bag
agag
- 程序实现了bmp和dib图片的的读取,并能用各种经典的算法对图片实现_图像增强,图像匹配,图像复员,图像变换,特-Procedures and dib realize the bmp image of the read, and use a variety of classic algorithm to realize image _ image enhancement, image matching, image demobiliza
Image_matching-SSDA
- VC++ 基于序贯相似性算法SSDA的图像匹配识别定位程序、测试图片及源代码-VC++ based on the similarity of sequential image matching recognition algorithm SSDA positioning procedure, test images and source code
imgpolarcoord
- 图像笛卡尔坐标转极坐标,下视景像匹配制导中,实时图和基准图的拍摄高度、方位和图像比例尺不完全一致,两图的轮廓形状存在旋转和变形等差异,边缘特征提取方法受图像灰度分布影响存在变形和移位,易导致匹配错误。用侧抑制竞争方法,图像边缘特征提取快速准确,不发生移位,对灰度变化也不敏感,再用扩展边缘特征法,克服轮廓变形对边缘匹配的影响。在此基础上,引入对数极坐标变换,进一步提高图像的抗旋转和尺度收放的匹配精度。结果表明,此方法模型简单、抗几何变形能
es
- 基于灰度投影的电子稳像算法,与基于特征点匹配的方法相比,速度快,稳定性好,vs2008下编译通过,用c语言写的,方便移植,建议大家都来下载。-Based on Gray-projection electronic image stabilization algorithm based on feature point matching method compared to high speed, good stability, vs20
2009044538
- 前视图像匹配技术论文 非常详细 对学习SIFT算子很有帮助 -SIFT feature matching technology is very detailed notes
OpenCV模板匹配的方法识别手势
- 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
C#提取特征点并进行图像匹配
- 建立在Moravec算子基础上提取特征点后与另外一幅图像进行匹配计算,并输出特征点对应的匹配点像素坐标(Based on the Moravec operator, the feature points are extracted and matched with another image, and the matching pixel coordinates corresponding to the feature points a
C#图像同名像点提取
- 使用基于相关系数的影像匹配测度算法,从两幅数字影像中自动匹配50个以上的同名像点。使用窗体界面、控件编程;在设计的界面窗口中显示两幅图像、在图像中显示所匹配出的同名像点 (+),并列表显示各个同名像点的像素坐标。(Using image matching measure algorithm based on correlation coefficient, more than 50 homonymous points are autom
亚像素级角点检测
- 角点通常被定义为两条边的交点,或者说,角点的局部邻域应该具有两个不同区域的不同方向的边界。角点检测(Corner Detection)是计算机视觉系统中获取图像特征的一种方法,广泛应用于运动检测、图像匹配、视频跟踪、三维重建和目标识别等,也可称为特征点检测(Using the edge of the damaged area, i.e. the color and structure of the edge, the informati