I have code that convolves a 2d cluster of points, then finds a contour of the convolution, which it takes to be the cluster boundary.
I’d like to extend it to 3 dimensions. Naively, I’m thinking I can just find the contour for each slice (Contour.jl), my challenge would then be to figure out which ones are effectively connected in 3 dimensions.
But has that been implemented already somewhere? Does it have a different name?