Skip to content

Instantly share code, notes, and snippets.

@Seanny123
Seanny123 / canny.py
Created April 12, 2014 14:28
EE4208 Canny edge detector
import numpy as np
import matplotlib.pyplot as plot
import matplotlib.cm as cm
import sys
import pylab
import math
import scipy
# Mostly implemented by Matt Cumming