| Package | Description |
|---|---|
| org.openimaj.demos.sandbox.tldcpp.detector |
| Modifier and Type | Method and Description |
|---|---|
List<NormalizedPatch> |
NNClassifier.getPositivePatches() |
| Modifier and Type | Method and Description |
|---|---|
float |
NNClassifier.classifyPatch(NormalizedPatch patch) |
| Modifier and Type | Method and Description |
|---|---|
void |
NNClassifier.learn(List<NormalizedPatch> patches)
Given a list of patches, classify each patch.
|