Git Product home page Git Product logo

cameracalibration's Introduction

Calibration procedures:

  • Print out the CHESSBOARD.png by original size.

  • Run in terminal:

$mkdir build
$cd build/
$cmake ..
$make
$./camera_calibration ../in_VID5.xml
  • Show the chessboard before the camera until it recognize it.

  • Press “g” key to do the calibration.

  • After calibration press “u” to change between the original picture and the undistorsed one.

  • Save the build/out_camera_data.xml file for use, it is the calibration parameters file.

Parameter Settings:

  • You can change the resolution of camera from /camera_calibration.cpp by the parameter: m_width and m_height.

  • You can also print out the ASYMMETRIC_CIRCLES_GRID.png file for calibration. You have to change the following settings:

    1. /in_VID5.xml: <BoardSize_Width>4</BoardSize_Width><BoardSize_Height>11</BoardSize_Height>

    2. /in_VID5.xml: <Calibrate_Pattern>"ASYMMETRIC_CIRCLES_GRID"</Calibrate_Pattern>

  • To switch to a different the camera:

    /in_VID5.xml "0": change the camera ID number.

cameracalibration's People

Contributors

rockkingjy avatar

Stargazers

xinsuinizhuan avatar  avatar Kai avatar

Watchers

James Cloos avatar Kai avatar  avatar  avatar

Forkers

xinsuinizhuan

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.