Skip to content
Snippets Groups Projects
Commit 186d1ec1 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Added centroid to object DataFrame

parent 4aacaa00
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ def build_zmask_from_object_mask(
regionprops_table(
lamap,
intensity_image=argmax,
properties=('label', 'area', 'intensity_mean', 'solidity', 'bbox')
properties=('label', 'area', 'intensity_mean', 'solidity', 'bbox', 'centroid')
)
)
.rename(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment