| Package | Description |
|---|---|
| org.openimaj.image.model.patch |
| Class and Description |
|---|
| HistogramPatchModel
A
MBFPatchClassificationModel that performs classification
based on the joint (colour) histogram of the patch by comparing the
patch histogram to a model histogram with a given comparison measure. |
| MBFPatchClassificationModel
A base implementation of a
PatchClassificationModel for
MBFImages. |
| PatchClassificationModel
An
ImageClassificationModel based on the idea of determining the
probability of a class of a pixel given the local patch of pixels surrounding
the pixel in question. |