Modifier and Type | Method and Description |
---|---|
ImageCollectionConfig |
ImageCollection.defaultConfig(String rawInput)
If possible, will return a default configuration using the raw input
|
Modifier and Type | Method and Description |
---|---|
void |
ImageCollection.setup(ImageCollectionConfig config)
Setup this collection using the provided collection config.
|
int |
ImageCollection.useable(ImageCollectionConfig config)
Is the contents of the provided image colleciton config sufficient for this collection to run.
|
Modifier and Type | Method and Description |
---|---|
static ImageCollection<MBFImage> |
ImageCollectionMode.guessType(ImageCollectionConfig config) |
ImageCollection<MBFImage> |
ImageCollectionMode.initCollection(ImageCollectionConfig config) |
int |
ImageCollectionMode.usability(ImageCollectionConfig config) |
Modifier and Type | Method and Description |
---|---|
ImageCollectionConfig |
XuggleVideoImageCollection.FromFile.defaultConfig(String rawInput) |
ImageCollectionConfig |
XuggleVideoImageCollection.FromURL.defaultConfig(String rawInput) |
Modifier and Type | Method and Description |
---|---|
void |
XuggleVideoImageCollection.setup(ImageCollectionConfig config) |
int |
XuggleVideoImageCollection.useable(ImageCollectionConfig config) |
int |
YouTubeVideoImageCollection.useable(ImageCollectionConfig config) |
Modifier and Type | Method and Description |
---|---|
static XuggleVideoFrameSelection |
XuggleVideoFrameSelection.byName(String read,
ImageCollectionConfig config) |
Constructor and Description |
---|
All(ImageCollectionConfig config) |
FramesPerSecond(ImageCollectionConfig config) |
XuggleVideoFrameSelection(ImageCollectionConfig config) |
Modifier and Type | Method and Description |
---|---|
ImageCollectionConfig |
FlickrWebpageImageCollection.defaultConfig(String rawInput) |
ImageCollectionConfig |
FlickrWebpageImageCollection.FlickrPhotoCollection.defaultConfig(String rawInput) |
ImageCollectionConfig |
AbstractWebpageImageCollection.Generic.defaultConfig(String rawInput) |
Modifier and Type | Method and Description |
---|---|
void |
FlickrWebpageImageCollection.setup(ImageCollectionConfig config) |
void |
AbstractWebpageImageCollection.setup(ImageCollectionConfig config) |
int |
FlickrWebpageImageCollection.useable(ImageCollectionConfig config) |
int |
AbstractWebpageImageCollection.useable(ImageCollectionConfig config) |