I tested the Maurer filter, I saw that it is only suitable for a binary image, do you know if there is another filter to multi labeled image. I mean imagine the case that you have three types of voxels in an image, 0: Background, 1:object_1, 2:object_2, and you want to compute the euclidean distance for all the points of object_1 to object_2 ignoring the computations of the background. Currently, with the Maurer filter, I do not know how to achieve that.
Thanks in advance!