-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Describe the bug
distance inverted (p2-p1) returns same result as distance (p1-p2).
To Reproduce
Steps to reproduce the behavior:
Do two trackings with same targets and parameters, except one with "distance inverted" and one with "distance" as tracking metric.
Results are the same.
Expected behavior
Expecting "distance" to return result with higher values when 2 targets are further apart and smaller values when targets are closer, while "distance inverted" should return smaller values when targets are further apart and higher values targets are closer,
Runtime:
- OS: Windows 10
- Version: 0.5.0
Additional context
Can I have a further explanation on the need of selecting center line after distance-based tracking? Is it for projection? Is it possible to return the raw distance between the two points?