Namespace: Rx::LFR – Class: CCalibration – Header: Rx.LFR/Calibration.h

CCalibration::GetGridData Method

C++
void GetGridData(CRxArray2DDouble& adLensData2D)

Gets the grid data of this calibration.

The grid data is a 2D vector of lens information. For each lens on the grid exists a four component entry with the following values:

  • 1. X position of the lens center given in pixels on the PXA
  • 2. Y position of the lens center given in pixels on the PXA
  • 3. The effective radius of the lens
  • 4. The lens type of the lens.

Parameters

[CRxArray2DDouble&] adLensData2D

[out] The 2D lens information vector.