摘要: #hello cnblogs ##hello markdown hello cnblogs &hello markdown hello cnblogs&hello markdown hello ? cnblogs hello ? markdown makrdown完全指南 markdown简洁指南 阅读全文
posted @ 2019-10-30 11:12 Lachiven 阅读(155) 评论(0) 推荐(1) 编辑
摘要: Quick info operation failed: FE: 'Compiler exited with error - No IL available' 把内容全部删除,然后根据提示依次添加所需要的头文件即可 将鼠标悬停到红线上 带你quick fix选第一个 阅读全文
posted @ 2024-07-31 16:47 Lachiven 阅读(89) 评论(0) 推荐(0) 编辑
摘要: opencv对于取图上像素的at()操作,编译器自解释: inline cv::Vec3b &cv::Mat::at<cv::Vec3b>(int row, int col) for (int col{0}; col < pic_cam.cols; col++) { for (int row{0}; 阅读全文
posted @ 2024-06-19 18:43 Lachiven 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 例如namespace等 设置里面搜索如下选项,取消勾选。 解决更新python后 gnome-terminate无法打开 sudo mv _gi.cpython-3x-x86_64-linux-gnu.so _gi.cpython-3x-x86_64-linux-gnu.so sudo mv _g 阅读全文
posted @ 2024-06-12 10:18 Lachiven 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 在命令行输入 gdb进入命令交互界面 1. file ./yourexe 1. set args --arg1 --arg2 --argn 2. r 开始(run) 3. bt 查看错误信息 调试core文件:gdb filename corename 或者 1. 找到/usr/local/cuda 阅读全文
posted @ 2023-12-01 10:09 Lachiven 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 首先 引自 https://www.cnblogs.com/Jessica-jie/p/7739775.html 明确输入 输入为某个初始位姿(可以是轮速计+IMU积分、GPS定位给的、纯IMU积分给的),连续的图像,真值点云(对比用) 明确输出 相机的位姿 关键点 BA、三角化、特征提取和匹配。 阅读全文
posted @ 2023-09-21 21:39 Lachiven 阅读(36) 评论(0) 推荐(1) 编辑
摘要: 原理 参考 https://zh.wikipedia.org/wiki/%E5%8D%A1%E5%B0%94%E6%9B%BC%E6%BB%A4%E6%B3%A2 代码 #include <Eigen/Core> #include <Eigen/Dense> #include "opencv2/hi 阅读全文
posted @ 2023-08-09 19:34 Lachiven 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 单应性是什么? 此处给出单应性不严谨的定义:用 [无镜头畸变] 的相机从不同位置拍摄 [同一平面物体] 的图像之间存在单应性,可以用 [透视变换] 表示 。 简化/自由度分析: 传统方法估计单应性矩阵 一般传统方法估计单应性变换矩阵,需要经过以下4个步骤: 提取每张图SIFT/SURF/FAST/O 阅读全文
posted @ 2023-05-10 16:19 Lachiven 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 硬件概念: 一个SM(Streaming Multiprocessor)中的所有SP(Streaming Processor)是分成Warp的,共享同一个Memory和Instruction Unit(指令单元)。 从硬件角度讲,一个GPU由多个SM组成(当然还有其他部分),一个SM包含有多个SP( 阅读全文
posted @ 2023-05-05 20:38 Lachiven 阅读(383) 评论(0) 推荐(1) 编辑
摘要: 如题 阅读全文
posted @ 2023-03-31 15:02 Lachiven 阅读(48) 评论(1) 推荐(0) 编辑
摘要: https://projects.asl.ethz.ch/datasets/doku.php?id=kmavvisualinertialdatasets 上面是数据原链接 这张图是在数据集放的图 我只能说这个是真的真的很不标准。。除了坐标系方向对之外,其余的就对不上了。 我们来看这两个外参 #cam 阅读全文
posted @ 2022-09-20 20:32 Lachiven 阅读(598) 评论(0) 推荐(0) 编辑