forked from scikit-image/scikit-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTRIBUTORS.txt
88 lines (61 loc) · 2.03 KB
/
CONTRIBUTORS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
- Stefan van der Walt
Project coordination
- Nicolas Pinto
Colour spaces and filters
- Damian Eads
Morphological operators
- Mahipal Raythattha
Documentation infrastructure
- S. Chris Colbert
OpenCV wrappers, Scivi, Qt and Gtk gui bits, fast Hough transform,
and much more.
- Holger Rapp
OpenCV functions and better OSX library loader
- Ralf Gommers
Image IO, color spaces, plots in documentation, cleaner API docs
- Helge Reikeras
Logic around API docs generation
- Tony Yu
Reading of paletted images; build, bug and doc fixes.
Code to generate skimage logo.
- Zachary Pincus
Tracing of low cost paths, FreeImage I/O plugin, iso-contours
- 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, edge detectors, and more.
- Dan Farmer
Incorporating CellProfiler's Canny edge detector, ctypes loader with Windows
support.
- Pieter Holtzhausen
Incorporating CellProfiler's Sobel edge detector, build and bug fixes.
- Emmanuelle Guillart
Total variation noise filtering, integration of CellProfiler's
mathematical morphology tools.
- Maël Primet
Total variation noise filtering
- Martin Bergholdt
Fix missing math.h functions in Windows 7 + MSVCC.
- Neil Muller
Numerous fixes, including those for Python 3 compatibility,
QT image reading.
- The IPython team
From whom we borrowed the github+web tools / style.
- Kyle Mandli
CSV to ReST code for feature comparison table.
- The Scikit Learn team
From whom we borrowed the example generation tools.
- Andreas Mueller
Example data set loader.
- Brian Holt
Histograms of Oriented Gradients
- David-Warde Farley, Sturla Molden
Bresenheim line drawing, from snippets on numpy-discussion.
- Christoph Gohlke
Windows packaging and Python 3 compatibility.
- Neil Yager
Skeletonization and grey level co-occurrence matrices.
- Nelle Varoquaux
Renaming of the package to ``skimage``.
- W. Randolph Franklin
Point in polygon test.