Class | Description |
---|---|
AffineParams |
Parameters defining an affine simulation, in terms of a tilt and rotation.
|
AffineSimulation<I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>,P> |
Utility methods to simulate affine transformations defined by a rotation and
tilt, or series of rotations and tilts.
|
FProjectionProcessor | |
MBFProjectionProcessor | |
PiecewiseMeshWarp<T,I extends Image<T,I>> |
Implementation of a piecewise warp.
|
ProjectionProcessor<Q,T extends Image<Q,T>> | |
RemapProcessor |
ImageProcessor and associated static utility methods for transforming
an image based on the pixel positions given by a distortion map:
destination(x,y) = source(mapx(x,y), mapy(x,y)) . |
SkewCorrector |
Uses the Hough transform (for lines) to attempt to find the skew of the image
and unskews it using a basic skew transform.
|