Uses of Class
net.imglib2.view.composite.RealComposite
-
Packages that use RealComposite Package Description net.imglib2.converter net.imglib2.type.numeric.real net.imglib2.view net.imglib2.view.composite -
-
Uses of RealComposite in net.imglib2.converter
Method parameters in net.imglib2.converter with type arguments of type RealComposite Modifier and Type Method Description static <A extends RealType<A>,B extends Type<B>>
RandomAccessibleInterval<B>Converters. composeReal(java.util.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(java.util.List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>,B> composer, java.util.function.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 RealComposite Modifier and Type Method Description static 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 RealComposite Modifier and Type Method Description static <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
Methods in net.imglib2.view.composite that return RealComposite Modifier and Type Method Description RealComposite<T>RealComposite. copy()RealComposite<T>RealComposite.Factory. create(RandomAccess<T> sourceAccess)RealComposite<T>RealComposite. createVariable()Generates a 1DArrayImg<T>
-