Skip to content

baku89/depthcope-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shooting System for 'depthcope'

A set of tools for 'depthcope', which I tried 3d rotoscoping. This system uses a pair of Kinect and projector, and measures a height of each points of surface from a reference plane. Then comparing them to 'height map' of a target form, this app projects the point clouds of colours which represents whether the point is higher(red) or lower(blue) than the target height. If the difference between a target height and a measured height is less than specified torelance, it's represented as green. When all dots on the surface turn into green, the form on the plane is almost accurate comparing to target form.

depthcope

As result it works like 'human-powered 3d printer'.

Environments

  • openFrameworks v0.9.4 or newer
  • the environemnt which supports ofxMultiKinectV2. I've checked the following environments work well.
    • MacBook Pro Mid 2012 (16GB RAM, 2.7GHz i7)
    • Mac Pro Late 2013 (64GB RAM, 8 cores)

How to build

This repo is a set of oF project, so you'll need to clone to one deeper directory from oF installed path. For example, (OF_PATH)/apps/(THIS_REPO)

Dependencies

Softwares

oF Addons

Please reference the each repo to setup.

Others

  • dragonframe-osc: used to detect the events of Dragonframe to sync frame to shoot

License

This repository is published under a MIT License. See the included LICENSE file.

About

Shooting system for 'depthcope'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published