Skip to content

rickerbh/openFrameworks-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My openFrameworks Examples

A collection of play projects. Everything in this repo is open source, public domain. Go nuts.

Projects

lineVideo - 2013-05-24

This is my first play with the ofVideoGrabber. Pixel colour analysis, and drawing horizontal lines based on the pixel colour. Lines and beer

squareVideo - 2013-05-24

Similar to lineVideo, but using squares, to get a blocky feel to the video.

Blocky rickerbh

circleVideo - 2013-05-24

Similar to square, but using circles. I quite like this effect.

Airport Scene rickerbh at airport

movementVideo - 2013-05-29

I wanted to attempt to get the circles to change size based on movement in the scene. I figured an easy way to do this is to perform some colour analysis on the pixels between renders, and if there is a significant change, then that is a sign of movement. It's not 100% due to the movement detection method, but an interesting effect nontheless.

Movement

I promise it looks better animated...

About

My openFrameworks examples projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages