Uses of Class
net.imglib2.view.composite.RealComposite
Packages that use RealComposite
Package
Description
-
Uses of RealComposite in net.imglib2.converter
Method parameters in net.imglib2.converter with type arguments of type RealCompositeModifier and TypeMethodDescriptionstatic <A extends RealType<A>, B extends Type<B>>
RandomAccessibleInterval<B> Converters.composeReal(List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>, B> composer, B targetType) Compose a list of sameIntervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends RealType<A>, B>
RandomAccessibleInterval<B> Converters.composeReal2(List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>, B> composer, Supplier<B> targetSupplier) Compose a list of sameIntervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B. -
Uses of RealComposite in net.imglib2.type.numeric.real
Methods in net.imglib2.type.numeric.real that return RealCompositeModifier and TypeMethodDescriptionstatic RealComposite<DoubleType> DoubleType.createVector(int n) static RealComposite<FloatType> FloatType.createVector(int n) static RealComposite<DoubleType> DoubleType.wrapVector(double[] array) Wrap an array as an n-dimensionalRealCompositeofDoubleType.static RealComposite<FloatType> FloatType.wrapVector(float[] array) Wrap an array as an n-dimensionalRealCompositeofFloatType. -
Uses of RealComposite in net.imglib2.view
Methods in net.imglib2.view that return types with arguments of type RealCompositeModifier and TypeMethodDescriptionstatic <T extends RealType<T>>
CompositeView<T, RealComposite<T>> Views.collapseReal(RandomAccessible<T> source, int numChannels) Collapse the nth dimension of an n -dimensionalRandomAccessible<T extendsRealType<T>> into an (n-1)-dimensionalRandomAccessible<RealComposite<T>>static <T extends RealType<T>>
CompositeIntervalView<T, RealComposite<T>> Views.collapseReal(RandomAccessibleInterval<T> source) Collapse the nth dimension of an n -dimensionalRandomAccessibleInterval<T extendsRealType<T>> into an (n-1)-dimensionalRandomAccessibleInterval<RealComposite<T>> -
Uses of RealComposite in net.imglib2.view.composite
Subclasses with type arguments of type RealComposite in net.imglib2.view.compositeModifier and TypeClassDescriptionclassRealComposite<T extends RealType<T>>A vector ofRealTypescalars.Classes in net.imglib2.view.composite that implement interfaces with type arguments of type RealCompositeMethods in net.imglib2.view.composite that return RealCompositeModifier and TypeMethodDescriptionRealComposite.copy()RealComposite.Factory.create(RandomAccess<T> sourceAccess) RealComposite.createVariable()Generates a 1DArrayImg<T>