-
src
说明: ORB-SLAM 基本延续了 PTAM 的算法框架,但对框架中的大部分组件都做了改进, 归纳起来主要有 4 点:
ORB-SLAM 选用了 ORB 特征, 基于 ORB 描述量的特征匹配和重定位, 都比 PTAM 具有更好的视角不变性。此外, 新增三维点的特征匹配效率更高, 因此能更及时地扩展场景。扩展场景及时与否决定了后续帧是否能稳定跟踪。ORBSLAM 加入了循环回路的检测和闭合机制, 以消除误差累积。系统采用与重定位相同的方法来检测回路(匹配回路两侧关键帧上的公共点), 通过方位图 (Pose Graph) 优化来闭合回路。PTAM 需要用户指定 2 帧来初始化系统, 2 帧间既要有足够的公共点, 又要有足够的平移量. 平移运动为这些公共点提供视差 (Parallax) , 只有足够的视差才能三角化出精确的三维位置。ORB-SLAM 通过检测视差来自动选择初始化的 2 帧。PTAM 扩展场景时也要求新加入的关键帧提供足够的视差, 导致场景往往难以扩展. ORB-SLAM 采用一种更鲁棒的关键帧和三维点的选择机制——先用宽松的判断条件尽可能及时地加入新的关键帧和三维点, 以保证后续帧的鲁棒跟踪; 再用严格的判断条件删除冗余的关键帧和不稳定的三维点,以保证 BA 的效率和精度。(Orb-slam basically continues the algorithm framework of PTAM, but most of the components in the framework have been improved, which mainly includes four points:)
- 2020-06-11 23:43:54下载
- 积分:1
-
DetectionofTonguesCrackBasedonAdaptiveThreshold
摘 要:舌象中的裂纹是中医舌诊中的重要内容。由于拍摄条件的不同,舌象质量有较大差异,传统的阈值选取方法并不
适用。文中提出一种舌象裂纹检测的自适应阈值选择方法。该方法利用舌象的L 3 a 3 b 色彩特征及区域的分裂- 合并,
对舌象进行区域分割,自适应地选取舌中部区域的色彩值作为阈值,对整个舌象进行裂纹提取。经验证,本方案对不同的
舌象能较好地提取出裂纹,实现舌象裂纹诊断的客观化。(Tongue’ s crack is a very important part of herbalist doctor diagnosis. For the different screen conditions , there are many differ2
ences on the tongue’ s quality. It is not effective to use the t raditional threshold ext raction algorithm. In order to solve this problem , pro2
pose a new adaptive threshold algorithm. Present the segmentation of the image of tongue by using the feature on tongue in the L 3 a 3
b color space and the split- combining algorithm. Then use the threshold , which is the color value ext racted automatically in the middle
of the tongue , to detect the crack of the whole tongue. The experiments show that this approach is able to distill the crack effectively to
different tongue images , and achieve the objectivity of the diagnosis based on the tongue’ s crack.)
- 2020-08-27 19:58:13下载
- 积分:1
-
Itti-Matlab
Itti的经典视觉显著性模型的matlab代码,可以直接运行,验证过后就可以下载了。(Itti vision matlab codes)
- 2012-04-24 13:58:01下载
- 积分:1
-
Hough
用Visual C++实现Hough变换(Using Visual C++ Achieve Hough Transform)
- 2007-12-10 15:02:21下载
- 积分:1
-
电池片裁剪
对由工业相机采集到的众多太阳能电池片图像信息进行处理,并对电池片的裁剪(The cutting of the battery sheet)
- 2018-01-27 13:14:28下载
- 积分:1
-
Computational_Fourie
说明: 基于matlab的傅里叶光学仿真教程和光学原理讲解,有很多实用代码(matlab tutorial for fourier optics, containing simulation codes and basic theory)
- 2020-04-27 10:58:54下载
- 积分:1
-
图片边缘检测滤镜,浮雕, 反选色去色黑白化多功能代码
图片边缘检测滤镜,浮雕, 反选色去色黑白化多功能代码
- 2019-11-14下载
- 积分:1
-
gray2rgb
将颜色图像的色彩迁移到灰度图像中,采用的算法为welsh算法,有较好的效果;该程序是在VC++6.0的环境下调试实现的,能将颜色图像的颜色较好的迁移到灰度图像中.(Migration of the color image to gray image in color, using the algorithm for the welsh algorithm, better results the program in VC++6.0 environment debugging to achieve, can color the better the color of the image transfer to the gray image.)
- 2010-05-06 10:26:09下载
- 积分:1
-
homework
应用于计算机视觉领域,运用单应性矩阵信息将两幅图片合成为一张(Used in the field of computer vision, using homography information will be combined into a two picture)
- 2009-09-14 22:19:39下载
- 积分:1
-
patchwork_wangying
利用matlab实现Patchwork算法,包括各种处理攻击(Using matlab Patchwork algorithm, including the attack of various treatment)
- 2012-03-19 16:44:43下载
- 积分:1