资源列表
基于SIFT算法的图像特征点提取与匹配
- 文章深入研究了 SIFT 特征点提取的原理及过程,以基于 K-D 树结构的近邻算 法对呈线性变换的两幅图像在不同视角和噪声干扰情况下进行了特征点的粗匹 配,并通过随机抽样一致性算法(Random Sample Consensus)进行特征点的提纯,删 除例如错误的匹配特征点对。针对粗匹配后误匹配点对较多导致的 RANSAC 算法 效率降低、运算时间变长的情况,论文以视差梯度约束对粗匹配点对进行预筛选, 提升了 RANSAC 算法的效率。根据匹配点对空间位置关系得出图像之间的变换模 型;最后将图像
bisthe666
- canny算法进行图像处理,利用opencv库函数(Canny algorithm performs image processing, using opencv library function.)
wt
- 小波变换是一种时频分析工具,可以用于图像去噪和压缩算法中。(Wavelet transform is a time-frequency analysis tool, which can be used in image denoising and compression algorithms.)
Demo2三维桌球
- 鼠标移动/输入推荐。 鼠标行为是: *环顾四周 - > Hold-Move左键 瞄准并环顾四周。 - > Hold-Move鼠标右键 *增加/减少射击威力(瞄准时) - > Hold-Move向前/向后鼠标右键 *拍摄 - >释放鼠标右键 *放大/缩小 - > Hold-Move向前/向后鼠标中键 主要输入如下: * Rotate-left: a或keypadleft。 * Rotate-right: d或keypadright。 *放
极线
- 在对极几何中,已知由同一相机在不同拍摄角度拍摄的两幅图像, 求基础矩阵F;通过F求极线,并标出来。(In polar geometry, two images from the same camera at different shooting angles are known. Find the basic matrix F; seek the polar line through F, and mark it out.)
nlbepjy
- 本系统主要是针对用户和学生的,用户的信息是直接在注册的时候保存到数据库中的。(This system is mainly aimed at users and students, and the information of users is directly stored in the database when registered.)
spiht-matlab
- spiht算法源码,使用matlab实现spiht算法。(SPIHT Algorithm in MATLAB Program Language)
ReadHighCamera
- 大恒摄像头内部自带驱动库,无法直接用Qt来读取图片,需要借助opencv做格式转换,来实现上位机显示。如果缺少dll文件请自己添加。(需要opencv和大恒水晶的dll,详见属性页)(this is a demo about how to show daheng camera image to the Qt ui Widget .it just a format conversion.)
writeword
- TXT导入数据,然后写入图片(可改变字符颜色、字符大小,字符字体),然后输出到指定文件夹。 本文件主要为了批量处理图片标注。(TXT imports the data, then writes the image (changing the character color, character size, character font), and then outputs it to the specified folder. This document is mainly for batc
hongyequsejinglin1.6
- 用于桌面颜色吸取,方便快捷,可吸取为RGB值和HEX值(Used for desktop color absorption, convenient and quick, can be absorbed into RGB and HEX values.)
highlight
- OSG 中通过射线相交获取交点节点,使得节点使其高亮(pick a node and let it highlight)
ScanFill
- 图像处理,图像的旋转转换,灰度处理,取反等功能实现(Image processing, image rotation conversion, grayscale processing, reverse and other functions.)