|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.object.filter.Restriction
com.kuka.nav.object.filter.RectangleRestriction
public class RectangleRestriction
Defines a search space restriction that allows only detections inside a rectangle, defined relative to the centre of the searcher to the centre of detections.
| Method Summary | |
|---|---|
RectangleRestriction |
copy()
|
Double |
getMaxX()
|
Double |
getMaxY()
|
Double |
getMinX()
|
Double |
getMinY()
|
RectangleRestriction |
setMax(double x,
double y)
Sets the maximum relative X and Y offsets of detections. |
RectangleRestriction |
setMaxX(double x)
Sets the maximum relative X-offset of detections. |
RectangleRestriction |
setMaxY(double y)
Sets the maximum relative Y-offset of detections. |
RectangleRestriction |
setMin(double x,
double y)
Sets the minimum relative X and Y offsets of detections. |
RectangleRestriction |
setMinX(double x)
Sets the minimum relative X-offset of detections. |
RectangleRestriction |
setMinY(double y)
Sets the minimum relative Y-offset of detections. |
| Methods inherited from class com.kuka.nav.object.filter.Restriction |
|---|
contourDistance, contourDistance, orientation, rectangle, rectangle, region |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public RectangleRestriction setMinX(double x)
x - The new minimum x-offset.
public RectangleRestriction setMinY(double y)
y - The new minimum Y-offset.
public RectangleRestriction setMaxX(double x)
x - The new maximum X-offset.
public RectangleRestriction setMaxY(double y)
y - The new maximum Y-offset.
public RectangleRestriction setMin(double x,
double y)
x - The new minimum X-offset.y - The new minimum Y-offset.
public RectangleRestriction setMax(double x,
double y)
x - The new maximum X-offset.y - The new maximum Y-offset.
public Double getMinX()
public Double getMinY()
public Double getMaxX()
public Double getMaxY()
public RectangleRestriction copy()
copy in interface com.kuka.parameters.IParametercopy in class Restriction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||