Skip to content

Commit 4f747f9

Browse files
authored
Update readme.md
1 parent f78ca18 commit 4f747f9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,23 @@ Support for:
2323
- [x] Cerberus (In Beta)
2424
[[Repo](https://github.com/TissueImageAnalytics/cerberus)] [[Paper](https://doi.org/10.1016/j.media.2022.102685)] (Graham et al., 2023)
2525

26+
## Feature-sets
27+
28+
![feature-set-eg](https://github.com/user-attachments/assets/30e54412-c26e-4dde-84b0-0b5a67f12c50)
29+
30+
PyPthomics supports **[a] Cell Ratio**, **[b] Morphological Features**, **[c] Texture Features**, and **[d] Spatial Features (Delaunay Triangle)**.
31+
2632
## How it works?
2733

2834
<div align=center>
2935
<img width="960" alt="image" src="https://github.com/user-attachments/assets/11098570-4939-4bb9-9080-7e2dbe3bc68c">
3036
</div>
3137

38+
3239
Get all **cell** and **slide-level** features directly through the cell segmentation file like Hover-Net's `.json` file.
3340

41+
42+
3443
## Installation
3544

3645
```bash
@@ -119,7 +128,7 @@ Optional Arguments:
119128
</details>
120129

121130
<details>
122-
<summary><strong>Slide Morphological Features</strong></summary>
131+
<summary><strong>Morphological Features</strong></summary>
123132

124133
- **Area**: Area of the cell, indicating cell size.
125134
- **AreaBbox**: Area of the minimum bounding rectangle around the cell.

0 commit comments

Comments
 (0)