Hi again,
I did not found any tool for 3D object thickness measurement in ITK…
So I used a composition of ITKBinaryThinning3D and EuclideanDistance to compute the distance from medial axis to the outside as the object thickness.
the ultimate goal is to retro-propagate the medial axis thickness to adjacent voxels, but hey walk before you run
I’m trying to build an ITK composite filter with that could wrap in a single instruction such behavior
I started a module : ITKThickness3D but how to point another “remote” module in its project cmake conf ?
I added ITKBinaryThinning3D and EuclideanDistance in the itk-module.cmake, but ofc it does not compile since it is not part of ITK “core”.
Thanks