zygmuntszpak / ImageComponentAnalysis.jl

MIT License
7 stars 5 forks source link

Refactors codebase with functor API #16

Closed zygmuntszpak closed 4 years ago

zygmuntszpak commented 4 years ago

Some functionality still needs to be incorporated into the new API and I have placed the relevant code in TODO folders.

codecov[bot] commented 4 years ago

Codecov Report

Merging #16 into master will decrease coverage by 59.85%. The diff coverage is 76.74%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #16       +/-   ##
===========================================
- Coverage    92.4%   32.54%   -59.86%     
===========================================
  Files          16       18        +2     
  Lines         579      590       +11     
===========================================
- Hits          535      192      -343     
- Misses         44      398      +354
Impacted Files Coverage Δ
src/TODO/one_component_3d.jl 0% <ø> (ø)
src/TODO/one_component_2d.jl 0% <ø> (ø)
src/TODO/separate_utility.jl 0% <ø> (ø)
src/TODO/separate_components.jl 0% <ø> (ø)
src/ImageComponentAnalysis.jl 100% <ø> (+11.11%) :arrow_up:
src/TODO/region_ellipse.jl 0% <ø> (ø)
src/TODO/costa_outer.jl 0% <ø> (ø)
src/TODO/boundary.jl 0% <ø> (ø)
src/TODO/contour_tracing.jl 0% <ø> (ø)
src/TODO/moore_inner.jl 0% <ø> (ø)
... and 22 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 7890d85...d597f40. Read the comment docs.