|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContourDistanceRestriction | |
|---|---|
| com.kuka.nav.object.filter | Package providing search spaces for object detection requests. |
| Uses of ContourDistanceRestriction in com.kuka.nav.object.filter |
|---|
| Methods in com.kuka.nav.object.filter that return ContourDistanceRestriction | |
|---|---|
static ContourDistanceRestriction |
Restriction.contourDistance()
Creates a new restriction that can be limited to detections within a minimum and maximum distance between searcher and detection contour. |
static ContourDistanceRestriction |
Restriction.contourDistance(double min,
double max)
Creates a new restriction that is limited to detections within a minimum and maximum distance between searcher and detection contour. |
ContourDistanceRestriction |
ContourDistanceRestriction.copy()
|
ContourDistanceRestriction |
ContourDistanceRestriction.setMax(double x)
Sets the maximum contour distance. |
ContourDistanceRestriction |
ContourDistanceRestriction.setMin(double x)
Sets the minimum contour distance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||