Skip to content

Instantly share code, notes, and snippets.

View kino-dome's full-sized avatar

Kino kino-dome

View GitHub Profile
@kino-dome
kino-dome / 3- Ray hit Kinect Pointcloud
Last active March 8, 2018 17:08
A simple script for ray hitting the kinect pointcloud
A simple script for ray hitting the kinect pointcloud
Load'em all : load assets (movies/sounds/etc.) to std::maps, using libcinder
Read blog post at http://kino.holescapes.com/2018/03/05/loadem-all-snippets-to-load-assets-into-stdmaps/
@kino-dome
kino-dome / 1- Kinect Process
Last active March 8, 2018 16:54
Kinect depth image filtering methods and 3D position extraction of blobs using OpenCV, compatible with libcinder and KCB2 block for Cinder
Kinect depth image filtering methods and 3D position extraction of blobs using OpenCV, compatible with libcinder and KCB2 block for Cinder
Read blog post at http://kino.holescapes.com/2018/03/04/kinect-process-some-useful-methods-for-processing-kinect-data/