fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Kevin Moerman 🔓🦿:julia:

Building a simple medical image segmentation tool in .

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 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.