See: Description
| Class | Description |
|---|---|
| FileTranslator<T> |
Built-in
Translator that provides image pre-processing from file path. |
| FileTranslatorFactory<T> |
A factory class creates
Translator that can process image from a file path. |
| ImageClassificationTranslator |
A generic
Translator for Image Classification tasks. |
| ImageClassificationTranslator.Builder |
A Builder to construct a
ImageClassificationTranslator. |
| ImageTranslator<T> |
Built-in
Translator that provides default image pre-processing. |
| ImageTranslator.BaseBuilder<T extends ImageTranslator.BaseBuilder> |
A builder to extend for all classes extending the
ImageTranslator. |
| InputStreamTranslator<T> |
Built-in
Translator that provides image pre-processing from InputStream. |
| InputStreamTranslatorFactory<T> |
A factory class creates
Translator that can process image from an InputStream. |
| InstanceSegmentationTranslator |
A
ImageTranslator that post-process the NDArray into DetectedObjects with
boundaries at the detailed pixel level. |
| InstanceSegmentationTranslator.Builder |
The builder for Instance Segmentation translator.
|
| SimplePoseTranslator | |
| SimplePoseTranslator.Builder |
The builder for Pose Estimation translator.
|
| SingleShotDetectionTranslator | |
| SingleShotDetectionTranslator.Builder |
The builder for SSD translator.
|
| UrlTranslator<T> |
Built-in
Translator that provides image pre-processing from URL. |
| UrlTranslatorFactory<T> |
A factory class creates
Translator that can process image from a URL. |