public class ChainedOperations
extends java.lang.Object
Demonstrates how to "chain" Dataset operations by running a blur, edge detection, and normalization.
A ChainedDatasetOperation performs multiple DatasetOperations in sequence but acts like a single operation.
Operations can be added at any time.
Created by ccoughlin on 9/9/16.