|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.object.handling.ObjectDetectionRequest
public final class ObjectDetectionRequest
Request to perform object detection on the robot platform. The object detection may take a few seconds with a default, unrestricted search space. Also, without restrictions, symmetrical objects will be detected multiple times on the same spot for each possible orientation. Thus, it is often useful to restrict the search space.
This is a non-continuous request that finishes once the result is available.
| Constructor Summary | |
|---|---|
ObjectDetectionRequest(com.kuka.nav.geometry.DetectionModel model)
Creates a request for detecting objects of a specific type. |
|
| Method Summary | |
|---|---|
com.kuka.nav.geometry.DetectionModel |
getDetectionModel()
|
SearchSpace |
getSearchSpace()
Returns the search space of the request. |
void |
setDetectionModel(com.kuka.nav.geometry.DetectionModel model)
Sets the detection model. |
ObjectDetectionRequest |
setSearchSpace(SearchSpace space)
Overwrites the search space. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectDetectionRequest(com.kuka.nav.geometry.DetectionModel model)
model - the detection model of object to be detected| Method Detail |
|---|
public com.kuka.nav.geometry.DetectionModel getDetectionModel()
public void setDetectionModel(com.kuka.nav.geometry.DetectionModel model)
model - the detection modelpublic SearchSpace getSearchSpace()
public ObjectDetectionRequest setSearchSpace(SearchSpace space)
space - The new search space to be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||