jluethi / napari-feature-visualization

Visualizing feature measurements on label images in napari
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Add regionprops function #4

Closed haesleinhuepf closed 3 years ago

haesleinhuepf commented 3 years ago

Hi @jluethi ,

here comes the regionprops function we discussed on image.sc. You will see it's just another py-file that hooks a function into napari. Let me know if I should add more documentation or anything!

Looking forward to hearing what you think!

Best, Robert

jluethi commented 3 years ago

Hey @haesleinhuepf Looks cool, I'll test it in the next days :) Thanks a lot for the contribution!

codecov-commenter commented 3 years ago

Codecov Report

Merging #4 (e2479b8) into master (b3b13dd) will decrease coverage by 9.87%. The diff coverage is 25.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   55.55%   45.67%   -9.88%     
==========================================
  Files           3        4       +1     
  Lines         108      162      +54     
==========================================
+ Hits           60       74      +14     
- Misses         48       88      +40     
Impacted Files Coverage Δ
napari_feature_visualization/_regionprops.py 24.52% <24.52%> (ø)
napari_feature_visualization/__init__.py 66.66% <100.00%> (+6.66%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b3b13dd...e2479b8. Read the comment docs.