T - Class used to represent image that will be analyzed@FunctionalInterface public interface ObjectDetector<T>
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<BoundingBox>> |
detectObject(T image)
Detects object in specified image
|
Map<String,List<BoundingBox>> detectObject(T image) throws ClassificationException
image - image to search for objectBoundingBoxClassificationExceptionCopyright © 2020. All rights reserved.