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

update classif. #15

Closed Borda closed 5 years ago

Borda commented 5 years ago

collection of a couple minor fixes...

codecov[bot] commented 5 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   95.74%   95.74%           
=======================================
  Files          25       25           
  Lines        4487     4487           
=======================================
  Hits         4296     4296           
  Misses        191      191
Impacted Files Coverage Δ
imsegm/classification.py 95.4% <0%> (ø) :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 41cd661...ba904a8. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #15 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   95.74%   95.87%   +0.12%     
==========================================
  Files          25       25              
  Lines        4487     4504      +17     
==========================================
+ Hits         4296     4318      +22     
+ Misses        191      186       -5
Impacted Files Coverage Δ
imsegm/descriptors.py 93.02% <ø> (ø) :arrow_up:
imsegm/ellipse_fitting.py 96.25% <ø> (ø) :arrow_up:
imsegm/classification.py 96.57% <100%> (+1.16%) :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 41cd661...48dfdc1. Read the comment docs.