Uses of Class
net.imglib2.type.numeric.integer.UnsignedShortType
Packages that use UnsignedShortType
Package
Description
-
Uses of UnsignedShortType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type UnsignedShortTypeModifier and TypeMethodDescriptionvoidRealUnsignedShortConverter.convert(R input, UnsignedShortType output) -
Uses of UnsignedShortType in net.imglib2.display.projector.specialized
Constructor parameters in net.imglib2.display.projector.specialized with type arguments of type UnsignedShortTypeModifierConstructorDescriptionPlanarImgXYShortProjector(PlanarImg<A, ShortArray> source, ArrayImg<UnsignedShortType, ShortArray> target, double normalizationFactor, double min) Normalizes a PlanarImg and writes the result into target. -
Uses of UnsignedShortType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type UnsignedShortTypeModifierConstructorDescriptionUnsignedShortAWTScreenImage(UnsignedShortType type, ShortArray data, long[] dim) Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type UnsignedShortTypeModifierConstructorDescription -
Uses of UnsignedShortType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedShortTypeModifier and TypeMethodDescriptionstatic final ArrayImg<UnsignedShortType, ShortArray> ArrayImgs.unsignedShorts(long... dim) static final ArrayImg<UnsignedShortType, ShortArray> ArrayImgs.unsignedShorts(short[] array, long... dim) static final <A extends ShortAccess>
ArrayImg<UnsignedShortType, A> ArrayImgs.unsignedShorts(A access, long... dim) -
Uses of UnsignedShortType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type UnsignedShortTypeModifier and TypeMethodDescriptionstatic final PlanarImg<UnsignedShortType, ShortArray> PlanarImgs.unsignedShorts(long... dim) -
Uses of UnsignedShortType in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return UnsignedShortTypeModifier and TypeMethodDescriptionUnsignedShortType.copy()UnsignedShortType.createVariable()UnsignedShortType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedShortTypeModifier and TypeMethodDescriptionNativeImg<UnsignedShortType, ? extends ShortAccess> UnsignedShortType.createSuitableNativeImg(NativeImgFactory<UnsignedShortType> storageFactory, long[] dim) Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedShortTypeModifier and TypeMethodDescriptionvoidUnsignedShortType.add(UnsignedShortType c) intUnsignedShortType.compareTo(UnsignedShortType c) voidUnsignedShortType.div(UnsignedShortType c) voidUnsignedShortType.mul(UnsignedShortType c) voidUnsignedShortType.sub(UnsignedShortType c) Method parameters in net.imglib2.type.numeric.integer with type arguments of type UnsignedShortTypeModifier and TypeMethodDescriptionNativeImg<UnsignedShortType, ? extends ShortAccess> UnsignedShortType.createSuitableNativeImg(NativeImgFactory<UnsignedShortType> storageFactory, long[] dim)