Giter Site home page Giter Site logo

carlosfva1990 / kinectv2_object_detection_cga_and_ea_pcl_freenect2 Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 0.0 5.57 MB

this is a project where using the sensor kinect v2 where the data is represented using PCL 1.8, and try to estimate a piont cloud to simple shapes (plane, shpere and cylinder) using CGA

License: MIT License

C++ 94.84% CMake 5.16%
tesis proyect

kinectv2_object_detection_cga_and_ea_pcl_freenect2's Introduction

Kinectv2_object_detection_CGA_and_EA_pcl_freenect2

this is a project using the sensor kinect v2 where the point cloud is estimated to a simple geometric object, using pcl 1.8, and for grabbing the data is a libfreenect2 grabber.

in this program display four windows, one is the comand line output, one the kinect data as Point cloud, other thar is the copy data to filter and one las window showing the filered point cloud.

the copy data is used to substract the points that are similar, and leaves what its diferent filter=cloud1-cloud2

selecting the window with the kinect data we can:

  • using the "a" key switch between AGC and the vectorial method
  • using the "p" key makes a copy of the current data
  • using the "s" key save the point cloud to a ply file
  • using the "o" key pause the program
  • using the "l" key execute one loop of the program
  • using the "u" to activate or deactivate the filter
  • using the "j" and "m" change the value of the treshold distance filter
  • using the "y" to activate or deactivate the down sample the point cloud
  • using the "h" and "n" change the value to down sample the point cloud

if you want the original grabber project the link is:

https://github.com/giacomodabisias/libfreenect2pclgrabber


Installation


first of all i used a i7 processor with 8gb of ram and windows 10 pro

the software i used:

and used the proyect libfreenect2pclgrabber (in /third_party folder)

when i build libfreenect2 i needed to copy "config.h" and "export.h" from /build_dir/libfreenect2/ to /include/libfreenect2/ and i copy the dll files to c:/windows/system32/ to avoid copying the files in every project folder.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.