Coder Social home page Coder Social logo

humorbei / low-cost-passive-camera-and-active-lidar-vision-for-obstacle-depth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thiagortk/low-cost-passive-camera-and-active-lidar-vision-for-obstacle-depth

0.0 0.0 0.0 47 KB

Example of disparity map created by stereo correspondence through two images and a point cloud map created by LIDAR data values (distances measures).

License: GNU General Public License v3.0

C++ 97.79% Processing 2.21%

low-cost-passive-camera-and-active-lidar-vision-for-obstacle-depth's Introduction

Low cost Passive (camera) and Active (LIDAR) Vision for Obstacle Depth

Example of disparity map created by stereo correspondence through two images and a point cloud map created by LIDAR data values (distances measures).

Citation:

@article{chirella:2020,
  author = {Vito F. Chiarella, Thiago Rateke, Karla A. Justen, Antonio C Sobieranski, Sylvio L Mantelli, Eros Comunello, Aldo von Wangenheim},
  title = {Comparison between low-cost passive and active vision for obstacle depth},
  journal = {Revista de Ciência e Tecnologia (RCT)},
  volume = {6},
  year = {2020},
}

Sensors used

  • Two HP Webcam HD-4110
  • One LIDAR Lite V2
  • Two Micro Servo SG90 (to makes LIDAR rotations)

Sensores

Comparisson

(a) Original Image, (b) Stereo Disparity Map (camera), (c) Point Cloud Map (LIDAR) Results

Must have OpenCV 3.1 or later installed with extra modules. Also Arduino IDE (https://www.arduino.cc/en/Guide/HomePage). And Processing (https://processing.org/) as well.

Stereo Disparity Map (from camera)

  • To compile: g++ filteredDisparityMap.cpp -lopencv_core -lopencv_videoio -lopencv_highgui -lopencv_imgcodecs -lopencv_imgproc -lopencv_calib3d -lopencv_features2d -lopencv_ximgproc -o veRun

Point Cloud Map (from LIDAR)

  • Control the servos with: lidarControl.ino
  • Build the Point Cloud with: lidarPointCloud.pde

low-cost-passive-camera-and-active-lidar-vision-for-obstacle-depth's People

Contributors

thiagortk avatar

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.