Class IntensityModel

Class Documentation

class IntensityModel

The GrayModel class I(x, y) = A*x + B*y + C*xy + D.

Public Functions

IntensityModel()
void AddObservation(float x, float y, float v)
float Predict(float x, float y) const
void Fit()