Skip to content

Instantly share code, notes, and snippets.

View CamiloMartinezM's full-sized avatar

Camilo Martínez M. CamiloMartinezM

View GitHub Profile
@amueller
amueller / filterbank.py
Created July 17, 2012 14:23
Filterbank responses for low level vision
##########################################################################
# Maximum Response filterbank from
# http://www.robots.ox.ac.uk/~vgg/research/texclass/filters.html
# based on several edge and bar filters.
# Adapted to Python by Andreas Mueller [email protected]
# Share and enjoy
#
import numpy as np
import matplotlib.pyplot as plt