Building a simple medical image segmentation tool in #JuliaLang.
So far the method only creates raw contours. Next I need to add contour cutting, merging, spline based smoothing, growing/shrinking, manual drawing, etc. and before you know it we have a high performance and #opensource tool for medical image segmentation!
@kevinmoerman Cool. What packages do you use for that?
@felixcremer This work is part of my project Comodo.jl. However, this demo so far only uses DICOM.jl to load in the image date, Contour.jl to draw contours, and Makie for visualisation and GUI stuff. I'll post it on GitHub shortly.