摘要:sudo apt-get install libbz2-dev
阅读全文
摘要:ubuntu安装meshlab https://github.com/nine7nine/meshlab.git https://github.com/nine7nine/meshlab.git
阅读全文
摘要:人家修改了。真的没有toAscii了。不过可以用toLatin1或者qPrintable()
阅读全文
摘要:https://stackoverflow.com/questions/42743141/no-member-named-setresizemode-in-qheaderview-convert-qt-4-7-to-qt-5-8 7down voteaccepted 7down voteaccept
阅读全文
摘要:add_definitions(-std=c++11)
阅读全文
摘要:sudo apt-get install libf2c2 auso apt-get install libf2c2-dev
阅读全文
摘要:安装QT5.4后,需要编译一个C++程序。 Cmakelist 有find_package(Qt5Widgets REQUIRED),cmake 报错如下: CMake Error at CMakeLists.txt:14 (find_package): By not providing "Find
阅读全文
摘要:I ran into the above issue causing a core dump after compiling what I believe was successful without errors. I ran this example: ./build/examples/open
阅读全文
摘要:https://stackoverflow.com/questions/19000096/match-3d-point-cloud-to-cad-model
阅读全文
摘要:https://github.com/kruglov-dmitry/pnd2pcd_batch
阅读全文
摘要:Ubuntu16.04下安装OpenCV2.4.13 软件版本 Ubuntu 16.04; OpenCV 2.4.13 安装步骤 1、首先安装一些编译工具 # 安装编译工具 sudo apt-get install build-essential # 安装依赖包 sudo apt-get insta
阅读全文
摘要:Well, it seems an old question, just may be help to other people :) It won't make sense if you merge the point clouds without registration. Thus ICP s
阅读全文
摘要:http://pointclouds.org/documentation/tutorials/pairwise_incremental_registration.php#pairwise-incremental-registration http://pointclouds.org/document
阅读全文
摘要:https://www.cnblogs.com/leipei2352/archive/2011/07/21/2112274.html http://www.qijiannet.com/web/1332.html http://dl.pconline.com.cn/download/170344-1.
阅读全文
摘要:http://docs.pointclouds.org/trunk/structpcl_1_1_polygon_mesh.html
阅读全文
摘要:1.pcl/io/pcd_io.h pcl/io/ply_io.h pcl::PLYReader reader; pcl::PCDWriter pcdwriter; 读取ply pcd 2.voidloadFile(const char* fileName, pcl::PointCloud<pcl:
阅读全文
摘要:http://www.cnblogs.com/gaoxiang12/p/5244828.html 扩展里面csparse
阅读全文
摘要:简明稀疏矩阵包 https://github.com/kulhanek/csparse https://github.com/kulhanek/csparse
阅读全文
摘要:HMGNV-WCYXV-X7G9W-YCX63-B98R2
阅读全文
摘要:安装QT5.4后,需要编译一个C++程序。 Cmakelist 有find_package(Qt5Widgets REQUIRED),cmake 报错如下: CMake Error at CMakeLists.txt:14 (find_package): By not providing "Find
阅读全文
摘要:https://github.com/ryokomy/PcdPlyConverter
阅读全文
摘要:#include <iostream>#include <pcl/io/pcd_io.h>#include <pcl/point_types.h> int main (int argc, char** argv){ pcl::PointCloud<pcl::PointXYZ> cloud; // F
阅读全文
摘要:http://www.joshmcculloch.nz/#!realsense
阅读全文
摘要:https://github.com/Ext4FAT/Registration vc++ pcl realsense 矿泉水瓶子 https://github.com/dBeker/PCL-RealSense vc++ https://github.com/colegulino/realsense-
阅读全文
摘要::s/vivian/sky/ 替换当前行第一个 vivian 为 sky :s/vivian/sky/g 替换当前行所有 vivian 为 sky :n,$s/vivian/sky/ 替换第 n 行开始到最后一行中每一行的第一个 vivian 为 sky :n,$s/vivian/sky/g 替换第
阅读全文
摘要:Source: git https://github.com/ros/catkin.git (branch: kinetic-devel)
阅读全文
摘要:https://answers.ros.org/question/229294/cmake-has-not-found-a-package-configuration-file-provided-by-console_bridge/ @jayvenki Don't know why this is
阅读全文
摘要:sudo pip install -U catkin_pkg
阅读全文
摘要:sudo apt-get install libgtest-dev
阅读全文
摘要:sudo python setup.py install
阅读全文
摘要:catkin ros https://github.com/dirkholz/pcl_online_viewer rosrun ???
阅读全文
摘要:https://github.com/tttamaki/ICP-test https://github.com/tttamaki/SICP-test
阅读全文
摘要:http://zh.cppreference.com/w/cpp/chrono/c/time #include <ctime> isnan找不到 http://en.cppreference.com/w/cpp/numeric/math/isnan
阅读全文
摘要:sudo apt-get install libopenni-dev libopenni2-dev /apt-get install libqhull-dev
阅读全文
摘要:https://blog.csdn.net/liuxiaoheng1992/article/details/54410148
阅读全文
摘要:https://blog.csdn.net/u013832707/article/details/53127710
阅读全文
摘要:https://gitee.com/explore/starred/web-dev-toolkits
阅读全文
摘要:get_filename_component Get a specific component of a full filename. get_filename_component(<VAR> <FileName> <COMP> [CACHE]) get_filename_component(<VA
阅读全文