-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
OpenCV is a computer vision library designed for computational efficiency and with a strong focus on real-time applications. Although OpenCV 1.0 has been ported to the EoT board, it is also important to have the possibility of running newer releases. To achieve this goal, an external server running an API to use OpenCV 2.4.3 is used. With this approach, it is actually possible to run any OpenCV version.
This application runs several examples using the OpenCV library.
[
] (https://www.flickr.com/photos/132007111@N03/25154115683/in/album-72157663571622754/)
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.
[
] (https://www.flickr.com/photos/132007111@N03/25812548386/in/album-72157663571622754/)
libccv is a minimalist open-source computer vision library for embedded devices. It has been ported to the EoT board with some limitations.
This application runs several examples using the libccv library.
Quirc is a library for extracting and decoding QR codes from images. It is fast enough to be used with realtime video.
This application runs several examples using the Quirc library.
Website | Twitter | Linkedin | Flickr | Slideshare
