#include <pcl/point_types.h>
#include <pcl/impl/instantiate.hpp>
#include <pcl/segmentation/impl/supervoxel_clustering.hpp>
#include <pcl/octree/impl/octree_pointcloud_adjacency.hpp>
#include <pcl/octree/impl/octree_pointcloud.hpp>
#include <pcl/octree/impl/octree_base.hpp>
#include <pcl/octree/impl/octree_iterator.hpp>
Go to the source code of this file.
Typedefs | |
typedef pcl::octree::OctreePointCloudAdjacencyContainer < pcl::PointXYZRGBA, VoxelDataRGBAT > | AdjacencyContainerRGBAT |
typedef pcl::octree::OctreePointCloudAdjacencyContainer < pcl::PointXYZRGB, VoxelDataRGBT > | AdjacencyContainerRGBT |
typedef pcl::SupervoxelClustering < pcl::PointXYZRGBA > ::VoxelData | VoxelDataRGBAT |
typedef pcl::SupervoxelClustering < pcl::PointXYZRGB > ::VoxelData | VoxelDataRGBT |
typedef pcl::octree::OctreePointCloudAdjacencyContainer<pcl::PointXYZRGBA, VoxelDataRGBAT> AdjacencyContainerRGBAT |
Definition at line 56 of file segmentation/src/supervoxel_clustering.cpp.
typedef pcl::octree::OctreePointCloudAdjacencyContainer<pcl::PointXYZRGB, VoxelDataRGBT> AdjacencyContainerRGBT |
Definition at line 55 of file segmentation/src/supervoxel_clustering.cpp.
typedef pcl::SupervoxelClustering<pcl::PointXYZRGBA>::VoxelData VoxelDataRGBAT |
Definition at line 53 of file segmentation/src/supervoxel_clustering.cpp.
typedef pcl::SupervoxelClustering<pcl::PointXYZRGB>::VoxelData VoxelDataRGBT |
Definition at line 52 of file segmentation/src/supervoxel_clustering.cpp.