You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/docs/user-guide/usage.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,15 @@ The supervised tracking expand this function by an user input of an search area.
26
26

27
27
28
28
All important settings can be set in the settings dialog before the tracking starts.
29
+
30
+
Description:
31
+
32
+
- Video Type: Select the type of your video format.
33
+
- Tracking Metric: Select the metric for the movement detection.
34
+
- Tracking Method: Select the desired tracking method. Available methods depend on the selected `Tracking Metric` setting.
35
+
- Processing Speed: Select the processing speed. This option set the skip frames factor. For an higher processing speed we track only every `n % skip_frame == 0` frame and interpolate the skipped frames. Recommend settings is `1 (normal)` for 60 FPS Videos (and above) and `0 (accurate)` for Videos with 30 FPS or less.
36
+
- Number of Tracker: Select the number of trackers per target. We use the average of all tracker for the output. Using a higher number of Tracker should increase the accuracy. For most video scenes i recommend to use only `1` tracker because the accuracy increases only slightly but the processing speed is significantly higher.
37
+
- Points: Select the algorithm to determine the predicted points from the tracking signal.
38
+
- Additional Points: Select an algorithm to add additional points to the output.
39
+
- Top Points Offset: Add an given offset to all predicted top points. Recommend is an value between `10` and `25`.
40
+
- Bottom Points Offset: Add an given offset to all predicted bottom points. Recommend is an value between `-10` and `-25`.
0 commit comments