Package | Description |
---|---|
org.openimaj.image |
Modifier and Type | Method and Description |
---|---|
static Image.Field |
Image.Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Image.Field[] |
Image.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SVGImage |
SVGImage.getField(Image.Field f) |
abstract I |
Image.getField(Image.Field f)
Get the given field of this image.
|
FImage |
FImage.getField(Image.Field f)
Get the given field of this image.
|
I |
MultiBandImage.getField(Image.Field f)
Get the given field of this image.
|
SVGImage |
SVGImage.getFieldCopy(Image.Field f) |
abstract I |
Image.getFieldCopy(Image.Field f)
Get the given field of this image, maintaining the image's aspect ratio
by doubling the fields.
|
FImage |
FImage.getFieldCopy(Image.Field f)
Get the given field of this image, maintaining the image's aspect ratio
by doubling the fields.
|
I |
MultiBandImage.getFieldCopy(Image.Field f)
Get the given field of this image, maintaining the image's aspect ratio
by doubling the fields.
|
SVGImage |
SVGImage.getFieldInterpolate(Image.Field f) |
abstract I |
Image.getFieldInterpolate(Image.Field f)
Get the given field of this image, maintaining the image's aspect ratio
by interpolating between the fields.
|
FImage |
FImage.getFieldInterpolate(Image.Field f)
Get the given field of this image, maintaining the image's aspect ratio
by interpolating between the fields.
|
I |
MultiBandImage.getFieldInterpolate(Image.Field f)
Get the given field of this image, maintaining the image's aspect ratio
by interpolating between the fields.
|