Class ImageJ
Resizes with linear
interpolation as implemented in ImageJ.
- 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
-
ImageJ
public ImageJ()
-
-
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.
-