Skip to content
PruebasVisilab edited this page Feb 9, 2017 · 35 revisions

Index

  1. Overview

  2. OpenCV

    1. OpenCV Examples
  3. libccv

    1. libccv Examples
  4. Quirc

    1. Quirc Example

Overview

Welcome to the software wiki of "Eyes of Things", an international project focused on building an open embedded computer vision platform. See more information about EoT in the website.

After more than a year of development we are gradually migrating to this public repository. Expect more software in the upcoming weeks. We are doing likewise with the hardware boards.

The repository is essentially organized according to platform. 'Myriad' is the platform used by EoT. There are also folders for Android and desktop platforms.

We encourage you to contribute (e.g. new features, bug fixes, a great idea, etc.) to the project. All contributions are welcome and greatly appreciated!

OpenCV

OpenCV is a widely-used computer vision library with thousands of functions. OpenCV 1.0 has been ported to the EoT board. Additionally, functionality has been added so that later OpenCV versions can be executed in an external server.

Read more

OpenCV Examples

This application runs several examples using the OpenCV library.

See a demo video here

Read more

libccv

libccv is a minimalist open-source computer vision library for embedded devices. It has been ported to the EoT board with some limitations.

Read more

libccv Examples

This application runs several examples using the libccv library.

Read more

Quirc

Quirc is a library for extracting and decoding QR codes from images. It is fast enough to be used with real time video.

Read more

Quirc Examples

This application runs several examples using the Quirc library.

See a demo video here

Read more

Clone this wiki locally