Uses of Class
com.kuka.nav.object.handling.ObjectDetection

Packages that use ObjectDetection
com.kuka.nav.object.handling Contains all interface classes for the handling of objects. 
 

Uses of ObjectDetection in com.kuka.nav.object.handling
 

Methods in com.kuka.nav.object.handling that return ObjectDetection
 ObjectDetection ObjectDetectionContainer.getBestDetection()
          Returns the detection with the highest score, or null if there are no detections.
 

Methods in com.kuka.nav.object.handling that return types with arguments of type ObjectDetection
 List<ObjectDetection> ObjectDetectionContainer.getDetections()
          Returns an unmodifiable list of all detections, sorted according to descending score.
 



Copyright © 2019. All rights reserved.