Tuesday, May 04, 2004

The prototype of calibration function

At present my defined function for calibration is:
void UCalibration( float *lut_x, float *lut_y, char filename[512], int xc0, int yc0, int xstep, int ystep, float *xp, float *yp); where xc0, yc0 is the postion of the first bright spot and xstep, ystep are the distance between two spots. *xp,*yp is the postion of spot in SLM. The output is look up table *lut_x,*lut_y.

No comments:

Post a Comment