Package | Description |
---|---|
org.openimaj.image.processing.transform |
Modifier and Type | Method and Description |
---|---|
static FImage |
RemapProcessor.remap(FImage in,
FImage out,
FImage xords,
FImage yords,
ImageInterpolation interpolation)
Transform an image using the given parameters, and write te results into
out |
static FImage |
RemapProcessor.remap(FImage in,
FImage xords,
FImage yords,
ImageInterpolation interpolation)
Transform an image using the given parameters
|