gcv_conf.yml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. %YAML:1.0
  2. conf_parameters:
  3. image_show: 1
  4. image_return: 1
  5. image_row_grid: 20
  6. image_col_grid: 100
  7. self_camera: 0
  8. timeout_proc: 100000
  9. timeout_append: 150
  10. image_save: 1
  11. image_depository: "D:\\logs\\algo_img"
  12. image_backup_days: 7
  13. oa_y_flip: 0
  14. oa_morph_radius: 1
  15. oa_morph_iteration: 2
  16. oa_min_leaf_area: 10000
  17. #oa_min_hist_value: 5
  18. #oa_morph_radius_base: 1
  19. #oa_morph_iteration_base: 2
  20. #oa_min_hist_value_base: 10
  21. #oa_col_th_ratio: 6.9999999999999996e-001
  22. #oa_row_th_ratio: 1.2000000000000000e+000
  23. #oa_stem_x_padding: 40
  24. #oa_stem_dia_min: 10
  25. #oa_stem_fork_y_min: 10
  26. #oa_stem_dia_mp: 9.0000000000000002e-001
  27. #oa_clip_y_min: 245
  28. #oa_clip_y_max: 385
  29. rs_y_flip: 0
  30. rs_col_th_ratio: 6.5e-001
  31. rs_row_th_ratio: 1.1999999999999999e+000
  32. rs_min_hist_value: 5
  33. rs_stem_x_padding: 50
  34. rs_stem_dia_min: 12
  35. rs_stem_dia_mp: 9.6e-001
  36. rs_stem_fork_y_min: 40
  37. rs_stem_edge_detect_window: 5
  38. rs_cand_corner_box_width_ratio: 3.
  39. rs_cand_corner_box_xoffset_ratio: 7.5000000000000000e-001
  40. rs_opt_corner_xoffset_ratio: 2.0000000000000001e-001
  41. rs_opt_corner_yoffset_ratio: -5.0000000000000000e-001
  42. rs_corner_mask_rad_ratio: 2.5000000000000000e-001
  43. rs_morph_radius: 2
  44. rs_morph_iteration: 5
  45. rs_morph_iteration_gray: 5
  46. rs_max_corner_num: 500
  47. rs_corner_qaulity_level: 1.0000000000000001e-001
  48. rs_corner_min_distance: 10.
  49. rs_cut_angle: -60.
  50. rs_cut_point_offset_ratio: 9.0000000000000000e-001
  51. sc_y_flip: 0
  52. sc_col_th_ratio: 6.9999999999999996e-001
  53. sc_row_th_ratio: 2.000000000000000e+000
  54. sc_stem_x_padding: 50
  55. sc_stem_dia_min: 3
  56. sc_clip_padding: 5
  57. sc_stem_ymax_padding: 200
  58. sc_default_cut_length: 20
  59. sc_stem_edge_detect_window: 5
  60. sc_r2_th: 1.0500000000000000e+000
  61. sc_r2_window: 30
  62. sc_average_window: 1
  63. sc_morph_radius: 1
  64. sc_morph_iteration: 2
  65. rs_oa_pixel_ratio: 2.3333300000000001e-001
  66. rs_cut_pixel_ratio: 5.8479999999999997e-002
  67. sc_cut_pixel_ratio: 8.7499999999999994e-002
  68. rs_grab_xmin: -200
  69. rs_grab_xmax: 200
  70. rs_grab_ymin: -45
  71. rs_grab_ymax: 50
  72. rs_grab_zmin: 300
  73. rs_grab_zmax: 450
  74. rs_grab_stem_diameter: 5.0
  75. rs_grab_y_opt: -20
  76. sc_grab_xmin: -200
  77. sc_grab_xmax: 200
  78. sc_grab_ymin: -45
  79. sc_grab_ymax: 50
  80. sc_grab_zmin: 300
  81. sc_grab_zmax: 450
  82. sc_grab_stem_diameter: 5.0
  83. sc_grab_y_opt: -30