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.
|
Modifier and Type | Method and Description |
---|---|
Individual |
Individual.getParent() |
Individual |
Individual.produceChild(org.opencv.core.Rect roi)
Produce a child from a submatrix of the content.
|
Individual |
Individual.produceChild(org.opencv.core.Rect roi,
boolean setContent)
Produce a child from a submatrix of the content.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Individual> |
Population.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
Population.add(Individual individual)
Add an individual to this population.
|
void |
Individual.setParent(Individual parent,
org.opencv.core.Rect parentRect)
Set a new parent.
|
Modifier and Type | Method and Description |
---|---|
void |
Population.addAll(java.util.Collection<? extends Individual> individuals)
Add a collection of individuals to this population.
|