Class ImageJ
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.image.bean.interpolator.Interpolator>
org.anchoranalysis.image.bean.interpolator.Interpolator
org.anchoranalysis.io.imagej.bean.interpolator.ImageJ
public class ImageJ
extends org.anchoranalysis.image.bean.interpolator.Interpolator
Resizes with linear
interpolation as implemented in ImageJ.
- Author:
- Owen Feehan
- See Also:
VoxelsResizerImageJ
-
Constructor Summary
Constructors Constructor Description ImageJ() -
Method Summary
Modifier and Type Method Description protected org.anchoranalysis.image.voxel.resizer.VoxelsResizercreateVoxelsResizer()Methods 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
protected org.anchoranalysis.image.voxel.resizer.VoxelsResizer createVoxelsResizer()- Specified by:
createVoxelsResizerin classorg.anchoranalysis.image.bean.interpolator.Interpolator
-