| Package | Description |
|---|---|
| org.openimaj.demos.sandbox.tldcpp | |
| org.openimaj.demos.sandbox.tldcpp.detector | |
| org.openimaj.demos.sandbox.tldcpp.videotld |
| Class and Description |
|---|
| DetectorCascade
The detector cascade prepares, inititates and controls the 3 underlying
detection steps in the TLD algorithm.
|
| Class and Description |
|---|
| DetectionResult
This state class holds the results of
DetectorCascade.detect(org.openimaj.image.FImage) and
is used primarily to save having to do this work again, this can probably be protected or gone entirley |
| EnsembleClassifier
The ensemble classifier implements a forest of random binary pixel
comparisons.
|
| NNClassifier
The third and most powerful, but equally most slow parts of the
DetectorCascade. |
| NormalizedPatch
Defines a intensity normalised patch extracted from an image.
|
| ScaleIndexRectangle
A rectangle that knows which scale index it belongs to
|
| VarianceFilter
The variance filter forms the first step of the
DetectorCascade.detect(FImage). |
| Class and Description |
|---|
| ScaleIndexRectangle
A rectangle that knows which scale index it belongs to
|