Borda / pyImSegm

Image segmentation - general superpixel segmentation & center detection & region growing
https://borda.github.io/pyImSegm
BSD 3-Clause "New" or "Revised" License
373 stars 73 forks source link

label hist. & PEP8 #16

Closed Borda closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.41%. The diff coverage is 98.56%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   95.85%   96.26%   +0.41%     
==========================================
  Files          25       25              
  Lines        4507     4548      +41     
==========================================
+ Hits         4320     4378      +58     
+ Misses        187      170      -17
Impacted Files Coverage Δ
imsegm/graph_cuts.py 98.46% <ø> (ø) :arrow_up:
imsegm/utilities/data_samples.py 100% <ø> (ø) :arrow_up:
imsegm/superpixels.py 97.67% <ø> (ø) :arrow_up:
imsegm/tests/test_descriptors.py 96.69% <ø> (ø) :arrow_up:
imsegm/labeling.py 96.72% <100%> (+0.04%) :arrow_up:
imsegm/annotation.py 97.76% <100%> (ø) :arrow_up:
imsegm/tests/test_pipelines.py 96.77% <100%> (+0.74%) :arrow_up:
imsegm/region_growing.py 97.99% <100%> (+0.22%) :arrow_up:
imsegm/pipelines.py 96.66% <100%> (ø) :arrow_up:
imsegm/utilities/experiments.py 94.8% <100%> (ø) :arrow_up:
... and 9 more

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 f3955cf...6d19f20. Read the comment docs.