| Package | Description |
|---|---|
| javax.visrec |
Visual recognition API provides reusable abstractions for visual recognition tasks based on machine learning,
that simplify implementation and integration of various machine learning models and image types.
|
| javax.visrec.spi |
| Modifier and Type | Method and Description |
|---|---|
ImageFactory<IMAGE_CLASS> |
AbstractImageClassifier.getImageFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<ImageFactory<T>> |
ImageFactoryService.getByImageType(Class<T> imageCls)
Get the
ImageFactory implementation by its image type. |
Copyright © 2020. All rights reserved.