public abstract class ImageCollectionProcessor<T extends Image<?,T>> extends Object
| Constructor and Description | 
|---|
| ImageCollectionProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | end()End this image sink, no images will be stored after this call | 
| abstract String | process(ImageCollectionEntry<T> image) | 
| void | start()Start this image sink, called before an image is stored. | 
public ImageCollectionProcessor()