public class PipelineDemo
extends java.lang.Object
Demonstrates a single-process ROI processing pipeline.
1. Ingest data
2. Run a Gaussian Pyramid operation on the input for scale invariance
2a. (Optional) perform any preprocessing desired on each step in the pyramid in 2
3. For each step in the pyramid in 2(a), run a sliding window operation
4. For each sliding window in 3, ask an ROI detector whether the window contains ROI or not
5. Compile the results