AbstractOpenCVFeatureGenerator |
Abstract base class for OpenCV feature generators.
|
AbstractScript |
Ancestor for OpenCV feature generator scripts.
|
AbstractScriptedFeatureGenerator |
Abstract ancestor for OpenCV feature generator that execute external scripts.
|
Histogram |
Computes a histogram from the incoming image.
|
MultiOpenCVFeatureGenerator |
Applies multiple generators to the same image and merges the generate a feature vectors side-by-side.
|
Otsu |
Computes the threshold using Otsu's method
|
Scripted |
A feature generator that uses any scripting handler for processing the data with a script located in the specified file.
|