Package | Description |
---|---|
qa.qcri.prepocressor.datastructures |
This package contains basic data structures like images or image lists that
are used to transfer data through the pipeline.
|
qa.qcri.prepocressor.operations |
This package contains all available operations, i.e. all commands which can
be used within the pipeline.
|
Modifier and Type | Method and Description |
---|---|
Population |
Individual.getPopulation() |
Modifier and Type | Method and Description |
---|---|
void |
Individual.setPopulation(Population pop)
Set the population this individual belongs to.
|
Modifier and Type | Method and Description |
---|---|
Population |
DrawChildrenOperation.processPopulation(Population pop)
Reloads the input image of the given population and draws all children
in the population with rectangles.
|
Population |
Operation.processPopulation(Population pop)
Process the given population and create a new population with the
processed individuals.
|
Population |
ExtractConstantRegionsOperation.processPopulation(Population pop)
Finds temporal constant regions in the images in the pipeline.
|
Population |
ConcatOperation.processPopulation(Population pop)
Combine all images in the population in a single image by horizontally
concatenating them
|
Modifier and Type | Method and Description |
---|---|
Population |
DrawChildrenOperation.processPopulation(Population pop)
Reloads the input image of the given population and draws all children
in the population with rectangles.
|
Population |
Operation.processPopulation(Population pop)
Process the given population and create a new population with the
processed individuals.
|
Population |
ExtractConstantRegionsOperation.processPopulation(Population pop)
Finds temporal constant regions in the images in the pipeline.
|
Population |
ConcatOperation.processPopulation(Population pop)
Combine all images in the population in a single image by horizontally
concatenating them
|