-
Notifications
You must be signed in to change notification settings - Fork 1
SquareObjectDistance
Moscowsky Anton edited this page Jan 18, 2023
·
2 revisions
Extracting position and rotation of square object with given side lenght (such as arucos, qr and so on)
Modes | Accuracy assessment | 3D-translation | 3D-rotation | Contour extraction | Additional info |
---|---|---|---|---|---|
E | - | ✓ | ✓ | - | - |
Not implemented
Not implemented
Gives position and rotation too object, if it has contour with 4 points
- Name (string, must be set) Unique attribute name
- Type (string, must be "SquareObjectDistance") attribute type
- Weight (double, default: 1) attribute weight
- Probability (double, default: 0.75) not used
- Contour (bool, default: true) not used
- length (float, default: 0) side of object in meters
An example of use together with a attrubute of Aruco.
<Attribute Name="Aruco4" Type="Aruco" Dict="2"/>
</AttributeLib>
<SimpleObjectBase>
<SimpleObject Name="Marker" ID="100">
<Attribute Type="Detect">Aruco4</Attribute>
<Attribute Type="Extract">Len38mm</Attribute>
</SimpleObject>
</SimpleObjectBase>
- 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