Skip to content

Instantly share code, notes, and snippets.

View ulmangt's full-sized avatar

Geoffrey Ulman ulmangt

View GitHub Profile
@ulmangt
ulmangt / hw4.py
Created March 27, 2012 03:32
Bumpfilter
# CSI 709 - Homework 4 - Stefan Novak
import numpy as np
import matplotlib.image as mpimg
import matplotlib.pyplot as plt
# Configuration.
config = {'azimuth': np.radians(0.0),
'elevation': np.radians(35.0),
'ambient_factor': 0.30,