- Type Parameters:
T - the ImgLib2 type of the input Img and the index image of
the resulting ImgLabeling
- All Implemented Interfaces:
- Comparable<Prioritized>, Contextual, Converter<Img,ImgLabeling>, Identifiable, Locatable, Logged, HandlerPlugin<ConversionRequest>, HasPluginInfo, RichPlugin, SciJavaPlugin, SingletonPlugin, TypedPlugin<ConversionRequest>, Prioritized, Typed<ConversionRequest>, Versioned
public class ImgToImgLabelingConverter<T extends IntegerType<T>>
extends AbstractConverter<Img,ImgLabeling>
This Converter converts an Img to an ImgLabeling. The
pixel values will be the labels of the result ImgLabeling.
- Author:
- Jan Eglinger