An open API service indexing awesome lists of open source software.

https://github.com/cheind/tikz-calibration-patterns

Latex, TikZ calibration pattern generation.
https://github.com/cheind/tikz-calibration-patterns

calibration camera opencv pattern

Last synced: about 1 year ago
JSON representation

Latex, TikZ calibration pattern generation.

Awesome Lists containing this project

README

          

# tikz-calibration-patterns
Generate various patterns for camera calibration purposes using Latex/TikZ. Board dimensions, colors and meta info are customizable.

Each pattern is a standalone `.tex` file. All patterns can be found in [patterns/](./patterns) folder. To adjust pattern parameters, open the corresponding `.tex` file and look for options at the top of the file.

Finally, create a `.pdf`
```
pdflatex patterns/.tex
```
In case you do not have LaTeX installed, you might want to try [Overleaf](https://www.overleaf.com/) to compile.

## Available patterns

### Chessboard `patterns/chessboard.tex`
![](./etc/chessboard.svg)

### Circles `patterns/circlepattern.tex`
![](./etc/circlepattern.svg)

### Sunflower `patterns/sunflowerpattern.tex`
![](./etc/sunflowerpattern.svg)