-
Notifications
You must be signed in to change notification settings - Fork 1
ExractedInfoId
A check attribute that allows you to cut objects based on the data of the extracted information from other attributes.
Modes | Accuracy assessment | 3D-translation | 3D-rotation | Contour extraction | Additional info |
---|---|---|---|---|---|
C | - | ❌ | ❌ | - | - |
Not implemented
Checks if an identifier in the retrieved information matches the specified values.
Not implemented
- Name (string, must be set) Unique attribute name
- Type (string, must be "ExtractedInfoId") attribute type
- Weight (double, default: 1) attribute weight
- Probability (double, default: 0.75) degree of confidence threshold
- Contour (bool, default: true) not used
- field (string, default: "") filed name for checking
- allowed (list of ints, default: empty) allowed idenifiers numbers
- forbidden (list of ints, default: empty) forbidden identifiers numbers
The allowed and forbidden numbers must be separated by spaces, and when separated by the -
sign, a segment of numbers will be taken, including the ends. For example, the record 1 2 4-6 8
will be converted to the set of identifiers 1, 2, 4, 5, 6, 8
. If there is no field field in the retrieved object information, then the attribute will always return false. If the allowed array is empty, then the attribute will return false. If the same object is present in allowed and forbidden then it will be ignored.
An example of use together with a attrubute of Aruco.
- 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