Package | Description |
---|---|
org.openimaj.picslurper | |
org.openimaj.picslurper.output |
Modifier and Type | Method and Description |
---|---|
StatusConsumption |
StatusConsumer.consume(twitter4j.Status status) |
StatusConsumption |
StatusConsumer.processAll(twitter4j.Status status)
Process all added URLs
|
Modifier and Type | Method and Description |
---|---|
void |
StatusConsumption.incr(StatusConsumption other) |
File |
StatusConsumer.resolveURL(URL url,
StatusConsumption cons)
Given a URL, use
StatusConsumer.urlToImage(URL) to turn the url into a list of
images and write the images into the output location using the names
"image_N.png" |
static void |
PicSlurperUtils.updateStats(File statsFile,
StatusConsumption statusConsumption)
Update a specific file with statistics of URLs being consumed
|
static void |
PicSlurperUtils.updateStats(File statsFile,
StatusConsumption statusConsumption,
boolean forgetImageURLs)
Update a specific file with statistics of URLs being consumed
|
Modifier and Type | Field and Description |
---|---|
StatusConsumption |
WriteableImageOutput.stats |
Constructor and Description |
---|
WriteableImageOutput(twitter4j.Status status,
URL url,
File file,
StatusConsumption stats) |