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

Index

  1. Overview

  2. OpenCV

    1. OpenCV Examples
    2. OpticalFlowLK
  3. libccv

    1. libccv Examples
  4. Quirc

    1. Quirc Example

Overview

Welcome to the wiki of "Eyes of Things", an international project focused on building the best embedded computer vision platform ever. EoT is an Innovation Action funded under the European Union’s H2020 Framework Programme that is going to unfold for three years starting in January 2015.

In this wiki are shown our main different projects with their implementations, in order to explain how they work. You can check their synopsis on this page. For more information, please choose any of them in the sidebar on the right.

The best way to contribute changes (e.g. a new feature, bug fixes, a great idea, etc.) to the project is through forks and pull request. All contributions are welcome and greatly appreciated. Contribute anything, we are open to ideas!

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 adder 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.

[ScreenShot] (https://www.flickr.com/photos/132007111@N03/25154115683/in/album-72157663571622754/)

Read more

OpticalFlowLK

Optical flow is the pattern of apparent motion on objects in a visual scene caused by the relative motion between an observer and a scene. The objective in this example is the application of Lucas-Kanade's method in the optical flow pattern.

[lk_op_flow_optimized] (https://www.flickr.com/photos/132007111@N03/25812548386/in/album-72157663571622754/)

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 realtime video.

Read more

Quirc Examples

This application runs several examples using the Quirc library.

quirc

Read more

Clone this wiki locally