JIGL
v1.6

Package jigl.image.warp

Provides interfaces and classes for performing all kinds of warps in two dimentions.

See:
          Description

Interface Summary
PointMapper Interface for warp transformations.
WarpedImage Warped Image
 

Class Summary
AffineTransform Performs any affine warp on a mapped image.
Composite Allows for composition of transformations on a mapped image.
IdentityTransform Performs Identity Warp on a MappedImage.
Inverse Performs the inverse of the given PointMapper
Mapper Mapper applies a transformation (PointMapper) to an entire image.
PerspectiveTransform Performs perspective warp on a mapped image.
RotateAboutTransform Performs rotate warp about a specified point.
RotateTransform Performs rotate warp about (0,0) on a mapped image.
ScaleTransform Performs Scale Warp on a MappedImage.
TranslateTransform Performs Translate Warp on a MappedImage.
WarpedColorImage Gets values for an InterpolatedColorImage through a PointMapper.
WarpedGrayImage Gets values for an InterpolatedGrayImage through a PointMapper.
WarpedRealColorImage Gets values for an InterpolatedRealColorImage through a PointMapper.
WarpedRealGrayImage Gets values for an InterpolatedRealGrayImage through a PointMapper.
 

Package jigl.image.warp Description

Provides interfaces and classes for performing all kinds of warps in two dimentions. AffineMapper, Composite, IdentityTransform, Inverse, PerspectiveTransform, RotateTransform, RotateAboutTransform, ScaleTransform, TranslateTransform implements PointMapper. WarpedColorImage, WarpedGrayImage, WarpedRealColorImage and WarpedRealGrayImage implemented WarpedImage.


JIGL
v1.6

Submit a bug or feature
Revised in May 2002 by Weiming Liu