Data Fields | |
REAL8 | f0 |
Frequency to construct grid. More... | |
REAL8 | deltaF |
Frequency resolution: df=1/TCOH More... | |
REAL8 | deltaX |
Longitudinal space resolution, x-direction. More... | |
REAL8 | xMin |
Patch limit, as the coordinate of the center of the first pixel. More... | |
REAL8 | xMax |
Patch limit, as the coordinate of the center of the last pixel. More... | |
UINT2 | xSide |
Real number of pixels in the x direction (in the projected plane); it should be less than or equal to xSideMax . More... | |
REAL8 * | xCoor |
Coordinates of the pixel centers. More... | |
REAL8 | deltaY |
Longitudinal space resolution, y-direction. More... | |
REAL8 | yMin |
Patch limit, as center of the first pixel. More... | |
REAL8 | yMax |
Patch limit, as center of the last pixel. More... | |
UINT2 | ySide |
Real number of pixels in the y-direction (in the projected plane). More... | |
REAL8 * | yCoor |
Coordinates of the pixel centers. More... | |
REAL8 HOUGHPatchGrid::deltaX |
REAL8 HOUGHPatchGrid::xMin |
REAL8 HOUGHPatchGrid::xMax |
UINT2 HOUGHPatchGrid::xSide |
REAL8* HOUGHPatchGrid::xCoor |
REAL8 HOUGHPatchGrid::deltaY |
REAL8 HOUGHPatchGrid::yMin |
REAL8 HOUGHPatchGrid::yMax |
UINT2 HOUGHPatchGrid::ySide |