Class ImgLib2Linear
Object
org.anchoranalysis.bean.AnchorBean<Interpolator>
org.anchoranalysis.image.bean.interpolator.Interpolator
org.anchoranalysis.image.bean.interpolator.ImgLib2Linear
public class ImgLib2Linear extends Interpolator
Resizes with an interpolator that uses linear interpolation as implemented
in Imglib2.
- Author:
- Owen Feehan
- See Also:
Linear
-
Constructor Summary
Constructors Constructor Description ImgLib2Linear() -
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
-
ImgLib2Linear
public ImgLib2Linear()
-
-
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.
-