Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

RADON Struct Reference

#include <radon.h>


Data Fields

char status
 Transform status. See definitions.
char mode
 Discretization model.
int imgDim
 Dimension of the image plane.
int viewNr
 Number of views (angles).
int binNr
 Number of bins (distances).
int half
 Half of the bins.
int centerBin
 Bin going through the origin.
float sampleDist
 Sample distance. i.e. distance between two lines of response.
float * sines
 Sine table. i.e. the tabulated values of the sine function for this transform.


Field Documentation

int RADON::binNr
 

Number of bins (distances).

int RADON::centerBin
 

Bin going through the origin.

int RADON::half
 

Half of the bins.

int RADON::imgDim
 

Dimension of the image plane.

char RADON::mode
 

Discretization model.

float RADON::sampleDist
 

Sample distance. i.e. distance between two lines of response.

float* RADON::sines
 

Sine table. i.e. the tabulated values of the sine function for this transform.

char RADON::status
 

Transform status. See definitions.

int RADON::viewNr
 

Number of views (angles).


The documentation for this struct was generated from the following file:
Generated on Tue Nov 29 15:16:10 2005 by  doxygen 1.4.1