mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 10:19:06 +08:00
modify CONTRIBUTORS.txt
This commit is contained in:
@@ -117,3 +117,6 @@
|
||||
|
||||
- Petter Strandmark
|
||||
Perimeter calculation in regionprops.
|
||||
|
||||
- Olivier Debeir
|
||||
Rank filters (8- and 16-bits) using sliding window.
|
||||
@@ -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 +0,0 @@
|
||||
__author__ = 'olivier'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user