Package | Description |
---|---|
org.openimaj.image.analysis.algorithm | |
org.openimaj.image.processing.transform |
Modifier and Type | Class and Description |
---|---|
static class |
ImageInterpolation.InterpolationType
Standard interpolation types.
|
Modifier and Type | Field and Description |
---|---|
protected ImageInterpolation.Interpolator |
ImageInterpolation.interpolator |
Constructor and Description |
---|
ImageInterpolation(ImageInterpolation.Interpolator interpolator)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
static FImage |
RemapProcessor.remap(FImage in,
FImage xords,
FImage yords,
ImageInterpolation.Interpolator interpolator)
Transform an image using the given parameters
|
Constructor and Description |
---|
RemapProcessor(FImage xords,
FImage yords,
ImageInterpolation.Interpolator interpolator)
Construct with the given distortion map and interpolator.
|