See: Description
Class | Description |
---|---|
Blur |
Demonstrates box and Gaussian blur
Created by ccoughlin on 9/9/16.
|
ChainedOperations |
Demonstrates how to "chain" Dataset operations by running a blur, edge detection, and normalization.
|
EdgeDetection |
Demonstrates the edge detection operations.
|
GaussianPyramid |
Demonstrates usage of the Gaussian Pyramid operation
Created by ccoughlin on 9/9/16.
|
MachineLearning |
Demonstrates building a sample data set, splitting into test and train subsets, training candidate models,
and saving the best model for later use.
|
PipelineDemo |
Demonstrates a single-process ROI processing pipeline.
|
SlidingWindow |
Demonstrates use of the "sliding window" algorithm to examine small subsets of a larger Dataset.
|
Upscaling |
Demonstrates upscaling data.
|