
图形
hhhliuye
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ceres
example official Eigen::Matrix2d ProjectionCameraMapFactor::sqrt_info; ProjectionCameraMapFactor::ProjectionCameraMapFactor(const Eigen::Vector3d &_map_point, const E...原创 2019-12-13 17:32:30 · 232 阅读 · 0 评论 -
Install Colmap in Centos7
1. Install gcc install gcc g++ etc via yum update gcc to higher version (I choose 5.4) tar -xvf gcc-5.4.0.tar.bz2 cd gcc-5.4.0 ./contrib/download_prerequisits mkdir build cd build …/configure --enab...原创 2019-12-06 11:14:56 · 1334 阅读 · 1 评论 -
Interpolation -shading / hector slam
Interpolation - shading and occupy map(hector slam)1. Introduction2. slam - 拉格朗日插值2.1 一维线性插值2.2 二维简单插值3. Smooth Shading3.1 Gouraud shading 1. Introduction 最近学习hector slam (A Flexible and Scalable SLAM...原创 2019-11-26 11:17:36 · 217 阅读 · 0 评论 -
Unity C++ 底层渲染(low level) plugin
Unity C++ 底层渲染 plugin1. Android Unity 渲染1.1 全由android处理1.2 全由unity处理1.3 android开相机,untiy渲染视频2. Unity Low-level native plug-in interface2.1 load and unload2.2 IssuePluginEvent2.3 DrawColoredTriangle2.4...原创 2019-10-16 10:32:18 · 3877 阅读 · 4 评论