Class Lanczos
Object
VoxelsResizer
VoxelsResizerImgLib2
Lanczos
Resizes with an interpolator that uses Lanczos resampling as implemented in
Imglib2.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if it's possible for values to be created after interpolation that aren't found in the input-image.Methods inherited from class org.anchoranalysis.image.voxel.resizer.VoxelsResizerImgLib2
extendWith, resizeByte, resizeFloat, resizeShort
Methods inherited from class org.anchoranalysis.image.voxel.resizer.VoxelsResizer
resize
-
Constructor Details
-
Lanczos
public Lanczos()Default constructor.
-
-
Method Details
-
canValueRangeChange
public boolean canValueRangeChange()Description copied from class:VoxelsResizer
Returns true if it's possible for values to be created after interpolation that aren't found in the input-image.- Specified by:
canValueRangeChange
in classVoxelsResizer
- Returns:
- true if values can be created in the destination buffer that were not found in the source buffer.
-