Class ImgLib2Lanczos
Resizes with an interpolator that uses Lanczos resampling 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
-
ImgLib2Lanczos
public ImgLib2Lanczos()
-
-
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.
-