Skip to content

Commit

Permalink
feret max diameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin committed Nov 30, 2022
1 parent cefd296 commit 51a21a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ debug_data/
!binary_mask_fluo.tif
!nuclei.tif
!cytoplasm.tif
!binary_mask_sdh.tif
!binary_mask_sdh.tif
*.ipynb
2 changes: 2 additions & 0 deletions myoquant/src/HE_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def extract_ROIs(histo_img, index, cellpose_df, mask_stardist):
"bbox",
"image",
"perimeter",
"feret_diameter_max",
],
)
df_nuc_single = pd.DataFrame(props_nuc_single)
Expand Down Expand Up @@ -181,6 +182,7 @@ def run_he_analysis(image_ndarray, mask_cellpose, mask_stardist, eccentricity_th
"bbox",
"image",
"perimeter",
"feret_diameter_max",
],
)
df_cellpose = pd.DataFrame(props_cellpose)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "myoquant"
version = "0.2.0"
version = "0.2.1"
description = "MyoQuant🔬: a tool to automatically quantify pathological features in muscle fiber histology images."
authors = ["Corentin Meyer <[email protected]>"]
maintainers = ["Corentin Meyer <[email protected]>"]
Expand Down

0 comments on commit 51a21a3

Please sign in to comment.