-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_simple_detector_node.launch
More file actions
36 lines (30 loc) · 1.25 KB
/
test_simple_detector_node.launch
File metadata and controls
36 lines (30 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<launch>
<node pkg="srrc_simple_obj_detector" type="test_simple_detector_node" name="test_simple_detector_node" output="screen">
<!-- -->
<param name="src_image_src_folder" value="/home/dd/img2dir_sources/footbol_field/right/" />
<param name="src_image_file" value="" />
<!-- -->
<!-- - ->
<param name="src_image_file" value="/home/dd/img2dir_sources/footbol_field/frame0171.jpg" />
<param name="src_image_src_folder" value="" />
<!- - -->
<!-- - ->
<param name="src_image_file" value="/home/dd/img2dir_sources/frame0077.jpg" />
<!- - -->
<!-- -->
<param name="output_folder" value="/home/dd/img2dir_results/footbol_field/right/" />
<!-- -->
<!-- - ->
<param name="output_folder" value="" />
<!- - -->
<param name="saturation_threshold" value="60" />
<param name="brightness_threshold" value="10" />
<param name="blob_filter_min_blob_size" value="30" />
<param name="blob_filter_max_blob_size" value="200" />
<param name="blob_filter_min_blob_area" value="600" />
<param name="blob_filter_max_blob_area" value="40000" />
<param name="blob_filter_border_margin" value="3" />
<param name="use_bw_result" value="false" />
<param name="show_images" value="false" />
</node>
</launch>