Skip to content

Commit 51a21a3

Browse files
author
Corentin
committed
feret max diameter
1 parent cefd296 commit 51a21a3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,5 @@ debug_data/
168168
!binary_mask_fluo.tif
169169
!nuclei.tif
170170
!cytoplasm.tif
171-
!binary_mask_sdh.tif
171+
!binary_mask_sdh.tif
172+
*.ipynb

myoquant/src/HE_analysis.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def extract_ROIs(histo_img, index, cellpose_df, mask_stardist):
3030
"bbox",
3131
"image",
3232
"perimeter",
33+
"feret_diameter_max",
3334
],
3435
)
3536
df_nuc_single = pd.DataFrame(props_nuc_single)
@@ -181,6 +182,7 @@ def run_he_analysis(image_ndarray, mask_cellpose, mask_stardist, eccentricity_th
181182
"bbox",
182183
"image",
183184
"perimeter",
185+
"feret_diameter_max",
184186
],
185187
)
186188
df_cellpose = pd.DataFrame(props_cellpose)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "myoquant"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "MyoQuant🔬: a tool to automatically quantify pathological features in muscle fiber histology images."
55
authors = ["Corentin Meyer <[email protected]>"]
66
maintainers = ["Corentin Meyer <[email protected]>"]

0 commit comments

Comments
 (0)