Package | Description |
---|---|
com.aspose.omr.imageprocessing |
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.
|
Modifier and Type | Method and Description |
---|---|
IProcessingAlgorithm |
ProcessingPipeline.getItem(int index)
Gets the element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
int |
ProcessingPipeline.add(IProcessingAlgorithm value)
Adds an object to the end of the
ProcessingPipeline . |
boolean |
ProcessingPipeline.contains(IProcessingAlgorithm value)
Determines whether this
ProcessingPipeline contains
the specified IProcessingAlgorithm . |
void |
ProcessingPipeline.copyTo(IProcessingAlgorithm[] array,
int index)
Copies the elements of the
ProcessingPipeline to an array,
starting at a particular array index. |
int |
ProcessingPipeline.indexOf(IProcessingAlgorithm value)
Searches for the specified
IProcessingAlgorithm and returns the zero-based index of
the first occurrence within the entire ProcessingPipeline . |
void |
ProcessingPipeline.insert(int index,
IProcessingAlgorithm value)
Inserts the elements of a collection into the
ProcessingPipeline at the specified index. |
void |
ProcessingPipeline.remove(IProcessingAlgorithm value)
Removes the first occurrence of a specific
IProcessingAlgorithm from
the ProcessingPipeline . |
void |
ProcessingPipeline.setItem(int index,
IProcessingAlgorithm value)
Sets the element at the specified index.
|
Constructor and Description |
---|
ProcessingPipeline(Collection<IProcessingAlgorithm> algorithms)
Initializes a new instance of the
ProcessingPipeline class. |
Copyright © 2017. All Rights Reserved.