JuliaImages / ImageSegmentation.jl

Partitioning images into meaningful regions
Other
47 stars 23 forks source link

Update PriorityQueue constructors (fixes #17) #19

Closed kmsquire closed 6 years ago

kmsquire commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #19   +/-   ##
=======================================
  Coverage   98.23%   98.23%           
=======================================
  Files           9        9           
  Lines         511      511           
=======================================
  Hits          502      502           
  Misses          9        9
Impacted Files Coverage Δ
src/watershed.jl 97.5% <100%> (ø) :arrow_up:
src/region_growing.jl 100% <100%> (ø) :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 00c57c3...e497598. Read the comment docs.

timholy commented 6 years ago

Awesome, thanks so much!

I like how PriorityQueue can now have a "default parameter" for its ordering, expressed in the natural way. :+1: