mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-28 11:25:42 +08:00
skimage attribution convention
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user