-
Notifications
You must be signed in to change notification settings - Fork 1
SizeSameRelation
Moscowsky Anton edited this page Nov 23, 2021
·
2 revisions
Checks that the areas of two features are identical, with some error. S(o1) *(1 + error) > S(o2) && S(o1) * (1 - error) < S(o2)
- Name (string, must be set) Inuque name of relation
- Type (string, must be SameSize) Relation type
- error (double, default: 0.1) Allowed size difference
TODO
<?xml version="1.0" ?>
<RelationLib>
<RelationShip Type="SizeSame" Name="same_size" error="0.1"/>
</RelationLib>
- Home
- ROS-interface
- Interacting with a package through a configuration file
- Common structure of the configuration file
-
Simple objects
- Clusterization
- Filtering
- Tracking
- Attributes
- HSVcolor
- HistColor
- HaarCascade
- Size
- Hough
- Dimension
- BasicMotion
- Aruco
- Feature
- Pose
- DNN
- QR
- QR_Zbar
- LogicAnd
- LogicNot
- LogicOr
- Blob
- Depth
- RoughDist
- Dist
- FaceDlib
- ExractedInfoId
- ExractedInfoString
- UnitTranslation
- SquareObjectDistance
- TorchYOLOv7Attribute
- TorchYOLOv7KeypointAttribute
- ROSSubcriberOpenPoseRaw
- DummyHumanPose
- Complex objects
- Install Guides
- Usage Guides
- Troubleshooting
- Developing