Skip to content

rachillesf/seg_pcd_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Visualizer for Segmented PointClouds, using PCL

Implementation of multi pointcloud visualization using pcl, the point-clouds are loaded individualy and plotted at the same window, this is usefull for visualizing segmented objects and debug segmentation algorithms.

Fast Example:

$ cd Example && ./cloud_viewer

(Or go to Example dir and double click on cloud_viewer)

How to use:

1- Move all the pointclouds (".pcd" files) into a folder of your choice;

2- Move the cloud_viewer executable to the same folder;

3- $ ./cloud_viewer (or double click) to visualize the clouds with diferent random colors.

About

## A Visualizer for Segmented PointClouds, using PCL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published