kyle-bersani / opencv-examples

Python code for OpenCV and Aruco tests and examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

The code in this project are examples and tests for using Aruco markers and OpenCV 3.2.0, for camera calibration, Aruco marker generation, and detection

OpenCV 3.2.0 was run in a virtual environment. For details on setting up this work environment, use the resources linked below.

Systems

This code in this project was tested on the following systems:

  • Linux Debian dist
    • Linux Mint 18.1 Cinnamon 64-bit
    • Python 2.7 with OpenCV 3.2.0
  • MacBook Air
    • macOS Sierra 10.12.4
    • Python 2.7 with OpenCV 3.2.0

Resources

For the installation of OpenCV 3.2.0, the following tutorials were used for reference:

About

Python code for OpenCV and Aruco tests and examples

License:MIT License


Languages

Language:Python 100.0%