Readd Cellprofiler license notes to edges.py

This commit is contained in:
Johannes Schönberger
2013-05-06 12:11:09 +02:00
parent cd78e81de3
commit cec8516f69
+11
View File
@@ -1,3 +1,14 @@
"""
Sobel and Prewitt filters originally part of CellProfiler, code licensed under
both GPL and BSD licenses.
Website: http://www.cellprofiler.org
Copyright (c) 2003-2009 Massachusetts Institute of Technology
Copyright (c) 2009-2011 Broad Institute
All rights reserved.
Original author: Lee Kamentsky
"""
import numpy as np
from skimage import img_as_float
from scipy.ndimage import convolve, binary_erosion, generate_binary_structure