Skip to content

Object detection module using ROS and point clouds from Xtion3 camera

Notifications You must be signed in to change notification settings

d-misra/Object-Detection-Using-RGBD-Cameras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object-Detection-using-RGBD-camera

A simple object detection module for use with the Xtion3 camera

Functions from point cloud library http://pointclouds.org/ are used to perform:

  1. Voxel Grid Filtering of scene
  2. Plane segmentation using RANSAC model, and removing these inliers from scene's point cloud
  3. Euclidean Clustering to group points belonging to each object
  4. Computing centroids of clusters to detect object location

This perception module is part of my master thesis on a reinforcement learning problem in robotics, details can be found here https://github.com/d-misra/Master-Thesis

About

Object detection module using ROS and point clouds from Xtion3 camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published