Package | Description |
---|---|
org.openimaj.image.model | |
org.openimaj.image.model.patch | |
org.openimaj.image.model.pixel |
Modifier and Type | Method and Description |
---|---|
ImageClassificationModel<T> |
ImageClassificationModel.clone() |
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
MBFPatchClassificationModel
A base implementation of a
PatchClassificationModel for
MBFImage s. |
class |
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. |
Modifier and Type | Class and Description |
---|---|
class |
HistogramPixelModel
An
MBFPixelClassificationModel that classifies an individual pixel by
comparing it to a joint (colour) histogram. |
class |
MBFPixelClassificationModel
An abstract PixelClassificationModel for
MBFImage s. |
class |
OrthotopePixelModel
Model of an orthotope/hyperrectangle/box in space.
|
class |
PixelClassificationModel<Q,T extends Image<Q,T>>
Simple model for classifying pixels.
|
class |
SingleGaussianPixelModel
An
MBFPixelClassificationModel that classifies an individual pixel by
comparing it to a CachingMultivariateGaussian . |