ThiroSmath
New member
- Joined
- Feb 20, 2021
- Messages
- 2
Basically, I'm working on a program that calculates distance to an object from an image. I wanted to see if there's a way of calculating the error produced with some samples, but it doesn't look like it is a clear linear progression.
For instance, when measuring 50, 40, 30 and 20 cm the program returns 52.6649, 41.9110, 31.5879 and 20.9529 cm respectively. How can I calculate an error function, if it is possible at all?
My apologies if this doesn't belong in calculus, I figured that the error function would require derivatives or differentials.
For instance, when measuring 50, 40, 30 and 20 cm the program returns 52.6649, 41.9110, 31.5879 and 20.9529 cm respectively. How can I calculate an error function, if it is possible at all?
My apologies if this doesn't belong in calculus, I figured that the error function would require derivatives or differentials.