Giter VIP home page Giter VIP logo

omnidirectional_camera's Introduction

๐Ÿ“ small notes and samples related to omnidirectional cameras


  • central cameras: camera systems in which optical rays coming from the camera and reflected by the mirror surface intersect into a unique point.
  • central omnidirectional cameras:
    • catadioptric omnidirectional cameras: combining a pinhole camera (perspective camera) with hyperbolic, parabolic, and elliptical mirrors
    • dioptric omnidirectional cameras: using fisheye lens to enlarge the FOV.

The samples in this repo use OpenCV's implementation of CMei's model (ref 1.) to calibrate a catadioptric camera system.

๐ŸŽ‰ TODO


  • Add samples for omnidirectional camera calibration and rectification
  • Test on real data

๐ŸŽ› Dependencies


sudo apt-get install \
    libopencv-dev \
    rapidjson-dev \

๐Ÿ”จ How to Build


make apps

๐Ÿƒ How to Run


// calibration sample
./build/omnidirectional_camera_calibration ./data/param_config.json

// undistortion sample
./build/omnidirectional_camera_undistortion ./data/img_para_001.pgm

the calibration data for this test is from HERE

๐Ÿ’Ž References


  1. Single View Point Omnidirectional Camera Calibration from Planar Grids, ICRA 2007

  2. A Multiple-Camera System Calibration Toolbox Using A Feature Descriptor-Based Calibration Pattern, IROS 2013

  3. Omnidirectional Camera by Scaramuzza et al.

omnidirectional_camera's People

Contributors

xmba15 avatar

Stargazers

 avatar

Watchers

 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.