Class | 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
MBFImage s. |
PatchClassificationModel<Q,T extends Image<Q,T>> |
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. |