code::DataConverter::PolarCartesianLookup Struct Reference

List of all members.

Detailed Description

Precomputed results that can improve the efficiency of Polar-Cartesian mapping.

Author:
Lakshman
Version:
Id
code_DataConverter.h,v 1.16 2010/09/24 17:23:58 lakshman Exp


Public Member Functions

 PolarCartesianLookup (const Angle &azres, const Length &rnres, int numGates, const Length &dist_to_first_gate, float scale)
 Precomputes for the radial set whose properties are provided.

Public Attributes

int half_size
int dim_x
int dim_y
float scale
int accuracy
Image< int > azimuthNumber
Image< int > rangeNumber


Constructor & Destructor Documentation

code::DataConverter::PolarCartesianLookup::PolarCartesianLookup ( const Angle azres,
const Length rnres,
int  numGates,
const Length dist_to_first_gate,
float  scale 
)

Precomputes for the radial set whose properties are provided.

Parameters:
scale A value of scale < 1 indicates a low-resolution image while scale > 1 indicates a zoomed in image.


Member Data Documentation

int code::DataConverter::PolarCartesianLookup::accuracy

Image<int> code::DataConverter::PolarCartesianLookup::azimuthNumber

int code::DataConverter::PolarCartesianLookup::dim_x

int code::DataConverter::PolarCartesianLookup::dim_y

int code::DataConverter::PolarCartesianLookup::half_size

Image<int> code::DataConverter::PolarCartesianLookup::rangeNumber

float code::DataConverter::PolarCartesianLookup::scale


Generated on Fri May 4 13:40:11 2012 for WDSS-IIw2 by  doxygen 1.4.7