You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cfg/AddingImages.cfg
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ gen = ParameterGenerator()
9
9
gen.add("use_camera_info", bool_t, 0, "Indicates that the camera_info topic should be subscribed to to get the default input_frame_id. Otherwise the frame from the image message will be used.", True)
10
10
11
11
gen.add("alpha", double_t, 0, "weight of the first array elements.", 0.5, 0.0, 1.0)
12
+
gen.add("auto_beta", bool_t, 0, "True: Automatically set beta weight as 1 - alpha, False: Use user defined beta weight", True)
13
+
gen.add("beta", double_t, 0, "weight of the second array elements.", 0.5, 0.0, 1.0)
12
14
gen.add("gamma", double_t, 0, "scalar added to each sum.", 0, 0, 255)
<argname="image"default="image"doc="The image topic. Should be remapped to the name of the real image topic." />
6
8
7
9
<argname="use_camera_info"default="false"doc="Indicates that the camera_info topic should be subscribed to to get the default input_frame_id. Otherwise the frame from the image message will be used." />
8
10
<argname="debug_view"default="true"doc="Specify whether the node displays a window to show edge image" />
0 commit comments