public class LabelingNamespace extends AbstractNamespace
Ops related to labelings.| Constructor and Description |
|---|
LabelingNamespace() |
ops, setEnvironmentcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontext, getContext, setContextpublic <T extends IntegerType<T>,L,I extends IntegerType<I>> ImgLabeling<L,I> cca(ImgLabeling<L,I> out, RandomAccessibleInterval<T> in, ConnectedComponents.StructuringElement element, Iterator<L> labelGenerator)
public <T extends IntegerType<T>,L,I extends IntegerType<I>> ImgLabeling<L,I> cca(ImgLabeling<L,I> out, RandomAccessibleInterval<T> in, ConnectedComponents.StructuringElement element)
public <T extends IntegerType<T>,L,I extends IntegerType<I>> ImgLabeling<L,I> cca(RandomAccessibleInterval<T> in, ConnectedComponents.StructuringElement element)
public <L,I extends IntegerType<I>> ImgLabeling<L,I> merge(ImgLabeling<L,I> in1, ImgLabeling<L,I> in2)
public <L,I extends IntegerType<I>> ImgLabeling<L,I> merge(ImgLabeling<L,I> out, ImgLabeling<L,I> in1, ImgLabeling<L,I> in2)
public <L,I extends IntegerType<I>,B extends BooleanType<B>> ImgLabeling<L,I> merge(ImgLabeling<L,I> out, ImgLabeling<L,I> in1, ImgLabeling<L,I> in2, RandomAccessibleInterval<B> mask)
public String getName()
Copyright © 2014–2022 ImageJ. All rights reserved.