Uses of Interface
net.imglib2.RealLocalizable
Packages that use RealLocalizable
Package
Description
-
Uses of RealLocalizable in net.imglib2
Subinterfaces of RealLocalizable 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.interfaceTheLocalizableinterface can localize itself in an n-dimensional discrete space.interfaceCombination 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.interfaceCombination ofRealLocalizableandSamplerinterfaces.interfaceClasses in net.imglib2 that implement RealLocalizableModifier and TypeClassDescriptionclassAbstract implementation ofCursor.classAbstract implementation ofCursor.classAn abstract class that implements theLocalizableinterface using a long[] array to maintain position.classAn abstract class that implements theLocalizableinterface using an int[] array to maintain position.classAbstract base class for localizingCursors.classAbstract base class for localizingCursors.classAn abstract class that implements theRealLocalizableinterface using an array of doubles to maintain positionclassAbstractWrappedLocalizable<L extends Localizable>Convenient base class for accessors etc, that source allLocalizablecalls to aLocalizablesource.classConvenient base class for accessors etc, that source allLocalizableandPositionablecalls to aLocalizable & Positionablesource.final classclassKDTreeNode<T>Proxy for a node in a KDTree.classA Point is a position in Euclidean space specified in integer coordinates.classPointSample<T>A simple default implementation ofRandomAccessthat can be used to combine a real location and a sample instance, e.g.classclassA point is a location in EuclideanSpace.classA simple default implementation ofRealRandomAccessthat can be used to combine a real location and a sample value, e.g.classMethods in net.imglib2 that return types with arguments of type RealLocalizableModifier and TypeMethodDescriptionprivate static <A> Iterable<RealLocalizable> KDTree.positionsIterable(IterableRealInterval<A> sourceInterval) Methods in net.imglib2 with parameters of type RealLocalizableModifier and TypeMethodDescriptiondefault TRealRandomAccessible.getAt(RealLocalizable position) Convenience method to query aRealRandomAccessiblefor the value at a position.voidRealPoint.move(RealLocalizable localizable) voidRealPointSample.move(RealLocalizable localizable) voidRealPositionable.move(RealLocalizable distance) Move the element relative to its current location using aRealLocalizableas distance vector.voidRealPoint.setPosition(RealLocalizable localizable) voidRealPointSample.setPosition(RealLocalizable localizable) voidRealPositionable.setPosition(RealLocalizable position) Place the element at the same location as a givenRealLocalizabledefault TRealRandomAccess.setPositionAndGet(RealLocalizable position) Convenience method that moves theRealRandomAccessto the given position and gets the value at that position.final doubleKDTreeNode.squDistanceTo(RealLocalizable p) Compute the squared distance from p to this node.Constructors in net.imglib2 with parameters of type RealLocalizableModifierConstructorDescriptionCreates a newAbstractRealIntervalfrom min and max coordinatesFinalRealInterval(RealLocalizable min, RealLocalizable max) Creates a newAbstractRealIntervalfrom min and max coordinatesRealPoint(RealLocalizable localizable) Create a point using the position and dimensionality of aRealLocalizableRealPointSample(Supplier<T> sampleSupplier, RealLocalizable localizable) Create a point using the position and dimensionality of aRealLocalizable -
Uses of RealLocalizable in net.imglib2.converter
Classes in net.imglib2.converter that implement RealLocalizableModifier and TypeClassDescriptionclassTODOclassTODOclassTODOclassTODOMethods in net.imglib2.converter with parameters of type RealLocalizableModifier and TypeMethodDescriptionvoidAbstractConvertedRealRandomAccess.move(RealLocalizable localizable) voidAbstractConvertedRealRandomAccess.setPosition(RealLocalizable localizable) -
Uses of RealLocalizable in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealLocalizableModifier and TypeClassDescriptionclassBiConvertedCursor<A,B, C> TODOfinal classBiConvertedRandomAccess<A,B, C> TODOclassBiConvertedRealCursor<A,B, C> TODOfinal classBiConvertedRealRandomAccess<A,B, C> TODOclassConvertedCursor<A,B> TODOfinal classTODOclassConvertedRealCursor<A,B> TODOfinal classTODOMethods in net.imglib2.converter.read with parameters of type RealLocalizableModifier and TypeMethodDescriptionvoidBiConvertedRealRandomAccess.move(RealLocalizable localizable) voidBiConvertedRealRandomAccess.setPosition(RealLocalizable localizable) -
Uses of RealLocalizable in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RealLocalizableModifier and TypeClassDescriptionclassWriteConvertedCursor<A,B> TODOfinal classTODOclassTODO -
Uses of RealLocalizable in net.imglib2.display.projector
Classes in net.imglib2.display.projector that implement RealLocalizableModifier and TypeClassDescriptionclassBase class for 2D projectors.classA general 2D Projector that uses two dimensions as input to create the 2D result.classA general 2D Projector that uses two dimensions as input to create the 2D result. -
Uses of RealLocalizable in net.imglib2.display.projector.composite
Classes in net.imglib2.display.projector.composite that implement RealLocalizableModifier and TypeClassDescriptionclassCreates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).classCreates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels). -
Uses of RealLocalizable in net.imglib2.display.projector.sampler
Classes in net.imglib2.display.projector.sampler that implement RealLocalizableModifier and TypeClassDescriptionclassSamplingProjector2D<A,B> A general 2D Projector that uses three dimensions as input to create the 2D result. -
Uses of RealLocalizable in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized that implement RealLocalizableModifier and TypeClassDescriptionclassArrayImgXYByteProjector<A extends GenericByteType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from an ByteType ArrayImg.classArrayImgXYShortProjector<A extends GenericShortType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from an ShortType ArrayImg.classPlanarImgXYByteProjector<A extends GenericByteType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from a ByteType PlanarImg.classPlanarImgXYShortProjector<A extends GenericShortType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from an ShortType PlanarImg. -
Uses of RealLocalizable in net.imglib2.display.projector.volatiles
Classes in net.imglib2.display.projector.volatiles that implement RealLocalizableModifier and TypeClassDescriptionclassVolatile2DRandomAccessibleProjector<T, A extends Volatile<T>, B>IterableIntervalProjector2DforVolatileinput. -
Uses of RealLocalizable in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RealLocalizableModifier and TypeClassDescriptionclassAbstractArrayCursor<T extends NativeType<T>>classAbstractArrayLocalizingCursor<T extends NativeType<T>>final classArrayCursor<T extends NativeType<T>>final classArrayLocalizingCursor<T extends NativeType<T>>(package private) classArrayLocalizingSpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.final classArrayLocalizingSubIntervalCursor<T extends NativeType<T>>LocalizingAbstractArrayLocalizingCursoron anArrayImg.classArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg.(package private) classArraySpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.final classArraySubIntervalCursor<T extends NativeType<T>> -
Uses of RealLocalizable in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RealLocalizableModifier and TypeClassDescriptionclassCellCursor<T extends NativeType<T>, C extends Cell<?>>Cursoron aAbstractCellImg.private classclassCellLocalizingCursor<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 RealLocalizable in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RealLocalizableModifier and TypeClassDescriptionclassclassclassfinal classListCursor<T>final classclassRandomAccesson aListImg. -
Uses of RealLocalizable in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RealLocalizableModifier 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.(package private) classPlanarSpliterator<T extends NativeType<T>>LocalizableSpliterator forPlanarImg. -
Uses of RealLocalizable in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RealLocalizableModifier and TypeClassDescriptionfinal classNtreeCursor<T extends NativeType<T>>final classNtreeRandomAccess<T extends NativeType<T>> -
Uses of RealLocalizable in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement RealLocalizableModifier 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 RealLocalizable in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement RealLocalizableModifier and TypeClassDescriptionclassClampingNLinearInterpolatorRealType<T extends RealType<T>>N-linear interpolator forRealTypevalues with overflow check.classN-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.classRealRandomAccessto 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. -
Uses of RealLocalizable in net.imglib2.interpolation.stack
Classes in net.imglib2.interpolation.stack that implement RealLocalizableModifier and TypeClassDescriptionclassLinearRealRandomAccessibleStackInterpolator<T extends NumericType<T>>A linear interpolator for stacks ofRealRandomAccessibles.classA nearest neighbor interpolator for stacks ofRealRandomAccessibles.Methods in net.imglib2.interpolation.stack with parameters of type RealLocalizableModifier and TypeMethodDescriptionvoidLinearRealRandomAccessibleStackInterpolator.move(RealLocalizable distance) voidNearestNeighborRealRandomAccessibleStackInterpolator.move(RealLocalizable distance) voidLinearRealRandomAccessibleStackInterpolator.setPosition(RealLocalizable position) voidNearestNeighborRealRandomAccessibleStackInterpolator.setPosition(RealLocalizable position) -
Uses of RealLocalizable in net.imglib2.iterator
Classes in net.imglib2.iterator that implement RealLocalizableModifier and TypeClassDescriptionclassUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classUse this class to iterate a virtualRealIntervalin flat order, that is: with the first dimension varying most quickly and the last dimension varying most slowly.classUse this class to iterate a virtual rectangularIntervalwhose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...classAIntervalIteratorthat has an adjustable offsetclassALocalizingIntervalIteratorthat has an adjustable offsetclassUse this class to iterate a virtual rectangularIntervalwhose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ... -
Uses of RealLocalizable in net.imglib2.kdtree
Methods in net.imglib2.kdtree with type parameters of type RealLocalizableModifier and TypeMethodDescriptionstatic <L extends RealLocalizable, T>
KDTreeData<T> KDTreeData.create(int numPoints, Iterable<T> values, Iterable<L> positions, boolean storeValuesAsNativeImg) Methods in net.imglib2.kdtree with parameters of type RealLocalizableModifier and TypeMethodDescriptionvoidKNearestNeighborSearchImpl.search(RealLocalizable p) voidNearestNeighborSearchImpl.search(RealLocalizable p) voidRadiusNeighborSearchImpl.search(RealLocalizable p, double radius, boolean sortResults) doubleKDTreeImpl.squDistance(int i, RealLocalizable pos) Compute the squared distance from nodeitopos.Method parameters in net.imglib2.kdtree with type arguments of type RealLocalizableModifier and TypeMethodDescription(package private) static intKDTreeUtils.getNumDimensions(Iterable<? extends RealLocalizable> positions) Returns the number of dimensions of the first element ofpositions.(package private) static double[][]KDTreeUtils.initPositions(int numDimensions, int numPoints, Iterable<? extends RealLocalizable> points) Copy the coordinates of the givenpointsto a newdouble[][] positionsarray. -
Uses of RealLocalizable in net.imglib2.neighborsearch
Methods in net.imglib2.neighborsearch that return RealLocalizableModifier and TypeMethodDescriptionKNearestNeighborSearch.getPosition(int i) Access the position of the ith nearest neighbor, ordered by square Euclidean distance.KNearestNeighborSearchOnIterableRealInterval.getPosition()KNearestNeighborSearchOnIterableRealInterval.getPosition(int i) KNearestNeighborSearchOnKDTree.getPosition()KNearestNeighborSearchOnKDTree.getPosition(int i) NearestNeighborSearch.getPosition()Access the position of the nearest neighbor, ordered by square Euclidean distance.NearestNeighborSearchOnIterableRealInterval.getPosition()NearestNeighborSearchOnKDTree.getPosition()RadiusNeighborSearch.getPosition(int i) Access the position of the ith neighbor within radius.RadiusNeighborSearchOnKDTree.getPosition(int i) Methods in net.imglib2.neighborsearch with parameters of type RealLocalizableModifier and TypeMethodDescriptionvoidKNearestNeighborSearch.search(RealLocalizable reference) Perform k-nearest-neighbor search for a reference coordinate.voidKNearestNeighborSearchOnIterableRealInterval.search(RealLocalizable reference) voidKNearestNeighborSearchOnKDTree.search(RealLocalizable p) voidNearestNeighborSearch.search(RealLocalizable reference) Perform nearest-neighbor search for a reference coordinate.voidNearestNeighborSearchOnIterableRealInterval.search(RealLocalizable reference) voidNearestNeighborSearchOnKDTree.search(RealLocalizable p) voidRadiusNeighborSearch.search(RealLocalizable reference, double radius, boolean sortResults) Perform neighbor search within a radius about a reference coordinate.voidRadiusNeighborSearchOnKDTree.search(RealLocalizable reference, double radius, boolean sortResults) protected final doubleKNearestNeighborSearchOnIterableRealInterval.squareDistance(RealLocalizable query) Calculate the square Euclidean distance of a query location to the location stored in referenceLocation.protected final doubleNearestNeighborSearchOnIterableRealInterval.squareDistance(RealLocalizable query) Calculate the square Euclidean distance of a query location to the location stored in referenceLocation. -
Uses of RealLocalizable in net.imglib2.outofbounds
Subinterfaces of RealLocalizable in net.imglib2.outofboundsClasses in net.imglib2.outofbounds that implement RealLocalizableModifier and TypeClassDescriptionclassAbstract implementation of shared functions for mirroring out of bounds.classclassRepeat the boundary pixels.classfinal 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 classMethods in net.imglib2.outofbounds with parameters of type RealLocalizableModifier and TypeMethodDescriptionvoidRealOutOfBoundsRealRandomAccess.move(RealLocalizable localizable) voidRealOutOfBoundsRealRandomAccess.setPosition(RealLocalizable localizable) -
Uses of RealLocalizable in net.imglib2.position
Classes in net.imglib2.position that implement RealLocalizableModifier and TypeClassDescriptionclassclassclassclassSubclasses with type arguments of type RealLocalizable in net.imglib2.positionModifier and TypeClassDescriptionclassARealRandomAccessiblethat generates a function value for each position in real coordinate space by side-effect using aBiConsumer.Fields in net.imglib2.position with type parameters of type RealLocalizableModifier and TypeFieldDescriptionprivate final BiConsumer<RealLocalizable, ? super T> FunctionRealRandomAccessible.RealFunctionRealRandomAccess.functionConstructor parameters in net.imglib2.position with type arguments of type RealLocalizableModifierConstructorDescriptionFunctionRealRandomAccessible(int n, BiConsumer<RealLocalizable, ? super T> function, Supplier<T> typeSupplier) FunctionRealRandomAccessible(int n, Supplier<BiConsumer<RealLocalizable, ? super T>> function, Supplier<T> typeSupplier) -
Uses of RealLocalizable in net.imglib2.position.transform
Classes in net.imglib2.position.transform that implement RealLocalizableModifier and TypeClassDescriptionclassAbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto somehow derived discrete coordinates.classFloor<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto its floor discrete coordinates.classFloorOffset<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto its floor discrete coordinates plus a discrete offset vector.classRound<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto its round discrete coordinates:f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 )Methods in net.imglib2.position.transform with parameters of type RealLocalizableModifier and TypeMethodDescriptionprotected voidFloorOffset.f(RealLocalizable r, long[] f) static final voidFloor.floor(RealLocalizable r, long[] f) voidFloor.move(RealLocalizable localizable) voidFloorOffset.move(RealLocalizable localizable) voidRound.move(RealLocalizable localizable) static final voidRound.round(RealLocalizable r, long[] f) voidFloor.setPosition(RealLocalizable localizable) voidFloorOffset.setPosition(RealLocalizable localizable) voidRound.setPosition(RealLocalizable localizable) Constructors in net.imglib2.position.transform with parameters of type RealLocalizableModifierConstructorDescriptionFloor(RealLocalizable origin, LocalizablePositionable target) FloorOffset(RealLocalizable origin, LocalizablePositionable target, long[] offset) FloorOffset(RealLocalizable origin, LocalizablePositionable target, Localizable offset) Round(RealLocalizable origin, LocalizablePositionable target) -
Uses of RealLocalizable in net.imglib2.stream
Subinterfaces of RealLocalizable in net.imglib2.streamModifier and TypeInterfaceDescriptioninterfaceASpliterator<T>which is Localizable similar to a Cursor.interfaceASpliterator<T>which is Localizable similar to a Cursor.Classes in net.imglib2.stream that implement RealLocalizableModifier and TypeClassDescriptionclassSpliterator implementation on top ofRealCursor.(package private) classWrapsLocalizableSpliteratorasSpliterator<LocalizableSampler<T>>.classSpliterator implementation on top ofRealCursor.(package private) classWrapsRealLocalizableSpliteratorasSpliterator<RealLocalizableSampler<T>>. -
Uses of RealLocalizable in net.imglib2.util
Classes in net.imglib2.util that implement RealLocalizableModifier and TypeClassDescriptionprivate classprivate static classA RandomAccess that returns its current position as value.private static classA RandomAccess that returns its current position as value.Classes in net.imglib2.util that implement interfaces with type arguments of type RealLocalizableModifier and TypeClassDescriptionprivate static classA RandomAccess that returns its current position as value.private static classMethods in net.imglib2.util that return RealLocalizableModifier and TypeMethodDescriptionLocalizables.RealLocationRealRandomAccess.getType()Localizables.RealLocationRealRandomAccessible.getType()Methods in net.imglib2.util that return types with arguments of type RealLocalizableModifier and TypeMethodDescriptionstatic RealRandomAccessible<RealLocalizable> Localizables.realRandomAccessible(int n) Create an n-dimensionalRealRandomAccessiblewhose value domain is its source domain.Methods in net.imglib2.util with parameters of type RealLocalizableModifier and TypeMethodDescriptionstatic booleanIntervals.contains(RealInterval containing, RealLocalizable contained) Test whether thecontaininginterval contains thecontainedpoint.static doubleUtil.distance(RealLocalizable position1, RealLocalizable position2) static booleanLocalizables.equals(RealLocalizable a, RealLocalizable b) Return true if the twoRealLocalizables refer to the same position.static booleanLocalizables.equals(RealLocalizable a, RealLocalizable b, double tolerance) Return true if the twoRealLocalizables refer to the same position up to a given tolerance.static booleanUtil.locationsEqual(RealLocalizable l1, RealLocalizable l2) Determines whether the twoRealLocalizableobjects have the same position, withdoubleprecision.static StringUtil.printCoordinates(RealLocalizable localizable) static StringLocalizables.toString(RealLocalizable value) Return the current position as string.Constructors in net.imglib2.util with parameters of type RealLocalizable -
Uses of RealLocalizable in net.imglib2.view
Classes in net.imglib2.view that implement RealLocalizableModifier and TypeClassDescription(package private) classfinal classclass(package private) classclassclassfinal classfinal classACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.private final classclassclassstatic final classARandomAccesson aStackView.static classARandomAccesson aStackView.classfinal classfinal classTODO -
Uses of RealLocalizable in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RealLocalizableModifier and TypeClassDescriptionclassclassclassclassRealComposite<T extends RealType<T>>A vector ofRealTypescalars.Methods in net.imglib2.view.composite with parameters of type RealLocalizableModifier and TypeMethodDescriptionvoidRealComposite.move(RealLocalizable distance) voidRealComposite.setPosition(RealLocalizable position) -
Uses of RealLocalizable in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement RealLocalizableModifier and TypeClassDescriptionclassWrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.