Package | Description |
---|---|
org.openimaj.picslurper.client | |
org.openimaj.picslurper.output |
Modifier and Type | Method and Description |
---|---|
List<Set<WriteableImageOutput>> |
TrendDetector.trending(int count) |
Modifier and Type | Method and Description |
---|---|
void |
TrendDetector.indexImage(WriteableImageOutput instance)
index a new image
|
Constructor and Description |
---|
WriteableImageOutputHashes(WriteableImageOutput instance) |
Modifier and Type | Method and Description |
---|---|
WriteableImageOutput |
WriteableImageOutput.clone() |
Modifier and Type | Method and Description |
---|---|
void |
TrendDetectionOutputListener.newImageDownloaded(WriteableImageOutput written) |
void |
ZMQOutputListener.newImageDownloaded(WriteableImageOutput written) |
void |
OutputListener.newImageDownloaded(WriteableImageOutput written)
Called for each image successfully downloaded.
|