| Modifier and Type | Class and Description |
|---|---|
class |
AverageThresholdAlgorithm
Binarization algorithms that uses an average value threshold filter.
|
class |
GrayscaleAlgorithm
Represent a grayscale conversion algorithm
|
class |
OtsuBinarizationAlgorithm
Otsu binarization algorithm.
|
class |
ProcessingPipeline
Represents an ordered chain of image processing algorithms.
|
| Constructor and Description |
|---|
ProcessingPipeline(List<IProcessingAlgorithm> algorithms)
Initializes a new instance of the
ProcessingPipeline class. |
Copyright © 2014. All rights reserved.