- AdaptiveThresholdOperation - Class in qa.qcri.prepocressor.operations
-
This class implements the adaptiveThreshold operation.
- AdaptiveThresholdOperation(String) - Constructor for class qa.qcri.prepocressor.operations.AdaptiveThresholdOperation
-
- add(Individual) - Method in class qa.qcri.prepocressor.datastructures.Population
-
Add an individual to this population.
- addAll(Collection<? extends Individual>) - Method in class qa.qcri.prepocressor.datastructures.Population
-
Add a collection of individuals to this population.
- ANHDFFeatureExtractor - Class in qa.qcri.prepocressor.operations.feat
-
This feature extractor implements Autonomously Normalized Horizontal
Differential Feature Extraction as presented by El-Mahallawy (2008) in his
PhD thesis.
- ANHDFFeatureExtractor(Configuration) - Constructor for class qa.qcri.prepocressor.operations.feat.ANHDFFeatureExtractor
-
- AxisAlignedHoughOperation - Class in qa.qcri.prepocressor.operations
-
This class implements the axisAlignedHough operation.
- AxisAlignedHoughOperation(String) - Constructor for class qa.qcri.prepocressor.operations.AxisAlignedHoughOperation
-
- axisAlignedHoughTransform(Mat, double, double, int) - Static method in class qa.qcri.prepocressor.imageprocessing.ExtentedImgproc
-
This is a specialized and modified version of the Hough transformation.
- axisAlignedHoughTransform(Mat, double, double, int, int) - Static method in class qa.qcri.prepocressor.imageprocessing.ExtentedImgproc
-
This is a specialized and modified version of the Hough transformation.