- #1
jasonc
- 6
- 0
I have a personal project I'm working on that involves calibrating some values from a sensor input. So far I've been doing the calibrations in a very tedious manner but I'd like to write a program to solve the calibration for me. Very long story very short, this basically boils down to the following:
I have this equation:
View attachment 220
I have a set of many v, r, g, b, and a values (v is either 0 or 1, a is a known constant, r g b vary between 0 and 1), and I want to find the best fit values for G, B, and C.
Is this possible? I don't know much about linear equations but I don't think this is one. Can anybody recommend any methods for solving these?
Thanks!
J
I have this equation:
View attachment 220
I have a set of many v, r, g, b, and a values (v is either 0 or 1, a is a known constant, r g b vary between 0 and 1), and I want to find the best fit values for G, B, and C.
Is this possible? I don't know much about linear equations but I don't think this is one. Can anybody recommend any methods for solving these?
Thanks!
J