Skip to content
This repository was archived by the owner on Feb 21, 2021. It is now read-only.

opencv-java/camera-calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e447b60 · Feb 21, 2021

History

19 Commits
Dec 1, 2019
Feb 21, 2021
Jun 17, 2015

Repository files navigation

Camera Calibration with OpenCV and JavaFX

No Maintenance Intended

Computer Vision course - Politecnico di Torino - academic year 2013-2014

A project, made in Eclipse (Luna), for calibrate a webcam with a square pattern.

Please, note that the project is an Eclipse project, made for teaching purposes. Before using it, you need to install the OpenCV library (version 2.4.6) and JavaFX (version 2 or superior) and create a User Library named opencv2 that links to the OpenCV jar and native libraries.

A tutorial can be find at: http://opencv-java-tutorials.readthedocs.org/en/latest/index.html.