Giter VIP home page Giter VIP logo

camera-calibration-pattern-generator's Introduction

Camera Calibration Pattern Generator

Checkerboard generator for camera calibration and saving to pdf.

usage: CheckerboardCreator.py [-h] -r ROWS_GRID_NUM -c COLUMNS_GRID_NUM
                              [-s BLOCK_SIZE_MM] [-o OUTPUT_FILE_NAME]
                              [-d OUTPUT_PATH] [-b BASE_COLOR]

optional arguments:
  -h, --help            show this help message and exit
  -r ROWS_GRID_NUM, --rows-grid-num ROWS_GRID_NUM
                        Number of grid for width.
  -c COLUMNS_GRID_NUM, --columns-grid-num COLUMNS_GRID_NUM
                        Number of grid for height.
  -s BLOCK_SIZE_PX, --block-size-px BLOCK_SIZE_PX
                        Size of block element in px.
  -o OUTPUT_FILE_NAME, --output-file-name OUTPUT_FILE_NAME
                        Name of output pdf file.
  -d OUTPUT_PATH, --output-path OUTPUT_PATH
                        Path where save the checkerboard. e.g. -d C:/. | -d
                        ./checkerboards
  -b BASE_COLOR, --base-color BASE_COLOR
                        Color of rectangle, background will be set to its
                        inverted color. (rrr,ggg,bbb)
examples:
  py CheckerboardCreator.py -r 2 -c 2
  py CheckerboardCreator.py -r 2 -c 2 -s 30 -o 2x2
  py CheckerboardCreator.py -r 10 -c 8 -d ./results -o A4_20px
  py CheckerboardCreator.py -r 7 -c 8 -s 30 -o A4 -d results -b (20,30,80)

preview

camera-calibration-pattern-generator's People

Contributors

proximab 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.