skimage attribution convention

This commit is contained in:
Matt Terry
2013-07-25 15:22:43 -07:00
parent 9db3ab1927
commit 42a2671a02
3 changed files with 4 additions and 12 deletions
+3
View File
@@ -145,3 +145,6 @@
- Jostein Bø Fløystad
Reconstruction circle mode for Radon transform
Simultaneous Algebraic Reconstruction Technique for inverse Radon transform
- Matt Terry
Color difference functions
-4
View File
@@ -12,10 +12,6 @@ differentiation, but more recent studies (Mahy 1994) peg JND at 2.3
The delta-E notation comes from the German word for "Sensation" (Empfindung).
:author: Matt Terry
:license: modified BSD
Reference
---------
http://en.wikipedia.org/wiki/Color_difference
+1 -8
View File
@@ -1,11 +1,4 @@
"""Test for correctness of color distance functions
Authors
-------
Matt Terry
:license: modified BSD
"""
"""Test for correctness of color distance functions"""
from os.path import abspath, dirname, join as pjoin
import numpy as np