-
Notifications
You must be signed in to change notification settings - Fork 1
DistAttribute
Moscowsky Anton edited this page Dec 18, 2020
·
7 revisions
Attribute for checking the distance to the object. For use, it is required that the object has attribues that can determine the 3D transfer, and, of course, these attribute in the object must be defined earlier than this one.
Modes | Accuracy assessment | 3D-translation | 3D-rotation | Contour extraction | Additional info |
---|---|---|---|---|---|
C | - | ❌ | ❌ | ❌ | - |
Not implemented
Checks if the distance to the object (the z component of the translation vector to the center of the object) is within the specified bounds.
Not implemented
- Name (string, must be set) attribute unique name
- Type (string, must be "Dist") attribute type
- Weight (double, default: 1) attribute weight
- Probability (double, default: 0.75) not used for this attribute
- Contour (bool, default: true) not used for this attribute
- minDist (double, default: -1) lower distance threshold, if -1 then not checked
- maxDist (double, default: -1) upper distance threshold, if -1 then not checked
- 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