An open API service indexing awesome lists of open source software.

https://github.com/cansik/spatial-interaction-examples

All the examples for the course spatial interaction.
https://github.com/cansik/spatial-interaction-examples

Last synced: about 2 months ago
JSON representation

All the examples for the course spatial interaction.

Awesome Lists containing this project

README

        

# IAD Spatial Interaction Examples
All the examples for the course spatial interaction.

### Processing & Media

* [IAD_CV_01_BrightestSpotImage](IAD_CV_01_BrightestSpotImage)
* [IAD_CV_02_BrightestSpotCam](IAD_CV_02_BrightestSpotCam)
* [IAD_CV_03_SpotPainter](IAD_CV_03_SpotPainter)

### OpenCV

* [IAD_CV_04_BrightestSpotOpenCV](IAD_CV_04_BrightestSpotOpenCV)
* [IAD_CV_05_DetectChange](IAD_CV_05_DetectChange)
* [IAD_CV_05_DetectChangeBS](IAD_CV_05_DetectChangeBS)
* [IAD_CV_06_BackgroundSubtraction](IAD_CV_06_BackgroundSubtraction)
* [IAD_CV_07_MultiUserDraw](IAD_CV_07_MultiUserDraw)
* [IAD_CV_T_BlobDetection](IAD_CV_T_BlobDetection)
* [IAD_CV_T_Threshold_pde](IAD_CV_T_Threshold_pde)

### Neural Networks

* [Deep Vision](https://github.com/cansik/deep-vision-processing)

#### [TimeCapture](TimeCapture)
A tool to capture a webcam frame every n second.

#### [Image Analysis](ImageAnalysis)
Analyse each frame of the frames folder and store the data into a JSON file.

#### [Detection Visualiser](DetectionVisualiser)
Visualise the detected objects on one frame.

### Data Analysis

* [Wekinator](http://www.wekinator.org/)

#### [Train Mouse Position](Simple_MouseXY_2Inputs)

A very basic example on how to train the position of the mouse.

#### [Sleep Detector](DetectSleep)

An advanced tool to detect if someone sleeps (closes his eyes).