Uses of Class
imagingbook.common.image.access.ScalarAccessor
Packages that use ScalarAccessor
-
Uses of ScalarAccessor in imagingbook.common.image.access
Subclasses of ScalarAccessor in imagingbook.common.image.accessModifier and TypeClassDescriptionclass
Image accessor for scalar images with 8-bit (byte) values.class
Image accessor for scalar images with 32-bit (float) values.class
Image accessor for scalar images with 16-bit (short) values.Methods in imagingbook.common.image.access that return ScalarAccessorModifier and TypeMethodDescriptionstatic ScalarAccessor
ScalarAccessor.create
(ImageProcessor ip, OutOfBoundsStrategy obs, InterpolationMethod ipm) Creates a new image accessor of general typeScalarAccessor
.abstract ScalarAccessor
ImageAccessor.getComponentAccessor
(int k) Returns theImageAccessor
for the k-th component; the result is a sub-type ofScalarAccessor
.ScalarAccessor.getComponentAccessor
(int k) VectorAccessor.getComponentAccessor
(int k) -
Uses of ScalarAccessor in imagingbook.common.image.interpolation
Methods in imagingbook.common.image.interpolation with parameters of type ScalarAccessorModifier and TypeMethodDescriptionfloat
BicubicInterpolator.getInterpolatedValue
(ScalarAccessor ia, double x, double y) float
BilinearInterpolator.getInterpolatedValue
(ScalarAccessor ia, double x, double y) float
LanczosInterpolator.getInterpolatedValue
(ScalarAccessor ia, double x, double y) float
NearestNeighborInterpolator.getInterpolatedValue
(ScalarAccessor ia, double x, double y) float
PixelInterpolator.getInterpolatedValue
(ScalarAccessor ia, double x, double y) Returns the interpolated pixel value for the specified position.float
SplineInterpolator.getInterpolatedValue
(ScalarAccessor ia, double x, double y)