public class Util extends Object
Constructor and Description |
---|
Util() |
public static boolean compatibleIterationOrder(List<RandomAccessibleInterval<?>> images)
images
- public static final Set<RandomAccessibleInterval<?>> findImg(IFunction f)
public static final RandomAccessibleInterval<?> findFirstImg(IFunction f)
public static final int dimensions(IFunction f)
public static final <O extends RealType<O>> Converter<RealType<?>,O> genericRealTypeConverter()
public static final <I extends IntegerType<I>,O extends IntegerType<O>> Converter<I,O> genericIntegerTypeConverter()
public static final <O extends RealType<O>> IImgSourceIterable<?> findFirstIterableImgSource(OFunction<O> f)
public static final <O extends RealType<O>> List<IImgSourceIterable<?>> findAllIterableImgSource(OFunction<O> f)
Copyright © 2015–2022 ImgLib2. All rights reserved.