SpaceOutRelation - Extended-Object-Detection-ROS/wiki_english GitHub Wiki

SpaceOut

Checks that the bounding rectangle of an object is completely outside the bounding rectangle of another object, i.e. their intersection is zero. Belinear relationship. It is not the direct opposite of the SpaceIn relationship, since if the object rectangles partially intersect, then both will return FALSE.

1. XML-description

1.1. Common parametrs

  • Name (string, must be set) unique relationship name
  • Type (string, must be SpaceOut) relationship type

1.2. Special parameters

  • None

1.3. Example