/ActiveContours.jl

Primary LanguageJuliaMIT LicenseMIT

ActiveContours

Image segmentation via active contours.

Goals

  • Reimplement basic PDE-based (level set) segmentation algorithm(s) from scikit-image
  • Modify these algorithms to use SciML's ecosystem where available (ModellingToolkit.jl, MOL.jl, etc)
  • Investigate how to add neural networks to these algorithms