-
Notifications
You must be signed in to change notification settings - Fork 1
blob_params_collector
Moscowsky Anton edited this page Dec 3, 2020
·
2 revisions
Utility for extracting blob detector parameters.
To launch using a webcam, use the attached launch file. Usb_cam package required.
roslaunch extended_object_detection blob_params_collector.launch
When you press ESC, the utility will write an XML description of the configured object to the console and close, including the nodeusb-cam.usb-cam.
- image_raw (sensor_msgs/Image) image topic
The interface provides a number of sliders for setting the parameters of spot detectors and one slider for the size of the object (size attribute on the image is used), as well as an image with the recognition result with the current parameters.
- Place the object of interest in the field of view of the camera.
- Move the spot detector sliders to get the best detection results.
- Move the size slider to filter out fractal objects.
- Press ESC and copy the object parameters from the console.
- 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