public class LabelingNamespace extends AbstractNamespace
Op
s related to labelings.Constructor and Description |
---|
LabelingNamespace() |
ops, setEnvironment
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
public <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.