Uses of Class
com.kuka.nav.object.filter.RectangleRestriction

Packages that use RectangleRestriction
com.kuka.nav.object.filter Package providing search spaces for object detection requests. 
 

Uses of RectangleRestriction in com.kuka.nav.object.filter
 

Methods in com.kuka.nav.object.filter that return RectangleRestriction
 RectangleRestriction RectangleRestriction.copy()
           
static RectangleRestriction Restriction.rectangle()
          Creates a new restriction that can limit the search space to detections with a center that is in between a minimum and maximum relative offset.
static RectangleRestriction Restriction.rectangle(double minX, double minY, double maxX, double maxY)
          Creates a new restriction that limits the search space to detections with a centre that is in between a minimum and maximum relative offset.
 RectangleRestriction RectangleRestriction.setMax(double x, double y)
          Sets the maximum relative X and Y offsets of detections.
 RectangleRestriction RectangleRestriction.setMaxX(double x)
          Sets the maximum relative X-offset of detections.
 RectangleRestriction RectangleRestriction.setMaxY(double y)
          Sets the maximum relative Y-offset of detections.
 RectangleRestriction RectangleRestriction.setMin(double x, double y)
          Sets the minimum relative X and Y offsets of detections.
 RectangleRestriction RectangleRestriction.setMinX(double x)
          Sets the minimum relative X-offset of detections.
 RectangleRestriction RectangleRestriction.setMinY(double y)
          Sets the minimum relative Y-offset of detections.
 



Copyright © 2019. All rights reserved.