Skip to content

Instantly share code, notes, and snippets.

✓) Read an image from file
✓) Display an image that you read from file
✓) Capture Video using your webcam and display the feed
✓) Display back and white live stream from your webcam.
✓) Have a slider to change brightness of the webcam live stream. Display.
6) Have a slider to change contrast of the webcam live stream. Display.
✓) Capture a snapshot from your webcam. Then display difference between live video stream and this snapshot. (Background subtraction)
✓) Display Canny edge image from your live webcam stream
✓) Have a slider to change smoothness / sharpness of image from live webcam stream.
10) Display histogram of colors (RGB) from your live webcam stream
@jfoucher
jfoucher / Makefile
Created July 15, 2014 21:07 — forked from rgrove/Makefile
# Patterns matching CSS files that should be minified. Files with a -min.css
# suffix will be ignored.
CSS_FILES = $(filter-out %-min.css,$(wildcard \
public/css/*.css \
public/css/**/*.css \
))
# Patterns matching JS files that should be minified. Files with a -min.js
# suffix will be ignored.
JS_FILES = $(filter-out %-min.js,$(wildcard \
@jfoucher
jfoucher / getimg.py
Created January 14, 2012 19:16 — forked from stchris/getimg.py
Improved version of getimg.sh - gets the 'image of the day' from NASA, writes the summary onto the image and sets it as the Gnome wallpaper.
#!/usr/bin/env python
"""
getimg.py
Gets the current image of the day from NASA and sets it as the
background in Gnome. The summary / description text is written
to the image.
Requires:
PIL (apt-get install python-imaging or pip install PIL)
@jfoucher
jfoucher / about.md
Created August 14, 2011 21:08 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
@jfoucher
jfoucher / about.md
Created August 14, 2011 20:51 — forked from catwell/about.md
Programming Achievements: How to Level Up as a Developer