Skip to content

This project serves to create a group of classes that simplify and abstract the overall process of using a Kinect camera to load, process, visualize, save, and publish PointCloud objects. These classes are meant to be used by other PointCloud processing programs to simplify the setup process and increase productivity. This with a few object inst…

Notifications You must be signed in to change notification settings

CaptainJeffo/PointCloudProcessor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PointCloudProcessor

This program is a real attempt to make a program that combined the Point Cloud Library, OpenNI, OpenCV, and ROS. It's goal is to design modular and reusable classes and files to import data from a kinect or other range camera, then convert this data into a point cloud. This point cloud is displayed in real time to the user, who can then choose to save the current point cloud for editing. When the user saves the current PC, the data gets piped to another program via the ROS publish and subscription functions. This next program will import the PCL data and allow the user to run this data through various filters and statistical outlier removers.

About

This project serves to create a group of classes that simplify and abstract the overall process of using a Kinect camera to load, process, visualize, save, and publish PointCloud objects. These classes are meant to be used by other PointCloud processing programs to simplify the setup process and increase productivity. This with a few object inst…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 26.1%
  • Python 25.5%
  • Makefile 19.0%
  • C++ 14.8%
  • Shell 10.2%
  • C 4.4%