- Pipeline - Class in qa.qcri.prepocressor.ui
-
This class is responsible for processing the pipeline.
- Pipeline() - Constructor for class qa.qcri.prepocressor.ui.Pipeline
-
- PolynomialTextLineOperation - Class in qa.qcri.prepocressor.operations
-
This class implements the polynomialTextLine operation.
- PolynomialTextLineOperation(String) - Constructor for class qa.qcri.prepocressor.operations.PolynomialTextLineOperation
-
- Population - Class in qa.qcri.prepocressor.datastructures
-
A population is a set of individuals.
- Population(String) - Constructor for class qa.qcri.prepocressor.datastructures.Population
-
Creates a new and empty population instance.
- printHelp() - Method in class qa.qcri.prepocressor.ui.Configuration
-
Prints a help text to stdout.
- PrintMaxOperation - Class in qa.qcri.prepocressor.operations
-
This class implements the printMax operation.
- PrintMaxOperation(String) - Constructor for class qa.qcri.prepocressor.operations.PrintMaxOperation
-
- processCommandLineArguments(String[]) - Method in class qa.qcri.prepocressor.ui.Configuration
-
Parse the command line arguments and overrides parameters if they
appear in them.
- processPopulation(Population) - Method in class qa.qcri.prepocressor.operations.ConcatOperation
-
Combine all images in the population in a single image by horizontally
concatenating them
- processPopulation(Population) - Method in class qa.qcri.prepocressor.operations.DrawChildrenOperation
-
Reloads the input image of the given population and draws all children
in the population with rectangles.
- processPopulation(Population) - Method in class qa.qcri.prepocressor.operations.Operation
-
Process the given population and create a new population with the
processed individuals.
- produceChild(Rect) - Method in class qa.qcri.prepocressor.datastructures.Individual
-
Produce a child from a submatrix of the content.
- ProjectionLineSegmentationOperation - Class in qa.qcri.prepocressor.operations
-
This class implements the projectionLineSegmentation operation.
- ProjectionLineSegmentationOperation(String) - Constructor for class qa.qcri.prepocressor.operations.ProjectionLineSegmentationOperation
-