├── .gitignore ├── LICENSE ├── README.md ├── examples ├── pitag_marker.pdf ├── pitag_marker.svg ├── reference_marker.odg └── reference_marker.png └── pi-tag_gen.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raultron/PiTag-generator/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raultron/PiTag-generator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raultron/PiTag-generator/HEAD/README.md -------------------------------------------------------------------------------- /examples/pitag_marker.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raultron/PiTag-generator/HEAD/examples/pitag_marker.pdf -------------------------------------------------------------------------------- /examples/pitag_marker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raultron/PiTag-generator/HEAD/examples/pitag_marker.svg -------------------------------------------------------------------------------- /examples/reference_marker.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raultron/PiTag-generator/HEAD/examples/reference_marker.odg -------------------------------------------------------------------------------- /examples/reference_marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raultron/PiTag-generator/HEAD/examples/reference_marker.png -------------------------------------------------------------------------------- /pi-tag_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raultron/PiTag-generator/HEAD/pi-tag_gen.py --------------------------------------------------------------------------------