Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
nearly done
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter554 committed Aug 1, 2018
1 parent 877abff commit e773089
Show file tree
Hide file tree
Showing 8 changed files with 423 additions and 654 deletions.
135 changes: 0 additions & 135 deletions demo_brightness_standardizer.ipynb

This file was deleted.

194 changes: 194 additions & 0 deletions demo_brightness_standardizer_and_luminosity_mask.ipynb

Large diffs are not rendered by default.

259 changes: 0 additions & 259 deletions demo_macenko_stain_normalizer.ipynb

This file was deleted.

227 changes: 227 additions & 0 deletions demo_stain_normalizer.ipynb

Large diffs are not rendered by default.

259 changes: 0 additions & 259 deletions demo_vahadane_stain_normalizer.ipynb

This file was deleted.

Binary file removed readme_pics/stain_matrix.png
Binary file not shown.
1 change: 1 addition & 0 deletions staintools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
from .reinhard_color_normalizer import ReinhardColorNormalizer

from .utils.brightness_standardizer import BrightnessStandardizer
from .utils.misc_utils import get_luminosity_mask
from .utils.visualization_utils import read_image, plot_image, \
plot_row_colors, make_image_stack, plot_image_stack
2 changes: 1 addition & 1 deletion staintools/reinhard_color_normalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ReinhardColorNormalizer(object):
"""
Normalize a patch color to the target image using the method of:
E. Reinhard, M. Adhikhmin, B. Gooch, and P. Shirley,
‘Color transfer between images’, IEEE Computer Graphics and Applications, vol. 21, no. 5, pp. 34–41, Sep. 2001.
‘Color transfer between images’
"""

def __init__(self):
Expand Down

0 comments on commit e773089

Please sign in to comment.