Class AnnotationInputManager<T extends ProvidesStackInput,S extends AnnotatorStrategy>

Type Parameters:
T - the input-type that provides image(s).
S - indicates the process of how annotation occurs.

public class AnnotationInputManager<T extends ProvidesStackInput,S extends AnnotatorStrategy> extends InputManager<AnnotationWithStrategy<S>>
An InputManager that provides annotations corresponding to images.
Author:
Owen Feehan