Uses of Class
net.imglib2.view.composite.RealComposite
Packages that use RealComposite
-
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
Methods in net.imglib2.view.composite that return RealCompositeModifier and TypeMethodDescriptionRealComposite.copy()
RealComposite.Factory.create
(RandomAccess<T> sourceAccess) RealComposite.createVariable()
Generates a 1DArrayImg
<T>