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
Copy file name to clipboardExpand all lines: README.md
+48-14Lines changed: 48 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,23 +87,36 @@ nii.shape #shape
87
87
```
88
88
### Stitching
89
89
Python function and script for arbitrary image stitching. [See Details](TPTBox/stitching/)
90
+
91
+

90
92
### Spineps and Points of Interests (POI) integration
93
+
94
+

91
95
For our Spine segmentation pipline follow the installation of [SPINEPS](https://github.com/Hendrik-code/spineps).
96
+
Image Source: Rule-based Key-Point Extraction for MR-Guided Biomechanical Digital Twins of the Spine;
97
+
98
+
92
99
93
100
SPINEPS will produce two mask: instance and semantic labels. With these we can compute our POIs. There are either center of mass points or surface points with bioloical meaning. See [Validation of a Patient-Specific Musculoskeletal Model for Lumbar Load Estimation Generated by an Automated Pipeline From Whole Body CT](https://pubmed.ncbi.nlm.nih.gov/35898642/)
94
101
```python
95
-
from TPTBox importNII, POI, Location, calc_poi_from_subreg_vert
102
+
from TPTBox importNII, POI, Location, POI_Global, calc_poi_from_subreg_vert
96
103
from TPTBox.core.vert_constants import v_name2idx
104
+
from TPTBox.segmentation.spineps import run_spineps_single
0 commit comments