modify CONTRIBUTORS.txt

This commit is contained in:
Olivier Debeir
2012-10-18 09:23:41 +02:00
parent 491f53aaa7
commit 381fdf9279
5 changed files with 3 additions and 8 deletions
+3
View File
@@ -117,3 +117,6 @@
- Petter Strandmark
Perimeter calculation in regionprops.
- Olivier Debeir
Rank filters (8- and 16-bits) using sliding window.
-3
View File
@@ -2,11 +2,8 @@
note: 8 bit images are casted into 16 bit image here
:author: Olivier Debeir, 2012
:license: modified BSD
"""
__docformat__ = 'restructuredtext en'
import warnings
from skimage import img_as_ubyte
-1
View File
@@ -1 +0,0 @@
__author__ = 'olivier'
-2
View File
@@ -12,8 +12,6 @@ for 16 bit input images, the number of histogram bins is determined from the max
result image is 8 or 16 bit with respect to the input image
:author: Olivier Debeir, 2012
:license: modified BSD
"""
__docformat__ = 'restructuredtext en'
-2
View File
@@ -10,8 +10,6 @@ for 16 bit input images, the number of histogram bins is determined from the max
result image is 8 or 16 bit with respect to the input image
:author: Olivier Debeir, 2012
:license: modified BSD
"""
__docformat__ = 'restructuredtext en'