mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-25 13:30:51 +08:00
DOC: Give credit to Lee Kamentsky and Thouis Jones.
This commit is contained in:
@@ -30,3 +30,6 @@
|
||||
|
||||
- Almar Klein
|
||||
Binary heap class for graph algorithms
|
||||
|
||||
- Lee Kamentsky and Thouis Jones of the CellProfiler team, Broad Institute, MIT
|
||||
Constant time per pixel median filter
|
||||
|
||||
@@ -8,7 +8,7 @@ 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 Kamentstky
|
||||
Original author: Lee Kamentsky
|
||||
'''
|
||||
import numpy as np
|
||||
cimport numpy as np
|
||||
|
||||
@@ -8,7 +8,7 @@ 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 Kamentstky
|
||||
Original author: Lee Kamentsky
|
||||
'''
|
||||
|
||||
import numpy as np
|
||||
|
||||
Reference in New Issue
Block a user