You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Macenko [\[1\]](#reference) (ported from [numpy implementation](https://github.com/schaugf/HEnorm_python))
12
+
- Reinhard [\[2\]](#reference)
13
+
- Modified Reinhard [\[3\]](#reference)
13
14
14
15
## Installation
15
16
@@ -49,7 +50,8 @@ norm, H, E = normalizer.normalize(I=t_to_transform, stains=True)
49
50
| Algorithm | numpy | torch | tensorflow |
50
51
|-|-|-|-|
51
52
| Macenko |✓|✓|✓|
52
-
| Reinhard |✓|✗|✓|
53
+
| Reinhard |✓|✓|✓|
54
+
| Modified Reinhard |✓|✓|✓|
53
55
54
56
## Backend comparison
55
57
@@ -68,8 +70,9 @@ Results with 10 runs per size on a Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz
68
70
69
71
## Reference
70
72
71
-
-[1] Macenko, Marc, et al. "A method for normalizing histology slides for quantitative analysis." 2009 IEEE International Symposium on Biomedical Imaging: From Nano to Macro. IEEE, 2009.
72
-
-[2] Reinhard, Erik, et al. "Color transfer between images." IEEE Computer Graphics and Applications. IEEE, 2001.
73
+
-[1] Macenko, Marc et al. "A method for normalizing histology slides for quantitative analysis." 2009 IEEE International Symposium on Biomedical Imaging: From Nano to Macro. IEEE, 2009.
74
+
-[2] Reinhard, Erik et al. "Color transfer between images." IEEE Computer Graphics and Applications. IEEE, 2001.
75
+
-[3] Roy, Santanu et al. "Modified Reinhard Algorithm for Color Normalization of Colorectal Cancer Histopathology Images". 2021 29th European Signal Processing Conference (EUSIPCO), IEEE, 2021.
0 commit comments