Uses of Enum
imagingbook.common.image.interpolation.InterpolationMethod
Packages that use InterpolationMethod
Package
Description
-
Uses of InterpolationMethod in imagingbook.common.image
Fields in imagingbook.common.image declared as InterpolationMethodModifier and TypeFieldDescriptionstatic InterpolationMethod
ImageMapper.DefaultInterpolationMethod
Default pixel interpolation method (seeInterpolationMethod
).Constructors in imagingbook.common.image with parameters of type InterpolationMethodModifierConstructorDescriptionImageMapper
(Mapping2D targetToSourceMapping, OutOfBoundsStrategy obs, InterpolationMethod ipm) Constructor - creates a newImageMapper
with the specified geometric mapping, out-of-bounds strategy and pixel interpolation method. -
Uses of InterpolationMethod in imagingbook.common.image.access
Fields in imagingbook.common.image.access declared as InterpolationMethodModifier and TypeFieldDescriptionstatic final InterpolationMethod
ImageAccessor.DefaultInterpolationMethod
The default pixel interpolation method (seeInterpolationMethod
).protected final InterpolationMethod
ImageAccessor.interpolationMethod
Methods in imagingbook.common.image.access that return InterpolationMethodModifier and TypeMethodDescriptionImageAccessor.getInterpolationMethod()
Returns theInterpolationMethod
specified for thisImageAccessor
.Methods in imagingbook.common.image.access with parameters of type InterpolationMethodModifier and TypeMethodDescriptionstatic FloatAccessor
FloatAccessor.create
(FloatProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) static ImageAccessor
ImageAccessor.create
(ImageProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Creates a newImageAccessor
instance for the given image, using the specified out-of-bounds strategy and interpolation method.static RgbAccessor
RgbAccessor.create
(ColorProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) static ScalarAccessor
ScalarAccessor.create
(ImageProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Creates a new image accessor of general typeScalarAccessor
.static ShortAccessor
ShortAccessor.create
(ShortProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Constructors in imagingbook.common.image.access with parameters of type InterpolationMethodModifierConstructorDescriptionByteAccessor
(ByteProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Constructor.FloatAccessor
(FloatProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Constructor.RgbAccessor
(ColorProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Constructor.ShortAccessor
(ShortProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Constructor. -
Uses of InterpolationMethod in imagingbook.common.image.interpolation
Methods in imagingbook.common.image.interpolation that return InterpolationMethodModifier and TypeMethodDescriptionstatic InterpolationMethod
Returns the enum constant of this type with the specified name.static InterpolationMethod[]
InterpolationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in imagingbook.common.image.interpolation with parameters of type InterpolationMethodModifier and TypeMethodDescriptionstatic PixelInterpolator
PixelInterpolator.create
(InterpolationMethod method) Returns aPixelInterpolator
instance for the specifiedInterpolationMethod
.