Uses of Interface
net.imglib2.Positionable
Packages that use Positionable
Package
Description
-
Uses of Positionable in net.imglib2
Subinterfaces of Positionable in net.imglib2Modifier and TypeInterfaceDescriptioninterfaceRandomAccess<T>interfaceAn element that can be positioned in n-dimensional real space.interfaceClasses in net.imglib2 that implement PositionableModifier and TypeClassDescriptionclassA Point is a position in Euclidean space specified in integer coordinates.classA point is a location in EuclideanSpace.Methods in net.imglib2 with parameters of type PositionableModifier and TypeMethodDescriptionvoidAbstractInterval.max(Positionable m) voidAbstractWrappedInterval.max(Positionable max) voidInterval.max(Positionable max) Sets aPositionableto the maximum of thisIntervalvoidAbstractInterval.min(Positionable m) voidAbstractWrappedInterval.min(Positionable min) voidInterval.min(Positionable min) Sets aPositionableto the minimum of thisInterval -
Uses of Positionable in net.imglib2.converter
Classes in net.imglib2.converter that implement PositionableModifier and TypeClassDescriptionclassTODOclassTODO -
Uses of Positionable in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement PositionableModifier and TypeClassDescriptionfinal classConvertedRandomAccess<A,B extends Type<B>> TODOfinal classConvertedRealRandomAccess<A,B extends Type<B>> TODO -
Uses of Positionable in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Positionable -
Uses of Positionable in net.imglib2.display.projector
Classes in net.imglib2.display.projector that implement PositionableModifier 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 Positionable in net.imglib2.display.projector.composite
Classes in net.imglib2.display.projector.composite that implement PositionableModifier 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 Positionable in net.imglib2.display.projector.sampler
Classes in net.imglib2.display.projector.sampler that implement PositionableModifier and TypeClassDescriptionclassSamplingProjector2D<A,B> A general 2D Projector that uses three dimensions as input to create the 2D result. -
Uses of Positionable in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized that implement PositionableModifier 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 Positionable in net.imglib2.display.projector.volatiles
Classes in net.imglib2.display.projector.volatiles that implement PositionableModifier and TypeClassDescriptionclassVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>, B> IterableIntervalProjector2DforVolatileinput. -
Uses of Positionable in net.imglib2.histogram
Methods in net.imglib2.histogram with parameters of type PositionableModifier and TypeMethodDescriptionvoidDiscreteFrequencyDistribution.max(Positionable max) voidHistogram1d.max(Positionable max) voidHistogramNd.max(Positionable max) voidDiscreteFrequencyDistribution.min(Positionable min) voidHistogram1d.min(Positionable min) voidHistogramNd.min(Positionable min) -
Uses of Positionable in net.imglib2.img
Methods in net.imglib2.img with parameters of type PositionableModifier and TypeMethodDescriptionvoidAbstractImg.max(Positionable m) voidAbstractImg.min(Positionable m) -
Uses of Positionable in net.imglib2.img.array
Classes in net.imglib2.img.array that implement PositionableModifier and TypeClassDescriptionclassArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg. -
Uses of Positionable in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement PositionableModifier and TypeClassDescriptionclassCellRandomAccess<T extends NativeType<T>,C extends Cell<?>> RandomAccesson aAbstractCellImg.Methods in net.imglib2.img.cell with parameters of type PositionableModifier and TypeMethodDescriptionvoidCellGrid.getCellPosition(long[] position, Positionable cellPos) Get the grid position of the cell containing the element atposition. -
Uses of Positionable in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Positionable -
Uses of Positionable in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement PositionableModifier and TypeClassDescriptionclassPlanarRandomAccess<T extends NativeType<T>>RandomAccesson aPlanarImg.classPlanarRandomAccess1D<T extends NativeType<T>>RandomAccessfor a 1-dimensionalPlanarImg. -
Uses of Positionable in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Positionable -
Uses of Positionable in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement PositionableModifier 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 Positionable in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement PositionableModifier 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. -
Uses of Positionable in net.imglib2.outofbounds
Subinterfaces of Positionable in net.imglib2.outofboundsClasses in net.imglib2.outofbounds that implement PositionableModifier 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 Positionable in net.imglib2.position.transform
Classes in net.imglib2.position.transform with type parameters of type PositionableModifier 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 )Classes in net.imglib2.position.transform that implement PositionableModifier 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 ) -
Uses of Positionable in net.imglib2.transform
Methods in net.imglib2.transform with parameters of type PositionableModifier and TypeMethodDescriptionvoidInverseTransform.apply(Localizable source, Positionable target) voidTransform.apply(Localizable source, Positionable target) voidInverseTransform.applyInverse(Positionable source, Localizable target) voidInvertibleTransform.applyInverse(Positionable source, Localizable target) Apply the inverse transform to a targetLocalizableto obtain a sourcePositionable. -
Uses of Positionable in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer with parameters of type PositionableModifier and TypeMethodDescriptionvoidComponentMappingTransform.apply(Localizable source, Positionable target) voidMixedTransform.apply(Localizable source, Positionable target) voidSequentializeTransform.apply(Localizable source, Positionable target) voidSlicingTransform.apply(Localizable source, Positionable target) voidTranslationTransform.apply(Localizable source, Positionable target) voidTranslationTransform.InverseTranslationTransform.apply(Localizable source, Positionable target) voidSequentializeTransform.applyInverse(Positionable source, Localizable target) voidTranslationTransform.applyInverse(Positionable source, Localizable target) voidTranslationTransform.InverseTranslationTransform.applyInverse(Positionable source, Localizable target) -
Uses of Positionable in net.imglib2.transform.integer.permutation
Methods in net.imglib2.transform.integer.permutation with parameters of type PositionableModifier and TypeMethodDescriptionvoidPermutationTransform.apply(Localizable source, Positionable target) voidSingleDimensionPermutationTransform.apply(Localizable source, Positionable target) voidPermutationTransform.applyInverse(Positionable source, Localizable target) voidSingleDimensionPermutationTransform.applyInverse(Positionable source, Localizable target) -
Uses of Positionable in net.imglib2.transform.integer.shear
Methods in net.imglib2.transform.integer.shear with parameters of type PositionableModifier and TypeMethodDescriptionvoidInverseShearTransform.apply(Localizable source, Positionable target) voidShearTransform.apply(Localizable source, Positionable target) voidAbstractShearTransform.applyInverse(Positionable source, Localizable target) -
Uses of Positionable in net.imglib2.util
Methods in net.imglib2.util with parameters of type PositionableModifier and TypeMethodDescriptionstatic final voidIntervalIndexer.indexToPosition(long index, Dimensions dimensions, Positionable position) -
Uses of Positionable in net.imglib2.view
Classes in net.imglib2.view that implement PositionableModifier and TypeClassDescriptionfinal classclassclassclassfinal classprotected final classclassclassstatic final classARandomAccesson aStackView.static classARandomAccesson aStackView.classfinal classfinal classTODOMethods in net.imglib2.view with parameters of type PositionableModifier and TypeMethodDescriptionvoidSubsampleIntervalView.max(Positionable m) voidSubsampleIntervalView.min(Positionable min) -
Uses of Positionable in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement PositionableMethods in net.imglib2.view.composite with parameters of type PositionableModifier and TypeMethodDescriptionvoidCompositeIntervalView.max(Positionable max) voidCompositeIntervalView.min(Positionable min)