From 0a8700175b79f95473ced2c0618cfc7154cf4d9f Mon Sep 17 00:00:00 2001 From: ydepledt <yanndepledt360@gmail.com> Date: Fri, 15 Apr 2022 14:14:47 +0200 Subject: [PATCH] Add a parameter to chose the minMax function --- yaml/publisher_vision_debug.yaml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/yaml/publisher_vision_debug.yaml b/yaml/publisher_vision_debug.yaml index c1b1793..5c06e41 100644 --- a/yaml/publisher_vision_debug.yaml +++ b/yaml/publisher_vision_debug.yaml @@ -2,20 +2,21 @@ tracks: show_id: true size_id: 0.5 thickness: 1.5 - color: "CYAN" # color of the tracks and feature_kfs - min_lum: 100 # above 0 - max_lum: 450 # below 510 - feature_last: # features of the last frame - thickness: -1 # -1 -> filled circle - size_pix: 2 - color: "RED" - feature_kfs: # features of the previous keyframes - thickness: 0.1 - size_pix: 1 - -tracks_preprocess: - show: false # tracks from the preprocess are visible or not - show_on_diff_topic: false # tracks from the preprocess are visible in the same image as the others tracks or not + min_max_on_alive_tracks: false + color: "CYAN" # color of the tracks and feature_kfs + min_lum: 100 # above 0 + max_lum: 450 # below 510 + feature_last: # features of the last frame + thickness: -1 # -1 -> filled circle + size_pix: 2 + color: "RED" + feature_kfs: # features of the previous keyframes + thickness: 0.1 + size_pix: 1 + +tracks_preprocess: + show: false # tracks from the preprocess are visible or not + show_on_diff_topic: false # tracks from the preprocess are visible in the same image as the others tracks or not thickness: 1.5 color: "CYAN" -- GitLab