dberga / IRMA

InfraRed MArkers Library is a computer vision development library designed to provide the detection of 3D coordinates from geometric shape markers using infrared cameras as uEye.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRMA

IMAGE ALT TEXT HERE


InfraRed MArkers Library (IRMA)

Version 1.1


InfraRed MArkers Library is a computer vision development library designed to provide the detection of 3D coordinates from geometric shape markers using infrared cameras as uEye.

IRMA supports uEye infrared cameras but also any kind of camera using the "VideoCaptureCamera" from openCV VideoCapture class.

IRMA 1.1 has been tested in Windows x64 builded with mingw. IRMA is written in C++ and uses pugi::xml, opencv libraries, opengl GUI and the uEye API for specific uEye cameras

This library is distributed under the New BSD license, which can be found in the file "LICENSE.txt".

This library also includes its demo executable which uses IRMA base functions, able to draw an identificator of every marker, each marker contour, 3D coordinates, origin and infrared blobs.

About

InfraRed MArkers Library is a computer vision development library designed to provide the detection of 3D coordinates from geometric shape markers using infrared cameras as uEye.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 71.3%Language:C 28.7%