Uses of Enum Class
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 InterpolationMethodImageMapper.DefaultInterpolationMethodDefault pixel interpolation method (seeInterpolationMethod).Constructors in imagingbook.common.image with parameters of type InterpolationMethodModifierConstructorDescriptionImageMapper(Mapping2D targetToSourceMapping, OutOfBoundsStrategy obs, InterpolationMethod ipm) Constructor - creates a newImageMapperwith 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 InterpolationMethodImageAccessor.DefaultInterpolationMethodThe default pixel interpolation method (seeInterpolationMethod).protected final InterpolationMethodImageAccessor.interpolationMethodMethods in imagingbook.common.image.access that return InterpolationMethodModifier and TypeMethodDescriptionImageAccessor.getInterpolationMethod()Returns theInterpolationMethodspecified for thisImageAccessor.Methods in imagingbook.common.image.access with parameters of type InterpolationMethodModifier and TypeMethodDescriptionstatic FloatAccessorFloatAccessor.create(FloatProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) static ImageAccessorImageAccessor.create(ImageProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Creates a newImageAccessorinstance for the given image, using the specified out-of-bounds strategy and interpolation method.static RgbAccessorRgbAccessor.create(ColorProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) static ScalarAccessorScalarAccessor.create(ImageProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Creates a new image accessor of general typeScalarAccessor.static ShortAccessorShortAccessor.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 InterpolationMethodReturns the enum constant of this class with the specified name.static InterpolationMethod[]InterpolationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in imagingbook.common.image.interpolation with parameters of type InterpolationMethodModifier and TypeMethodDescriptionstatic PixelInterpolatorPixelInterpolator.create(InterpolationMethod method) Returns aPixelInterpolatorinstance for the specifiedInterpolationMethod.