---
title: "C++ 点云 计算机视觉开发常用链接"
author: "Perrin Yong"
author_profile: https://www.pystone.net/profile/
published_by: "Perrin Yong"
canonical: https://www.pystone.net/notes/cpp-pointcloud-computer-vision-links/
type: note
content_role: unspecified
visibility: public
id_stability: rename-stable
source_path: "10-计算机、信息技术与工程/08-图形学与三维重构/C++ 点云 计算机视觉开发常用链接.md"
content_hash: cec93b999fdaa7b8511302c459cc16cdb7640c6b2d21091c506ad7bb1feabdfb
knowledge_version: 224c990773de.5fa8af6e39fa
site_commit: 224c990773de166d23a886306577dd90379529ce
notes_commit: 5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a
---
# C++ 点云 计算机视觉开发常用链接

﻿# C++ 点云 计算机视觉开发常用链接

> 创建时间：2020/3/8 0:15

1、PCL 相关链接

PCL官网：<http://www.pointclouds.org/>

PCL-API：<http://docs.pointclouds.org/trunk/modules.html>

PCL安装包：<https://github.com/PointCloudLibrary/pcl/releases>

PCL官方示例代码：<http://pointclouds.org/documentation/tutorials/>

PCL官方测试数据集：<https://github.com/PointCloudLibrary/data>

PCL-Github仓库：<https://github.com/PointCloudLibrary/pcl>

2、软件下载

\- VS 2013-Update5（使用迅雷下载）

ed2k://|file|cn_visual_studio_ultimate_2013_with_update_5_x86_dvd_6816649.iso|5567336448|641555AD6472A98923B29CC5E371461E|/

\- Qt 下载

<http://download.qt.io/archive/qt/>

\- vsaddin 下载

<http://download.qt.io/archive/vsaddin/>

3、C++ 相关链接

C++-API：<https://zh.cppreference.com/w/%E9%A6%96%E9%A1%B5>

数据算法与结构：<http://www.csie.ntnu.edu.tw/~u91029/index.html>

C++编译器支持情况表：<https://zh.cppreference.com/w/cpp/compiler_support>

C++之父个人主页：<http://www.stroustrup.com/>

4、CMake 相关链接

CMake入门与实战：<http://www.hahack.com/codes/cmake/>

5、Github 相关链接

Github入门与实战：<https://git-scm.com/>

6、计算机视觉 相关链接

VCG-Github仓库：<https://github.com/cnr-isti-vclab/vcglib/>

CGAL官网：<https://www.cgal.org/>

SFML：<https://www.sfml-dev.org/>

OpenGL：<https://www.opengl.org/>

OSG：<http://www.openscenegraph.org/>

OpenCV：<https://opencv.org/>

MeshLab：<http://www.meshlab.net/>

CloudCompare：<https://github.com/CloudCompare/CloudCompare>

7、相关点云数据集

The Stanford 3D Scanning Repository：<http://graphics.stanford.edu/data/3Dscanrep/>

  8. PCL，ROS 各类点云间的转换 <https://zhuanlan.zhihu.com/p/55958811>

  9. 最小二乘法

    1. <https://zhuanlan.zhihu.com/p/36102734>

    2. 曲线拟合的最小二乘法 <https://wenku.baidu.com/view/e939418984868762caaed547.html>

    3. 最小二乘法的本质 <https://www.zhihu.com/question/37031188>

<https://zhuanlan.zhihu.com/p/61958997>

RGBD设备 <https://blog.csdn.net/bingoplus/article/details/56667475>

<http://www.meshlab.net/>

<https://www.researchgate.net/journal/0925-7721_Computational_Geometry>
