public interface ImageModelBase<T extends boofcv.struct.image.ImageBase<T>>
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.image.ImageType<T> |
getInputType()
Returns the type of input image
|
void |
loadModel(java.io.File path)
Loads the model at the specified location.
|
void loadModel(java.io.File path)
throws java.io.IOException
path - Path to directory or file containing the modeljava.io.IOExceptionboofcv.struct.image.ImageType<T> getInputType()