| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Class and Description |
|---|---|
class |
SpatialImgDetection
SpatialImgDetection structure
Contains image detection results together with spatial location data.
|
| Modifier and Type | Method and Description |
|---|---|
ImgDetection |
ImgDetection.confidence(float setter) |
ImgDetection |
ImgDetections.detections()
Detections
|
ImgDetection |
RawImgDetections.detections() |
ImgDetection |
ImgDetection.getPointer(long i) |
ImgDetection |
ImgDetection.label(int setter) |
ImgDetection |
ImgDetection.position(long position) |
ImgDetection |
Tracklet.srcImgDetection()
Image detection that is tracked.
|
ImgDetection |
ImgDetection.xmax(float setter) |
ImgDetection |
ImgDetection.xmin(float setter) |
ImgDetection |
ImgDetection.ymax(float setter) |
ImgDetection |
ImgDetection.ymin(float setter) |
| Modifier and Type | Method and Description |
|---|---|
ImgDetections |
ImgDetections.detections(ImgDetection setter) |
RawImgDetections |
RawImgDetections.detections(ImgDetection setter) |
Tracklet |
Tracklet.srcImgDetection(ImgDetection setter) |
Copyright © 2021. All rights reserved.