Index
All Classes and Interfaces|All Packages|Serialized Form
A
- asByte(ImageProcessor) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToVoxelBuffer
-
Convert a
ImageProcessortoVoxelBuffer<UnsignedByteBuffer> - asFloat(ImageProcessor) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToVoxelBuffer
-
Convert a
ImageProcessortoVoxelBuffer<FloatBuffer> - asShort(ImageProcessor) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToVoxelBuffer
-
Convert a
ImageProcessortoVoxelBuffer<UnsignedShortBuffer>
C
- canValueRangeChange() - Method in class org.anchoranalysis.io.imagej.resizer.VoxelsResizerImageJ
- ConvertFromImagePlus - Class in org.anchoranalysis.io.imagej.convert
-
Converts an
ImagePlusinto a channel or voxels. - ConvertToImagePlus - Class in org.anchoranalysis.io.imagej.convert
-
Converts a channel or voxels into a
ImagePlus. - ConvertToImageProcessor - Class in org.anchoranalysis.io.imagej.convert
-
Converts other voxel data-structures (as used by Anchor) to an ImageJ
ImageProcessor. - ConvertToVoxelBuffer - Class in org.anchoranalysis.io.imagej.convert
-
Converts a
ImageProcessorto a voxel-buffer of particular data-type. - createVoxelsResizer() - Method in class org.anchoranalysis.io.imagej.bean.interpolator.ImageJ
F
- fileFormat(StackWriteOptions) - Method in class org.anchoranalysis.io.imagej.bean.stack.writer.PNG
- fileFormat(StackWriteOptions) - Method in class org.anchoranalysis.io.imagej.bean.stack.writer.Tiff
- from(Channel) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToImagePlus
-
Creates an
ImagePlusfrom aChannel. - from(Stack, boolean) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToImagePlus
-
Creates an
ImagePlusfrom aStack. - from(VoxelsUntyped) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToImagePlus
-
Creates an
ImagePlusfrom aVoxelsUntyped. - from(VoxelsUntyped, int) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToImageProcessor
-
Creates a
ImageProcessorby extracting a slice from aVoxelsUntyped. - fromByte(SliceBufferIndex<UnsignedByteBuffer>, int) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToImageProcessor
- fromByte(VoxelBuffer<UnsignedByteBuffer>, Extent) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToImageProcessor
-
Creates a
ImageProcessorfrom voxel-buffer (of typeByteBuffer) that is already a slice. - fromFloat(VoxelBuffer<FloatBuffer>, Extent) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToImageProcessor
-
Creates a
ImageProcessorfrom voxel-buffer (of typeFloatBuffer) that is already a slice. - fromShort(SliceBufferIndex<UnsignedShortBuffer>, int) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToImageProcessor
- fromShort(VoxelBuffer<UnsignedShortBuffer>, Extent) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToImageProcessor
-
Creates a
ImageProcessorfrom voxel-buffer (of typeShortBuffer) that is already a slice. - fromSlice(Voxels<UnsignedByteBuffer>, int, String) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertToImagePlus
-
Creates an
ImagePlusfrom one slice of aVoxels<UnsignedByteBuffer> voxels.
I
- ImageJ - Class in org.anchoranalysis.io.imagej.bean.interpolator
-
Resizes with linear interpolation as implemented in ImageJ.
- ImageJ() - Constructor for class org.anchoranalysis.io.imagej.bean.interpolator.ImageJ
- ImageJConversionException - Exception Class in org.anchoranalysis.io.imagej.convert
-
When conversion to ImageJ data/type is not possible, or an error occurs during conversion.
- ImageJConversionException(Exception) - Constructor for exception class org.anchoranalysis.io.imagej.convert.ImageJConversionException
-
Creates with a message.
- ImageJConversionException(String) - Constructor for exception class org.anchoranalysis.io.imagej.convert.ImageJConversionException
-
Creates with a message.
- ImageJRasterWriter - Class in org.anchoranalysis.io.imagej.bean.stack.writer
-
Base class for writing a raster using ImageJ.
- ImageJRasterWriter() - Constructor for class org.anchoranalysis.io.imagej.bean.stack.writer.ImageJRasterWriter
O
- org.anchoranalysis.io.imagej.bean.interpolator - package org.anchoranalysis.io.imagej.bean.interpolator
-
Performing interpolation with ImageJ.
- org.anchoranalysis.io.imagej.bean.stack.writer - package org.anchoranalysis.io.imagej.bean.stack.writer
-
Raster-writers that use ImageJ to write images to the filesystem.
- org.anchoranalysis.io.imagej.convert - package org.anchoranalysis.io.imagej.convert
-
Converts to and from ImageJ data-structures for images.
- org.anchoranalysis.io.imagej.resizer - package org.anchoranalysis.io.imagej.resizer
-
Image interpolation when scaling using ImageJ.
P
- PNG - Class in org.anchoranalysis.io.imagej.bean.stack.writer
-
Writes a PNG image using ImageJ.
- PNG() - Constructor for class org.anchoranalysis.io.imagej.bean.stack.writer.PNG
R
- resizeByte(VoxelBuffer<UnsignedByteBuffer>, VoxelBuffer<UnsignedByteBuffer>, Extent, Extent) - Method in class org.anchoranalysis.io.imagej.resizer.VoxelsResizerImageJ
- resizeFloat(VoxelBuffer<FloatBuffer>, VoxelBuffer<FloatBuffer>, Extent, Extent) - Method in class org.anchoranalysis.io.imagej.resizer.VoxelsResizerImageJ
- resizeShort(VoxelBuffer<UnsignedShortBuffer>, VoxelBuffer<UnsignedShortBuffer>, Extent, Extent) - Method in class org.anchoranalysis.io.imagej.resizer.VoxelsResizerImageJ
T
- Tiff - Class in org.anchoranalysis.io.imagej.bean.stack.writer
-
Writes a TIFF image using ImageJ.
- Tiff() - Constructor for class org.anchoranalysis.io.imagej.bean.stack.writer.Tiff
- toChannel(ImagePlus, Optional<Resolution>) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertFromImagePlus
-
Converts an
ImagePlusto aChannel. - toVoxels(ImagePlus) - Static method in class org.anchoranalysis.io.imagej.convert.ConvertFromImagePlus
-
Converts an
ImagePlusto aVoxelsUntyped.
V
- VoxelsResizerImageJ - Class in org.anchoranalysis.io.imagej.resizer
-
Resizes with linear interpolation as implemented in ImageJ.
- VoxelsResizerImageJ() - Constructor for class org.anchoranalysis.io.imagej.resizer.VoxelsResizerImageJ
W
- writeRaster(FileSaver, String, boolean) - Method in class org.anchoranalysis.io.imagej.bean.stack.writer.ImageJRasterWriter
-
Writes an annotation to the filesystem at
outPath. - writeRaster(FileSaver, String, boolean) - Method in class org.anchoranalysis.io.imagej.bean.stack.writer.PNG
- writeRaster(FileSaver, String, boolean) - Method in class org.anchoranalysis.io.imagej.bean.stack.writer.Tiff
- writeStack(Stack, Path, StackWriteOptions) - Method in class org.anchoranalysis.io.imagej.bean.stack.writer.ImageJRasterWriter
- writeStackTime(Stack, Path, boolean) - Method in class org.anchoranalysis.io.imagej.bean.stack.writer.ImageJRasterWriter
-
Writes a stack as a time-sequence (many images together in a single file.).
All Classes and Interfaces|All Packages|Serialized Form