Add warning message on distance-calculation.md docs page (#15838)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
b1a80f4d98
commit
4fe046e2d5
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ Measuring the gap between two objects is known as distance calculation within a
|
|||
- Mouse Right Click will delete all drawn points
|
||||
- Mouse Left Click can be used to draw points
|
||||
|
||||
???+ warning "Distance is Estimate"
|
||||
|
||||
Distance will be an estimate and may not be fully accurate, as it is calculated using 2-dimensional data, which lacks information about the object's depth.
|
||||
|
||||
### Arguments `DistanceCalculation()`
|
||||
|
||||
| `Name` | `Type` | `Default` | Description |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue