public abstract class MBFPatchClassificationModel extends PatchClassificationModel<Float[],org.openimaj.image.MBFImage>
PatchClassificationModel for
MBFImages.| Modifier and Type | Field and Description |
|---|---|
protected int |
ndims |
patchHeight, patchWidth| Constructor and Description |
|---|
MBFPatchClassificationModel(int ndims,
int patchWidth,
int patchHeight)
Construct the model with the specified dimensionality and patch size.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.openimaj.image.MBFImage[] |
getArray(int length) |
classifyImage, classifyPatch, clone, estimate, numItemsToEstimate, predictequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlearnModelprotected int ndims
public MBFPatchClassificationModel(int ndims, int patchWidth, int patchHeight)
MBFImages that the model is applied to.ndims - the number of dimensions.patchWidth - The width of each patch.patchHeight - The height of each patch.protected org.openimaj.image.MBFImage[] getArray(int length)
getArray in class PatchClassificationModel<Float[],org.openimaj.image.MBFImage>