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)
image - image to search for objectBoundingBoxCopyright © 2019. All rights reserved.