[ITK-users] apply color map to a label map with overlapping label objects?

Gaetan Lehmann gaetan.lehmann at gmail.com
Thu Mar 12 17:49:05 EDT 2015


Hi Arnaud,

Converting a label map with overlapping objects to an image usually works
quite badly, and itk::LabelMapOverlayImageFilter is no exception.
The overlapping zones must be removed first, for example with
itk::UniqueLableMapFilter.

This may not be what you want though. What would you expect as output for
the overlapping objects?

Regards,

Gaëtan

2015-03-10 10:30 GMT+01:00 Arnaud Gelas <arnaudgelas at gmail.com>:

> Hi all,
>
> I would like to colorize one label map with overlapping label objects. I
> know there is itk::LabelMapOverlayImageFilter but would it work on such a
> case? (could be wrong, but based on the code it does not seem so)
>
> Thanks
> Arnaud
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20150312/0dbf953f/attachment.html>


More information about the Insight-users mailing list