summaryrefslogtreecommitdiff
path: root/2005/i/robert/runtime/rc/vision.conf
diff options
context:
space:
mode:
authorgaillaro2005-04-05 18:51:33 +0000
committergaillaro2005-04-05 18:51:33 +0000
commit16f246a7986aeede80b8815c2b1f4da47532482c (patch)
tree0d1a40beb7b10e5df7053f66d93ae8a48ce6d70f /2005/i/robert/runtime/rc/vision.conf
parent79229eabb3cfedde010d4819a69f6890a234a2e1 (diff)
fichier de config de la vision
Diffstat (limited to '2005/i/robert/runtime/rc/vision.conf')
-rw-r--r--2005/i/robert/runtime/rc/vision.conf51
1 files changed, 51 insertions, 0 deletions
diff --git a/2005/i/robert/runtime/rc/vision.conf b/2005/i/robert/runtime/rc/vision.conf
new file mode 100644
index 0000000..0b2f240
--- /dev/null
+++ b/2005/i/robert/runtime/rc/vision.conf
@@ -0,0 +1,51 @@
+#############################################
+# Camera #
+#############################################
+Cam_color = RGB
+
+#############################################
+# Segm #
+#############################################
+NN_step_learning = 0.1
+NN_neighborhood_learning = 0.01
+NN_number_of_iteration_learning = 5000
+NN_number_of_color_to_segment = 6
+NN_luminosity_influence = 0.5
+NN_lazy_threshold = 3
+NN_threshold_output = 10000
+
+#############################################
+# Group #
+#############################################
+Group_minimum_length_zone = 20
+Group_jump_point_distance = 10
+
+#############################################
+# Space #
+#############################################
+
+#############################################
+# Map #
+#############################################
+Map_error = 40
+Map_error_part = 70
+
+Map_angle_ball_weight = 1
+Map_distante_ball_robot_weight = 1
+Map_distance_ball_goal_weight = 1
+Map_ball_density_weight = 1
+Map_ennemy_presence_weight = 1
+Map_ball_precision_weight = 1
+Map_skepticism_weight = 2
+Map_ball_lost_weight = 3
+
+Map_ball_bottom_time_out = 10
+Map_skepticism_max = 200
+
+#############################################
+# UI #
+#############################################
+UI_img_path = ./
+UI_group_to_display = 1
+
+