Class ImgLib2Lanczos
Object
org.anchoranalysis.bean.AnchorBean<Interpolator>
org.anchoranalysis.image.bean.interpolator.Interpolator
org.anchoranalysis.image.bean.interpolator.ImgLib2Lanczos
public class ImgLib2Lanczos extends Interpolator
Resizes with an interpolator that uses Lanczos resampling as implemented in
Imglib2.
- Author:
- Owen Feehan
- See Also:
Lanczos
-
Constructor Summary
Constructors Constructor Description ImgLib2Lanczos() -
Method Summary
Modifier and Type Method Description protected org.anchoranalysis.image.voxel.resizer.VoxelsResizercreateVoxelsResizer()Create aVoxelsResizerthat can be used for resizing voxel-buffers.Methods 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
protected org.anchoranalysis.image.voxel.resizer.VoxelsResizer createVoxelsResizer()Description copied from class:InterpolatorCreate aVoxelsResizerthat can be used for resizing voxel-buffers.- Specified by:
createVoxelsResizerin classInterpolator- Returns:
- an instance of
VoxelsResizer.
-