| Package | Description |
|---|---|
| org.openimaj.image.processing.transform |
| Modifier and Type | Method and Description |
|---|---|
static <I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>,P> |
AffineSimulation.transformImage(I image,
AffineParams params)
Compute a single transformed image for a given rotation and tilt.
|
static Point2d |
AffineSimulation.transformToOriginal(Point2d pt,
Image<?,?> original,
AffineParams params)
Compute the position of a point in an image given the position in the
transformed image and the transform parameters.
|
static Point2d |
AffineSimulation.transformToOriginal(Point2d pt,
int width,
int height,
AffineParams params)
Compute the position of a point in an image given the position in the
transformed image and the transform parameters.
|