@@ -23,9 +23,9 @@ The following hotkeys are supported:
...
@@ -23,9 +23,9 @@ The following hotkeys are supported:
The functionality of this tool is also available via ros.
The functionality of this tool is also available via ros.
The two hyper-params are on the param server as `sign_detector/canny_param1` and `sign_detector/canny_param2`
The two hyper-params are on the param server as `sign_detector/canny_param1` and `sign_detector/canny_param2`
and represent param1 and param2 of HoughCircles() at https://docs.opencv.org/3.4/dd/d1a/group__imgproc__feature.html#ga47849c3be0d0406ad3ca45db65a25d2d.
and represent param1 and param2 of HoughCircles() at https://docs.opencv.org/3.4/dd/d1a/group__imgproc__feature.html#ga47849c3be0d0406ad3ca45db65a25d2d.
-**crop_sign/enable** (service): enables the functionality of the tool.
-**hough_transform/enable** (service): enables the functionality of the tool.
-**crop_sign/command** (service): A service to reflect the functionality described above. See `minibot_msgs/srv/segment_sign_command.srv`.
-**hough_transform/command** (service): A service to reflect the functionality described above. See `minibot_msgs/srv/segment_sign_command.srv`.
-**crop_sign/result_image/compressed** (topic): A compressed version of the resulting image,
-**hough_transform/result_image/compressed** (topic): A compressed version of the resulting image,
so an image with some information what the sign segmentation is doing.
so an image with some information what the sign segmentation is doing.