自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (6)
  • 收藏
  • 关注

原创 Ubuntu18.04编译ORB-SLAM3

首先下载ORB-SLAM3到自己的目录下,由于我是安装了ROS,所以一些依赖项没有按照官网的依赖安装,使用git clone下载代码。git clone https://github.com/UZ-SLAMLab/ORB_SLAM3.git

2021-06-17 16:49:10 570

原创 C++ 提取string最后两位数据转化为int

#include<iostream>using namespace std;int main(){ int cnt_int=0,cnt=0; string tag("tag_21"); if((tag.begin()+5) == tag.end()) { char c = *(tag.begin()+4); cnt_int = c -'0'; } .

2021-06-08 17:53:52 624

原创 opencv编译(cuda支持)

1 首先下载opencv和opencv_contrib到自己的目录(博客使用的是3.4.4版本),下载我的资源(boostdesc_bgm_files_build_opencv_contrib_needed.zip),请先切换tag,git checkout tag 3.4.4;2 安装opencv的依赖项(可以自己查找,网上很多教程)3 编译opencv_cuda版本,在opencv目录下新建build并切换到目录下,开始编译opencv_cuda版本,命令如下: cmake -DCMA...

2021-05-16 16:07:36 1969

原创 Offboard方案设计

 VINS系统测试在前期对VINS系统进行研究基础上,对VINS系统进行了如下的分析。VINS数据集测试数据集的 IMU(ADIS16448)包括加速度和角速度,频率为200HZ,数据集的图像序列是采用一个全局卷帘相机(Aptina MT9V034 global shutter),拍摄图片的比例为 752*480,,频率为 20fps。(1)运行数据集的结果分析运行euroc....

2019-01-19 15:39:48 482 2

boostdesc_bgm_files_build_opencv_contrib_needed.zip

opencv和opencv_contrib源码以及编译下载缺失的文件,可以参考我的博客进行编译

2021-05-16

qrcode.tar.gz

本代码是在海思3559A开发板上运行的,需要在ubuntu上运行的朋友,请自行修改cmakelists文件,实现了二维码的识别并将二维码切取保存,并输出二维码在原始图像的像素坐标.

2020-07-24

test.tar.gz

在海思3559A上编译opencv+ffmpeg_zbar进行二维码识别测试,上面是源码包,交叉编译工具使用的是aarch64-himix100-linux-gcc,在ubuntu16.04实体系统上进行编译病运行.编译ffmpeg需要安装zlib和x264库,可自行去网上查找方法.

2020-07-24

CubemapSLAM: A Piecewise-Pinhole Monocular Fisheye SLAM System

We present a real-time feature-based SLAM (Simultaneous Localization and Mapping) system for fisheye cameras featured by a large field-of-view (FoV). Large FoV cameras are beneficial for large-scale outdoor SLAM applications, because they increase visual overlap between consecutive frames and capture more pixels belonging to the static parts of the environment. However, current feature-based SLAM systems such as PTAM and ORB-SLAM limit their camera model to pinhole only. To compensate for the vacancy, we propose a novel SLAM system with the cubemap model that utilizes the full FoV without introducing distortion from the fisheye lens, which greatly benefits the feature matching pipeline. In the initialization and point triangulation stages, we adopt a unified vector-based representation to efficiently handle matches across multiple faces, and based on this representation we propose and analyze a novel inlier checking metric. In the optimization stage, we design and test a novel multi-pinhole reprojection error metric that outperforms other metrics by a large margin. We evaluate our system comprehensively on a public dataset as well as a self-collected dataset that contains real-world challenging sequences. The results suggest that our system is more robust and accurate than other feature-based fisheye SLAM approaches. The CubemapSLAM system has been released into the public domain.

2020-07-21

国际会议poster大全

很多的国际会议poster资源。在国际上发表论文的每一位学者都可以参考。

2018-12-06

深度学习吴恩达数据集和程序

吴恩达的深度学习第一课第二周课后编程练习所需的材料

2018-11-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除