| Package | Description |
|---|---|
| org.openimaj.image.dataset |
| Modifier and Type | Field and Description |
|---|---|
protected FlickrImageDataset.Size |
FlickrImageDataset.targetSize |
| Modifier and Type | Method and Description |
|---|---|
FlickrImageDataset.Size |
FlickrImageDataset.getImageSize()
Get the size of the images that this dataset produces.
|
static FlickrImageDataset.Size |
FlickrImageDataset.Size.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlickrImageDataset.Size[] |
FlickrImageDataset.Size.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlickrImageDataset.setImageSize(FlickrImageDataset.Size size)
Set the size of the images that this dataset produces.
|