You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
2.8 KiB

[![Build Status](https://codefirst.ddns.net/api/badges/yorick.geoffre/project-/status.svg)](https://codefirst.ddns.net/yorick.geoffre/project-)
[![Quality Gate Status](https://codefirst.ddns.net/sonar/api/project_badges/measure?project=yorick.geoffre%3Aproject-&metric=alert_status)](https://codefirst.ddns.net/sonar/dashboard?id=yorick.geoffre%3Aproject-)
[![Bugs](https://codefirst.ddns.net/sonar/api/project_badges/measure?project=yorick.geoffre%3Aproject-&metric=bugs)](https://codefirst.ddns.net/sonar/dashboard?id=yorick.geoffre%3Aproject-)
[![Code Smells](https://codefirst.ddns.net/sonar/api/project_badges/measure?project=yorick.geoffre%3Aproject-&metric=code_smells)](https://codefirst.ddns.net/sonar/dashboard?id=yorick.geoffre%3Aproject-)
[![Coverage](https://codefirst.ddns.net/sonar/api/project_badges/measure?project=yorick.geoffre%3Aproject-&metric=coverage)](https://codefirst.ddns.net/sonar/dashboard?id=yorick.geoffre%3Aproject-)
[![Duplicated Lines (%)](https://codefirst.ddns.net/sonar/api/project_badges/measure?project=yorick.geoffre%3Aproject-&metric=duplicated_lines_density)](https://codefirst.ddns.net/sonar/dashboard?id=yorick.geoffre%3Aproject-)
[![Lines of Code](https://codefirst.ddns.net/sonar/api/project_badges/measure?project=yorick.geoffre%3Aproject-&metric=ncloc)](https://codefirst.ddns.net/sonar/dashboard?id=yorick.geoffre%3Aproject-)
[![Maintainability Rating](https://codefirst.ddns.net/sonar/api/project_badges/measure?project=yorick.geoffre%3Aproject-&metric=sqale_rating)](https://codefirst.ddns.net/sonar/dashboard?id=yorick.geoffre%3Aproject-)
[![Reliability Rating](https://codefirst.ddns.net/sonar/api/project_badges/measure?project=yorick.geoffre%3Aproject-&metric=reliability_rating)](https://codefirst.ddns.net/sonar/dashboard?id=yorick.geoffre%3Aproject-)
[![Security Rating](https://codefirst.ddns.net/sonar/api/project_badges/measure?project=yorick.geoffre%3Aproject-&metric=security_rating)](https://codefirst.ddns.net/sonar/dashboard?id=yorick.geoffre%3Aproject-)
[![Technical Debt](https://codefirst.ddns.net/sonar/api/project_badges/measure?project=yorick.geoffre%3Aproject-&metric=sqale_index)](https://codefirst.ddns.net/sonar/dashboard?id=yorick.geoffre%3Aproject-)
[![Vulnerabilities](https://codefirst.ddns.net/sonar/api/project_badges/measure?project=yorick.geoffre%3Aproject-&metric=vulnerabilities)](https://codefirst.ddns.net/sonar/dashboard?id=yorick.geoffre%3Aproject-)
# ARHS_core
ARHS [Augmented Reality Headset System] is an augmented reality project aiming to use existing hardware to produce a low cost and flexible platform for on-the-go computer vision.
This repository hosts the code for ARHS-core, which is the code used by the headset and hence "core" part of the system.
You'll need opencv and hidapi if you want to test it out.