Skip to content

Commit b3a6603

Browse files
authored
moved implementations table to top of README
1 parent 64622cd commit b3a6603

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
GPU-accelerated stain normalization tools for histopathological images. Compatible with PyTorch, TensorFlow, and Numpy.
99
Normalization algorithms currently implemented:
1010

11-
- Macenko [\[1\]](#reference) (ported from [numpy implementation](https://github.com/schaugf/HEnorm_python))
12-
- Reinhard [\[2\]](#reference)
13-
- Modified Reinhard [\[3\]](#reference)
11+
| Algorithm | numpy | torch | tensorflow |
12+
|-|-|-|-|
13+
| Macenko [\[1\]](#reference) | ✓ | ✓ | ✓ |
14+
| Reinhard [\[2\]](#reference) | ✓ | ✓ | ✓ |
15+
| Modified Reinhard [\[3\]](#reference) | ✓ | ✓ | ✓ |
1416

1517
## Installation
1618

@@ -45,14 +47,6 @@ norm, H, E = normalizer.normalize(I=t_to_transform, stains=True)
4547

4648
![alt text](data/result.png)
4749

48-
## Implemented algorithms
49-
50-
| Algorithm | numpy | torch | tensorflow |
51-
|-|-|-|-|
52-
| Macenko | ✓ | ✓ | ✓ |
53-
| Reinhard | ✓ | ✓ | ✓ |
54-
| Modified Reinhard | ✓ | ✓ | ✓ |
55-
5650
## Backend comparison
5751

5852
Results with 10 runs per size on a Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz

0 commit comments

Comments
 (0)