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.
- Host: GitHub
- URL: https://github.com/cansik/spatial-interaction-examples
- Owner: cansik
- Created: 2020-04-03T07:07:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T22:55:15.000Z (about 4 years ago)
- Last Synced: 2025-04-23T23:08:51.114Z (about 2 months ago)
- Language: Processing
- Size: 2.16 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeBrightnessMac/ChangeBrightnessMac.pde
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).