Uses of Interface
net.imglib2.Sampler
Packages that use Sampler
Package
Description
-
Uses of Sampler in net.imglib2
Subinterfaces of Sampler in net.imglib2Modifier and TypeInterfaceDescriptioninterfaceCursor<T>A Cursor iterates over a set of Localizable elements, for example the image values at the (integer) pixel positions of an image.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.interfaceClasses in net.imglib2 that implement SamplerModifier and TypeClassDescriptionclassAbstract implementation ofCursor.classAbstract implementation ofCursor.classAbstract base class for localizingCursors.classAbstract base class for localizingCursors.final classprotected static final classA KDTreeNode that stores it's value as a Sampler.protected static final classA KDTreeNode that stores it's value as a reference.classKDTreeNode<T>Abstract base class for nodes in a KDTree.classclassFields in net.imglib2 declared as SamplerMethods in net.imglib2 that return SamplerConstructors in net.imglib2 with parameters of type SamplerModifierConstructorDescriptionSamplerNode(Sampler<T> sampler, RealLocalizable position, int dimension, KDTree.SamplerNode<T> left, KDTree.SamplerNode<T> right) -
Uses of Sampler in net.imglib2.converter
Classes in net.imglib2.converter that implement SamplerModifier and TypeClassDescriptionclassTODOclassTODOclassTODO -
Uses of Sampler in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement SamplerModifier and TypeClassDescriptionclassConvertedCursor<A,B extends Type<B>> TODOfinal classConvertedRandomAccess<A,B extends Type<B>> TODOfinal classConvertedRealRandomAccess<A,B extends Type<B>> TODO -
Uses of Sampler in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement SamplerMethods in net.imglib2.converter.readwrite with parameters of type SamplerModifier and TypeMethodDescription -
Uses of Sampler in net.imglib2.display.projector.sampler
Subinterfaces of Sampler in net.imglib2.display.projector.samplerModifier and TypeInterfaceDescriptioninterfaceprovides samples from a projected (SamplingProjector2D) dimension.Classes in net.imglib2.display.projector.sampler that implement SamplerModifier and TypeClassDescriptionclassallows stepwise access to a preselected projected dimension.classProvides access to a set of predefined positions of a projected dimensionMethods in net.imglib2.display.projector.sampler that return Sampler -
Uses of Sampler in net.imglib2.img.array
Classes in net.imglib2.img.array that implement SamplerModifier and TypeClassDescriptionclassAbstractArrayCursor<T extends NativeType<T>>classAbstractArrayLocalizingCursor<T extends NativeType<T>>final classArrayCursor<T extends NativeType<T>>final classArrayLocalizingCursor<T extends NativeType<T>>final classArrayLocalizingSubIntervalCursor<T extends NativeType<T>>LocalizingAbstractArrayLocalizingCursoron anArrayImg.classArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg.final classArraySubIntervalCursor<T extends NativeType<T>> -
Uses of Sampler in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement SamplerModifier and TypeClassDescriptionclassCellCursor<T extends NativeType<T>,C extends Cell<?>> Cursoron aAbstractCellImg.classCellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>> LocalizingCursoron aAbstractCellImg.classCellRandomAccess<T extends NativeType<T>,C extends Cell<?>> RandomAccesson aAbstractCellImg. -
Uses of Sampler in net.imglib2.img.list
Classes in net.imglib2.img.list that implement SamplerModifier and TypeClassDescriptionclassclassclassfinal classListCursor<T>final classclassRandomAccesson aListImg. -
Uses of Sampler in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement SamplerModifier and TypeClassDescriptionclassPlanarCursor<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. -
Uses of Sampler in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement SamplerModifier and TypeClassDescriptionfinal classNtreeCursor<T extends NativeType<T>>final classNtreeRandomAccess<T extends NativeType<T>> -
Uses of Sampler in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement SamplerModifier and TypeClassDescriptionclassInverseDistanceWeightingInterpolator<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.classNearest-neighbor interpolation implemented byNearestNeighborSearch. -
Uses of Sampler in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement SamplerModifier and TypeClassDescriptionclassRealRandomAccessto aRandomAccessby nearest floor interpolation (i.e., the value is sampled at floor(x)).classLanczosInterpolator<T extends RealType<T>>n-dimensional double-based Lanczos InterpolationclassRealRandomAccessto 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>>classN-linear interpolator for ARGB values with overflow check.Methods in net.imglib2.interpolation.randomaccess that return Sampler -
Uses of Sampler in net.imglib2.neighborsearch
Methods in net.imglib2.neighborsearch that return SamplerModifier and TypeMethodDescriptionKNearestNeighborSearch.getSampler(int i) Access the data of the ith nearest neighbor, ordered by square Euclidean distance.KNearestNeighborSearchOnIterableRealInterval.getSampler()KNearestNeighborSearchOnKDTree.getSampler()KNearestNeighborSearchOnKDTree.getSampler(int i) NearestNeighborSearch.getSampler()Access the data of the nearest neighbor.NearestNeighborSearchOnIterableRealInterval.getSampler()NearestNeighborSearchOnKDTree.getSampler()RadiusNeighborSearch.getSampler(int i) Access the data of the ith neighbor within radius.RadiusNeighborSearchOnKDTree.getSampler(int i) -
Uses of Sampler in net.imglib2.outofbounds
Subinterfaces of Sampler in net.imglib2.outofboundsClasses in net.imglib2.outofbounds that implement SamplerModifier and TypeClassDescriptionclassAbstract implementation of shared functions for mirroring out of bounds.classAbstractOutOfBoundsValue<T extends Type<T>>classRepeat the boundary pixels.classOutOfBoundsConstantValue<T extends Type<T>>final classCoordinates 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 boundariesclassCoordinates out of image bounds are mirrored at boundary coordinates.classCoordinates out of image bounds are periodically repeated.classOutOfBoundsRandomValue<T extends RealType<T>>Return a random value in a certain range when outside of the Intervalfinal class -
Uses of Sampler in net.imglib2.view
Classes in net.imglib2.view that implement SamplerModifier and TypeClassDescriptionfinal classclassclassclassfinal classfinal classACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.protected final classclassclassstatic final classARandomAccesson aStackView.static classARandomAccesson aStackView.classfinal classfinal classTODO -
Uses of Sampler in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Sampler -
Uses of Sampler in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement SamplerModifier and TypeClassDescriptionclassWrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.