Class ImgLib2Linear
Resizes with an interpolator that uses linear interpolation as implemented
in Imglib2.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected VoxelsResizerCreate aVoxelsResizerthat can be used for resizing voxel-buffers.Methods inherited from class org.anchoranalysis.image.bean.interpolator.Interpolator
voxelsResizerMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ImgLib2Linear
public ImgLib2Linear()
-
-
Method Details
-
createVoxelsResizer
Description copied from class:InterpolatorCreate aVoxelsResizerthat can be used for resizing voxel-buffers.- Specified by:
createVoxelsResizerin classInterpolator- Returns:
- an instance of
VoxelsResizer.
-