Skip to content

Commit

Permalink
Update feat_const.py with new cell features calculated from the raw c…
Browse files Browse the repository at this point in the history
…ontour
  • Loading branch information
SaraKaliman authored Nov 6, 2023
1 parent b7e1ff6 commit 59a943b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dclab/definitions/feat_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@
# Fun fact: If we had decided to compute it from the convex contour,
# then we would have close to none pixelation effects ¯\_(ツ)_/¯.
["volume", "Volume [µm³]"],
["area_um_raw", "Area [µm²] from a raw contour"],
["per_um_raw", "Perimeter [µm] from a raw contour"],
["deform_raw", "Deformation from a raw contour"],
["eccentr_prnc", "Eccentricity from a raw contour"],
["per_ratio", "Ratio of raw and cvx perimeters (inversed convexity)"],
["s_x", "Simmetry ratio left-right"],
["s_y", "Simmetry ratio up-down"],
]
# Add userdef features
for _i in range(10):
Expand Down

0 comments on commit 59a943b

Please sign in to comment.