Skip to content

Instantly share code, notes, and snippets.

View CamiloMartinezM's full-sized avatar

Camilo Martínez M. CamiloMartinezM

  • Universität des Saarlandes
  • Saarbrücken, Germany
  • 21:20 (UTC +02:00)
  • LinkedIn in/camilo-martinez-m
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 amueller@ais.uni-bonn.de
# Share and enjoy
#
import numpy as np
import matplotlib.pyplot as plt