Skip to content

Commit

Permalink
update stainnorm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaqi-Lv committed Feb 16, 2024
1 parent c943e1e commit 04ad5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiatoolbox/tools/stainnorm.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def __init__(self: VahadaneNormalizer) -> None:
self.extractor = VahadaneExtractor()


class ReinhardNormalizer:
class ReinhardNormalizer(StainNormalizer):
"""Reinhard colour normalizer.
Normalize a patch colour to the target image using the method of:
Expand Down

0 comments on commit 04ad5be

Please sign in to comment.