public marks

PUBLIC MARKS from sbrothier with tags 3d & tracking

June 2014

WiTrack: 3D Motion Tracking Through Walls Using Wireless Signals | MIT Video

Tom Buehler The NETMIT group at MIT develops a new technology that can see through walls, performing 3D motion tracking. The technology has applications in gaming, elderly monitoring, and gesture-based user interfaces.

March 2014

3D Facial Imaging Software and Emotion Measurement Technology | nViso

Analyze human emotions from facial expressions. More direct and automatic than by any other method. Free yourself from black boxes, electrodes, and wiring. Cost-effectively assess the emotional impact of service, product and brand messages on an unprecedented scale.

May 2013

auduno/headtrackr · GitHub

by 1 other (via)
headtrackr is a javascript library for real-time face tracking and head tracking, tracking the position of a users head in relation to the computer screen, via a web camera and the webRTC/getUserMedia standard. For a demonstration see this video or try out some of the examples with a laptop that has a camera and a browser that has camera webRTC/getUserMedia support (for instance Opera 12). For an overview of browsers supporting the getUserMedia standard see http://caniuse.com/stream.

Move a Cube With Your Head or Head-Tracking with WebGL - Learning Three.js

This post is about head tracking and how to use it in 3D. It is surprisingly easy to do with the suitable libraries. We will experiment with headtrackr.js and three.js. headtrackr.js is a nice library from auduno to do head tracking in the browser. You will learn how to do head tracking in webgl in only 20lines of javascript. I love the web and how easy it is :)