ErrorAnalysis
This function provides information on the accuracy of the touch screen calibration.
Syntax
VOID ErrorAnalysis( INT32 cCalibrationPoints, INT32 *pScreenXBuffer, INT32 *pScreenYBuffer, INT32 *pUncalXBuffer, INT32 *pUncalYBuffer );
Parameters
- cCalibrationPoints
- Specifies the number of calibration points.
- pScreenXBuffer
- Pointer to the list of screen x-coordinates displayed.
- pScreenYBuffer
- Pointer to the list of screen y-coordinates displayed.
- pUncalXBuffer
- Pointer to the list of x-coordinates collected.
- pUncalYBuffer
- Pointer to the list of y-coordinates collected.
Remarks
This function is defined in the Calibrat.c file.