public interface InterpolatePixel<T extends ImageBase>
InterpolateRectangle should be considered for performance reasons.| Modifier and Type | Method and Description |
|---|---|
int |
getFastBorderX()
Border around the image that fast interpolation cannot be called.
|
int |
getFastBorderY()
Border around the image that fast interpolation cannot be called.
|
T |
getImage()
Returns the image which is being interpolated.
|
boolean |
isInFastBounds(float x,
float y)
Is the requested pixel inside the image boundary for which fast unsafe interpolation can be performed.
|
void |
setImage(T image)
Change the image that is being interpolated.
|
void setImage(T image)
image - An image.T getImage()
boolean isInFastBounds(float x,
float y)
x - Point's x-coordinate.y - Point's y-coordinate.int getFastBorderX()
int getFastBorderY()
Copyright © 2013. All Rights Reserved.