文件名称:PCL-1.6-sources
- 所属分类:
- 3D图形编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-11-16
- 文件大小:
- 153kb
- 下载次数:
- 0次
- 提 供 者:
- yangz*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
PCL(Point Cloud Library)是在吸收了前人点云相关研究基础上建立起来的大型跨平台开源C++编程库,它实现了大量点云相关的通用算法和高效数据结构,涉及到点云获取、滤波、分割、配准、检索、特征提取、识别、追踪、曲面重建、可视化等。这里是PCL1.6的例子源码-PCL (Point Cloud Library) is on the basis of absorbing the predecessors Point Cloud related research to build a large cross-platform open source c++ programming, it implements the general algorithm of a large number of Point Cloud related and efficient data structure, involving the Point Cloud capture, filtering, segmentation, registration, retri , feature extraction, recognition and tracking, curved surface reconstruction and visualization, etc.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sources
.......\cloud_viewer
.......\............\cloud_viewer.cpp
.......\............\CMakeLists.txt
.......\cluster_extraction
.......\..................\cluster_extraction.cpp
.......\..................\CMakeLists.txt
.......\CMakeLists.txt
.......\concatenate_clouds
.......\..................\CMakeLists.txt
.......\..................\concatenate_clouds.cpp
.......\concatenate_fields
.......\..................\CMakeLists.txt
.......\..................\concatenate_fields.cpp
.......\concatenate_points
.......\..................\CMakeLists.txt
.......\..................\concatenate_points.cpp
.......\concave_hull_2d
.......\...............\CMakeLists.txt
.......\...............\concave_hull_2d.cpp
.......\conditional_removal
.......\...................\CMakeLists.txt
.......\...................\conditional_removal.cpp
.......\convex_hull_2d
.......\..............\CMakeLists.txt
.......\..............\convex_hull_2d.cpp
.......\cylinder_segmentation
.......\.....................\CMakeLists.txt
.......\.....................\cylinder_segmentation.cpp
.......\extract_indices
.......\...............\CMakeLists.txt
.......\...............\extract_indices.cpp
.......\greedy_projection
.......\.................\CMakeLists.txt
.......\.................\greedy_projection.cpp
.......\iccv2011
.......\........\CMakeLists.txt
.......\........\include
.......\........\.......\feature_estimation.h
.......\........\.......\filters.h
.......\........\.......\load_clouds.h
.......\........\.......\object_recognition.h
.......\........\.......\openni_capture.h
.......\........\.......\registration.h
.......\........\.......\segmentation.h
.......\........\.......\surface.h
.......\........\.......\typedefs.h
.......\........\src
.......\........\...\build_all_object_models.cpp
.......\........\...\build_object_model.cpp
.......\........\...\capture_tool.cpp
.......\........\...\correspondence_viewer.cpp
.......\........\...\openni_capture.cpp
.......\........\...\test_feature_estimation.cpp
.......\........\...\test_filters.cpp
.......\........\...\test_object_recognition.cpp
.......\........\...\test_registration.cpp
.......\........\...\test_segmentation.cpp
.......\........\...\test_surface.cpp
.......\........\...\tutorial.cpp
.......\iros2011
.......\........\CMakeLists.txt
.......\........\include
.......\........\.......\feature_estimation.h
.......\........\.......\filters.h
.......\........\.......\load_clouds.h
.......\........\.......\object_recognition.h
.......\........\.......\openni_capture.h
.......\........\.......\registration.h
.......\........\.......\segmentation.h
.......\........\.......\solution
.......\........\.......\........\feature_estimation.h
.......\........\.......\........\filters.h
.......\........\.......\........\object_recognition.h
.......\........\.......\........\openni_capture.h
.......\........\.......\........\registration.h
.......\........\.......\........\segmentation.h
.......\........\.......\........\surface.h
.......\........\.......\........\typedefs.h
.......\........\.......\surface.h
.......\........\.......\typedefs.h
.......\........\src
.......\........\...\build_all_object_models.cpp
.......\........\...\build_object_model.cpp
.......\........\...\capture_tool.cpp
.......\........\...\correspondence_viewer.cpp
.......\........\...\openni_capture.cpp
.......\........\...\test_feature_estimation.cpp
.......\........\...\test_filters.cpp
.......\........\...\test_object_recognition.cpp
.......\........\...\test_registration.cpp
.......\........\...\test_segmentation.cpp
.......\........\...\test_surface.cpp
.......\iterative_closest_point
.......\.......................\CMakeLists.txt
.......\.......................\iterative_closest_point.cpp
.......\kdtree_search
.......\.............\CMakeLists.txt
.......\.............\kdtree_search.cpp
.......\narf_descriptor_visualization