mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 05:45:22 +08:00
Remove outdated author in doc string
This commit is contained in:
@@ -1,14 +1,3 @@
|
||||
"""edges.py - Edge filters
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user