Package | Description |
---|---|
org.openimaj.image.dataset |
Modifier and Type | Method and Description |
---|---|
BingImageDataset.ImageDataSourceResponse |
BingImageDataset.getImage(int index)
Get the specific underlying
BingImageDataset.ImageDataSourceResponse for the given
index. |
Modifier and Type | Method and Description |
---|---|
List<BingImageDataset.ImageDataSourceResponse> |
BingImageDataset.getImages()
Get the underlying
BingImageDataset.ImageDataSourceResponse objects that back the
dataset. |
Constructor and Description |
---|
BingImageDataset(InputStreamObjectReader<IMAGE> reader,
List<BingImageDataset.ImageDataSourceResponse> results,
BingImageDataset.ImageDataSourceQuery query) |