Git Product home page Git Product logo

jthinkfreedom's Introduction

JThinkFreedom

JThinkFreedom is a framework for mapping behaviors (detected through any source, from camera to audio, to EEG) to reactions (e.g., from a computer click to... pulling a lever).

OpenCV - JavaCV

JThinkFreedom runs on OpenCV (Open source Computer Vision). JavaCV is a Java implementation of OpenCV.

Building OpenCV on Linux

Java, cmake, and ant required
apt-get install openjdk-7-*
apt-get install cmake
apt-get install ant
Set the JAVA_HOME variable for your environment
nano $HOME/.bashrc
Add the following line: export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Download OpenCV (This guide will assume version 2.4.5)
http://opencv.org/downloads.html
tar -xzvf opencv-2.4.5.tar.gz
Build OpenCV with Java support
cd opencv-2.4.5/
cmake cmake -D BUILD_SHARED_LIBS=OFF .
make
sudo make install
ffmpeg libraries are not needed in this implementation

JARS needed for JThinkFreedom

For convenience, here are the libraries you're going to need
https://www.dropbox.com/sh/scn4pcz3hw46e1w/AAAf1PmuuaJkTMDfWCOkUACea

jthinkfreedom's People

Contributors

ggianna avatar nikosdim avatar peustr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.