Uses of Interface
net.imglib2.Sampler
-
-
Uses of Sampler in net.imglib2
Subinterfaces of Sampler in net.imglib2 Modifier and Type Interface Description interfaceCursor<T>A Cursor iterates over a set of Localizable elements, for example the image values at the (integer) pixel positions of an image.interfaceLocalizableSampler<T>Combination ofLocalizableandSamplerinterfaces.interfaceRandomAccess<T>interfaceRealCursor<T>A RealCursor iterates over a set of RealLocalizable elements, for example intensity values sampled at a finite set of arbitrary real positions.interfaceRealLocalizableSampler<T>Combination ofRealLocalizableandSamplerinterfaces.interfaceRealRandomAccess<T>Classes in net.imglib2 that implement Sampler Modifier and Type Class Description classAbstractCursor<T>Abstract implementation ofCursor.classAbstractCursorInt<T>Abstract implementation ofCursor.classAbstractLocalizingCursor<T>Abstract base class for localizingCursors.classAbstractLocalizingCursorInt<T>Abstract base class for localizingCursors.classKDTree.KDTreeCursorclassKDTreeNode<T>Proxy for a node in a KDTree.classPointSample<T>A simple default implementation ofRandomAccessthat can be used to combine a real location and a sample instance, e.g.classPointSampleList.PointSampleListCursorclassRealPointSample<T>A simple default implementation ofRealRandomAccessthat can be used to combine a real location and a sample value, e.g.classRealPointSampleList.RealPointSampleListCursorMethods in net.imglib2 that return Sampler Modifier and Type Method Description Sampler<T>Sampler. copy() -
Uses of Sampler in net.imglib2.converter
Classes in net.imglib2.converter that implement Sampler Modifier and Type Class Description classAbstractConvertedCursor<A,B>TODOclassAbstractConvertedRandomAccess<A,B>TODOclassAbstractConvertedRealCursor<A,B>TODOclassAbstractConvertedRealRandomAccess<A,B>TODO -
Uses of Sampler in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Sampler Modifier and Type Class Description classBiConvertedCursor<A,B,C>TODOclassBiConvertedRandomAccess<A,B,C>TODOclassBiConvertedRealCursor<A,B,C>TODOclassBiConvertedRealRandomAccess<A,B,C>TODOclassConvertedCursor<A,B>TODOclassConvertedRandomAccess<A,B>TODOclassConvertedRealCursor<A,B>TODOclassConvertedRealRandomAccess<A,B>TODO -
Uses of Sampler in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Sampler Modifier and Type Class Description private static classTypeUtils.ConstantSampler<T>classWriteConvertedCursor<A,B>TODOclassWriteConvertedRandomAccess<A,B>TODOclassWriteConvertedRealCursor<A,B>TODOFields in net.imglib2.converter.readwrite declared as Sampler Modifier and Type Field Description private Sampler<? extends ARGBType>ARGBChannelSamplerConverter.ARGBChannelConvertingAccess. samplerprivate Sampler<? extends Composite<UnsignedByteType>>CompositeARGBSamplerConverter.CompositeARGBAccess. samplerprivate Sampler<? extends Composite<UnsignedByteType>>CompositeARGBSamplerConverter.CompositeRGBAccess. samplerprivate Sampler<? extends R>RealDoubleSamplerConverter.RealConvertingDoubleAccess. samplerprivate Sampler<? extends R>RealFloatSamplerConverter.RealConvertingFloatAccess. samplerFields in net.imglib2.converter.readwrite with type parameters of type Sampler Modifier and Type Field Description private java.util.function.Function<Sampler<? extends Composite<UnsignedByteType>>,? extends IntAccess>CompositeARGBSamplerConverter. factoryMethods in net.imglib2.converter.readwrite that return Sampler Modifier and Type Method Description Sampler<T>TypeUtils.ConstantSampler. copy()Methods in net.imglib2.converter.readwrite that return types with arguments of type Sampler Modifier and Type Method Description private java.util.function.Function<Sampler<? extends Composite<UnsignedByteType>>,? extends IntAccess>CompositeARGBSamplerConverter. getAccessFactory(ColorChannelOrder order)Methods in net.imglib2.converter.readwrite with parameters of type Sampler Modifier and Type Method Description UnsignedByteTypeARGBChannelSamplerConverter. convert(Sampler<? extends ARGBType> sampler)ARGBTypeCompositeARGBSamplerConverter. convert(Sampler<? extends Composite<UnsignedByteType>> sampler)DoubleTypeRealDoubleSamplerConverter. convert(Sampler<? extends R> sampler)FloatTypeRealFloatSamplerConverter. convert(Sampler<? extends R> sampler)BSamplerConverter. convert(Sampler<? extends A> sampler)Constructors in net.imglib2.converter.readwrite with parameters of type Sampler Constructor Description ARGBChannelConvertingAccess(Sampler<? extends ARGBType> sampler)CompositeARGBAccess(Sampler<? extends Composite<UnsignedByteType>> sampler)CompositeRGBAccess(Sampler<? extends Composite<UnsignedByteType>> sampler)RealConvertingDoubleAccess(Sampler<? extends R> sampler)RealConvertingFloatAccess(Sampler<? extends R> sampler) -
Uses of Sampler in net.imglib2.display.projector.sampler
Subinterfaces of Sampler in net.imglib2.display.projector.sampler Modifier and Type Interface Description interfaceProjectedSampler<T>provides samples from a projected (SamplingProjector2D) dimension.Classes in net.imglib2.display.projector.sampler that implement Sampler Modifier and Type Class Description classIntervalSampler<T>allows stepwise access to a preselected projected dimension.classSelectiveSampler<T>Provides access to a set of predefined positions of a projected dimensionMethods in net.imglib2.display.projector.sampler that return Sampler Modifier and Type Method Description Sampler<T>IntervalSampler. copy()Sampler<T>SelectiveSampler. copy() -
Uses of Sampler in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Sampler Modifier and Type Class Description classAbstractArrayCursor<T extends NativeType<T>>classAbstractArrayLocalizingCursor<T extends NativeType<T>>classArrayCursor<T extends NativeType<T>>classArrayLocalizingCursor<T extends NativeType<T>>(package private) classArrayLocalizingSpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.classArrayLocalizingSubIntervalCursor<T extends NativeType<T>>LocalizingAbstractArrayLocalizingCursoron anArrayImg.classArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg.(package private) classArraySpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.classArraySubIntervalCursor<T extends NativeType<T>> -
Uses of Sampler in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Sampler Modifier and Type Class Description classCellCursor<T extends NativeType<T>,C extends Cell<?>>Cursoron aAbstractCellImg.private classCellGrid.CellIntervalsRAclassCellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>LocalizingCursoron aAbstractCellImg.classCellRandomAccess<T extends NativeType<T>,C extends Cell<?>>RandomAccesson aAbstractCellImg.(package private) classCellSpliterator<T extends NativeType<T>,C extends Cell<?>>LocalizableSpliterator forCellImg. -
Uses of Sampler in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Sampler Modifier and Type Class Description classAbstractLongListImg.LongListCursorclassAbstractLongListImg.LongListLocalizingCursorclassAbstractLongListImg.LongListRandomAccessclassListCursor<T>classListLocalizingCursor<T>classListRandomAccess<T>RandomAccesson aListImg. -
Uses of Sampler in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Sampler Modifier and Type Class Description classPlanarCursor<T extends NativeType<T>>Basic Iterator forPlanarContainersclassPlanarCursor1D<T extends NativeType<T>>Basic Iterator for 1dPlanarContainersclassPlanarCursor2D<T extends NativeType<T>>Basic Iterator for 2dPlanarContainersclassPlanarLocalizingCursor<T extends NativeType<T>>Localizing Iterator for aPlanarContainersclassPlanarLocalizingCursor1D<T extends NativeType<T>>TODOclassPlanarLocalizingCursor2D<T extends NativeType<T>>TODOclassPlanarPlaneSubsetCursor<T extends NativeType<T>>Basic Iterator forPlanarContainersclassPlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>Cursor optimized for one plane in an PlanarImg.classPlanarRandomAccess<T extends NativeType<T>>RandomAccesson aPlanarImg.classPlanarRandomAccess1D<T extends NativeType<T>>RandomAccessfor a 1-dimensionalPlanarImg.(package private) classPlanarSpliterator<T extends NativeType<T>>LocalizableSpliterator forPlanarImg. -
Uses of Sampler in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Sampler Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>>classNtreeRandomAccess<T extends NativeType<T>> -
Uses of Sampler in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement Sampler Modifier and Type Class Description classInverseDistanceWeightingInterpolator<T extends RealType<T>>RealRandomAccessto aKNearestNeighborSearchwhose sample value is generated by weighting the k nearest neighbors of a query real coordinate by their inverse distance to an arbitrary power p.classNearestNeighborSearchInterpolator<T>Nearest-neighbor interpolation implemented byNearestNeighborSearch. -
Uses of Sampler in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement Sampler Modifier and Type Class Description classClampingNLinearInterpolatorRealType<T extends RealType<T>>N-linear interpolator forRealTypevalues with overflow check.classClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>N-linear interpolator for volatile ARGB values with overflow check.classClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>N-linear interpolator forRealTypevalues with overflow check.classFloorInterpolator<T>RealRandomAccessto aRandomAccessby nearest floor interpolation (i.e., the value is sampled at floor(x)).classLanczosInterpolator<T extends RealType<T>>n-dimensional double-based Lanczos InterpolationclassNearestNeighborInterpolator<T>RealRandomAccessto aRandomAccessby nearest neighbor interpolation.classNLinearInterpolator<T extends NumericType<T>>Performs multi-linear interpolation.classNLinearInterpolator1D<T extends NumericType<T>>classNLinearInterpolator2D<T extends NumericType<T>>classNLinearInterpolator3D<T extends NumericType<T>>classNLinearInterpolatorARGBN-linear interpolator for ARGB values with overflow check. -
Uses of Sampler in net.imglib2.interpolation.stack
Classes in net.imglib2.interpolation.stack that implement Sampler Modifier and Type Class Description classLinearRealRandomAccessibleStackInterpolator<T extends NumericType<T>>A linear interpolator for stacks ofRealRandomAccessibles.classNearestNeighborRealRandomAccessibleStackInterpolator<T>A nearest neighbor interpolator for stacks ofRealRandomAccessibles. -
Uses of Sampler in net.imglib2.loops
Fields in net.imglib2.loops declared as Sampler Modifier and Type Field Description private Sampler<A>BindActionToSamplers.BiConsumerRunnable. samplerAprivate Sampler<A>BindActionToSamplers.ConsumerRunnable. samplerAprivate Sampler<A>BindActionToSamplers.FiveConsumerRunnable. samplerAprivate Sampler<A>BindActionToSamplers.FourConsumerRunnable. samplerAprivate Sampler<A>BindActionToSamplers.SixConsumerRunnable. samplerAprivate Sampler<A>BindActionToSamplers.TriConsumerRunnable. samplerAprivate Sampler<B>BindActionToSamplers.BiConsumerRunnable. samplerBprivate Sampler<B>BindActionToSamplers.FiveConsumerRunnable. samplerBprivate Sampler<B>BindActionToSamplers.FourConsumerRunnable. samplerBprivate Sampler<B>BindActionToSamplers.SixConsumerRunnable. samplerBprivate Sampler<B>BindActionToSamplers.TriConsumerRunnable. samplerBprivate Sampler<C>BindActionToSamplers.FiveConsumerRunnable. samplerCprivate Sampler<C>BindActionToSamplers.FourConsumerRunnable. samplerCprivate Sampler<C>BindActionToSamplers.SixConsumerRunnable. samplerCprivate Sampler<C>BindActionToSamplers.TriConsumerRunnable. samplerCprivate Sampler<D>BindActionToSamplers.FiveConsumerRunnable. samplerDprivate Sampler<D>BindActionToSamplers.FourConsumerRunnable. samplerDprivate Sampler<D>BindActionToSamplers.SixConsumerRunnable. samplerDprivate Sampler<E>BindActionToSamplers.FiveConsumerRunnable. samplerEprivate Sampler<E>BindActionToSamplers.SixConsumerRunnable. samplerEprivate Sampler<F>BindActionToSamplers.SixConsumerRunnable. samplerFMethod parameters in net.imglib2.loops with type arguments of type Sampler Modifier and Type Method Description static java.lang.RunnableBindActionToSamplers. bindActionToSamplers(java.lang.Object action, java.util.List<? extends Sampler<?>> samplers)For example.: Given a BiConsumer and two Samplers:Constructors in net.imglib2.loops with parameters of type Sampler Constructor Description BiConsumerRunnable(java.util.function.BiConsumer<A,B> action, Sampler<A> samplerA, Sampler<B> samplerB)ConsumerRunnable(java.util.function.Consumer<A> action, Sampler<A> samplerA)FiveConsumerRunnable(LoopBuilder.FiveConsumer<A,B,C,D,E> action, Sampler<A> samplerA, Sampler<B> samplerB, Sampler<C> samplerC, Sampler<D> samplerD, Sampler<E> samplerE)FourConsumerRunnable(LoopBuilder.FourConsumer<A,B,C,D> action, Sampler<A> samplerA, Sampler<B> samplerB, Sampler<C> samplerC, Sampler<D> samplerD)SixConsumerRunnable(LoopBuilder.SixConsumer<A,B,C,D,E,F> action, Sampler<A> samplerA, Sampler<B> samplerB, Sampler<C> samplerC, Sampler<D> samplerD, Sampler<E> samplerE, Sampler<F> samplerF)TriConsumerRunnable(LoopBuilder.TriConsumer<A,B,C> action, Sampler<A> samplerA, Sampler<B> samplerB, Sampler<C> samplerC) -
Uses of Sampler in net.imglib2.neighborsearch
Methods in net.imglib2.neighborsearch that return Sampler Modifier and Type Method Description Sampler<T>KNearestNeighborSearch. getSampler(int i)Access the data of the ith nearest neighbor, ordered by square Euclidean distance.Sampler<T>KNearestNeighborSearchOnIterableRealInterval. getSampler()Sampler<T>KNearestNeighborSearchOnKDTree. getSampler()Sampler<T>KNearestNeighborSearchOnKDTree. getSampler(int i)Sampler<T>NearestNeighborSearch. getSampler()Access the data of the nearest neighbor.Sampler<T>NearestNeighborSearchOnIterableRealInterval. getSampler()Sampler<T>NearestNeighborSearchOnKDTree. getSampler()Sampler<T>RadiusNeighborSearch. getSampler(int i)Access the data of the ith neighbor within radius.Sampler<T>RadiusNeighborSearchOnKDTree. getSampler(int i) -
Uses of Sampler in net.imglib2.outofbounds
Subinterfaces of Sampler in net.imglib2.outofbounds Modifier and Type Interface Description interfaceOutOfBounds<T>interfaceRealOutOfBounds<T>Classes in net.imglib2.outofbounds that implement Sampler Modifier and Type Class Description classAbstractOutOfBoundsMirror<T>Abstract implementation of shared functions for mirroring out of bounds.classAbstractOutOfBoundsValue<T>classOutOfBoundsBorder<T>Repeat the boundary pixels.classOutOfBoundsConstantValue<T>classOutOfBoundsMirrorDoubleBoundary<T>Coordinates out of image bounds are mirrored between boundary coordinates.classOutOfBoundsMirrorExpWindowing<T extends NumericType<T>>Adds a exponential windowing to the mirrored content outside the Interval boundariesclassOutOfBoundsMirrorSingleBoundary<T>Coordinates out of image bounds are mirrored at boundary coordinates.classOutOfBoundsPeriodic<T>Coordinates out of image bounds are periodically repeated.classOutOfBoundsRandomValue<T extends RealType<T>>Return a random value in a certain range when outside of the IntervalclassRealOutOfBoundsRealRandomAccess<T> -
Uses of Sampler in net.imglib2.position
Classes in net.imglib2.position that implement Sampler Modifier and Type Class Description classFunctionRandomAccessible.FunctionRandomAccessclassFunctionRealRandomAccessible.RealFunctionRealRandomAccessclassPositionRandomAccessible.PositionRandomAccessclassRealPositionRealRandomAccessible.RealPositionRealRandomAccess -
Uses of Sampler in net.imglib2.stream
Subinterfaces of Sampler in net.imglib2.stream Modifier and Type Interface Description interfaceLocalizableSpliterator<T>ASpliterator<T>which is Localizable similar to a Cursor.interfaceRealLocalizableSpliterator<T>ASpliterator<T>which is Localizable similar to a Cursor.Classes in net.imglib2.stream that implement Sampler Modifier and Type Class Description classCursorSpliterator<T>Spliterator implementation on top ofRealCursor.(package private) classLocalizableSamplerWrapper<T>WrapsLocalizableSpliteratorasSpliterator<LocalizableSampler<T>>.classRealCursorSpliterator<T>Spliterator implementation on top ofRealCursor.(package private) classRealLocalizableSamplerWrapper<T>WrapsRealLocalizableSpliteratorasSpliterator<RealLocalizableSampler<T>>. -
Uses of Sampler in net.imglib2.util
Classes in net.imglib2.util that implement Sampler Modifier and Type Class Description private classGrid.CellIntervalsRAprivate static classLocalizables.LocationRandomAccessA RandomAccess that returns its current position as value.private static classLocalizables.RealLocationRealRandomAccessA RandomAccess that returns its current position as value. -
Uses of Sampler in net.imglib2.view
Classes in net.imglib2.view that implement Sampler Modifier and Type Class Description (package private) classBundleView.BundleRandomAccessclassFullSourceMapMixedRandomAccess<T>classFullSourceMapSlicingRandomAccess<T>(package private) classFunctionView.FunctionRandomAccessclassHyperSlice.HyperSliceRandomAccessclassHyperSlicesView.HyperSlicesViewRandomAccessclassMixedRandomAccess<T>classRandomAccessibleIntervalCursor<T>ACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.private classRandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessibleclassRandomAccessiblePair.RandomAccessclassSlicingRandomAccess<T>static classStackView.DefaultRA<T>ARandomAccesson aStackView.static classStackView.MoveAllSlicesRA<T>ARandomAccesson aStackView.classSubsampleView.SubsampleRandomAccessclassTransformRandomAccess<T>classTranslationRandomAccess<T>TODO -
Uses of Sampler in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Sampler Modifier and Type Class Description classCompositeView.CompositeRandomAccessclassInflateView.InflateRandomAccessclassInterleaveView.InterleaveRandomAccess -
Uses of Sampler in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement Sampler Modifier and Type Class Description classSlicingCursor<T>Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-