- Type Parameters:
T - the ImgLib2 type used for the index image of the labeling
- All Implemented Interfaces:
- Comparable<Prioritized>, Contextual, Converter<ImgLabeling,Img>, Identifiable, Locatable, Logged, HandlerPlugin<ConversionRequest>, HasPluginInfo, RichPlugin, SciJavaPlugin, SingletonPlugin, TypedPlugin<ConversionRequest>, Prioritized, Typed<ConversionRequest>, Versioned
public class ImgLabelingToImgConverter<T extends IntegerType<T>>
extends AbstractConverter<ImgLabeling,Img>
This Converter converts an ImgLabeling to an Img.
If the ImgLabeling has non-overlapping integer labels, the result
Img will be filled with values corresponding to those labels.
Otherwise, ImgLabeling#getIndexImg() is returned.
- Author:
- Jan Eglinger