Skip to content
Snippets Groups Projects
Commit 0a870017 authored by ydepledt's avatar ydepledt
Browse files

Add a parameter to chose the minMax function

parent b4a59608
No related branches found
No related tags found
No related merge requests found
...@@ -2,20 +2,21 @@ tracks: ...@@ -2,20 +2,21 @@ tracks:
show_id: true show_id: true
size_id: 0.5 size_id: 0.5
thickness: 1.5 thickness: 1.5
color: "CYAN" # color of the tracks and feature_kfs min_max_on_alive_tracks: false
min_lum: 100 # above 0 color: "CYAN" # color of the tracks and feature_kfs
max_lum: 450 # below 510 min_lum: 100 # above 0
feature_last: # features of the last frame max_lum: 450 # below 510
thickness: -1 # -1 -> filled circle feature_last: # features of the last frame
size_pix: 2 thickness: -1 # -1 -> filled circle
color: "RED" size_pix: 2
feature_kfs: # features of the previous keyframes color: "RED"
thickness: 0.1 feature_kfs: # features of the previous keyframes
size_pix: 1 thickness: 0.1
size_pix: 1
tracks_preprocess:
show: false # tracks from the preprocess are visible or not tracks_preprocess:
show_on_diff_topic: false # tracks from the preprocess are visible in the same image as the others tracks or not 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 thickness: 1.5
color: "CYAN" color: "CYAN"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment