|
TPCCLIB
|
#include <libtpcrec.h>
Data Fields | |
| char | status |
| char | mode |
| int | imgDim |
| int | viewNr |
| int | binNr |
| int | half |
| int | centerBin |
| float | sampleDist |
| float * | sines |
Radon data structure contains the parameters defining a Radon transform.
Definition at line 255 of file libtpcrec.h.
| int RADON::binNr |
Number of bins (distances).
Definition at line 265 of file libtpcrec.h.
Referenced by radonGetNB(), and radonSet().
| int RADON::centerBin |
Bin going through the origin.
Definition at line 269 of file libtpcrec.h.
Referenced by radonGetCB(), and radonSet().
| int RADON::half |
Half of the bins.
Definition at line 267 of file libtpcrec.h.
Referenced by radonGetHI(), and radonSet().
| int RADON::imgDim |
Dimension of the image plane.
Definition at line 261 of file libtpcrec.h.
Referenced by radonGetID(), and radonSet().
| char RADON::mode |
Discretization model.
Definition at line 259 of file libtpcrec.h.
Referenced by radonGetMO(), and radonSet().
| float RADON::sampleDist |
Sample distance. i.e. distance between two lines of response.
Definition at line 271 of file libtpcrec.h.
Referenced by radonGetSD(), and radonSet().
| float* RADON::sines |
Sine table. i.e. the tabulated values of the sine function for this transform.
Definition at line 274 of file libtpcrec.h.
Referenced by radonEmpty(), radonGetSin(), and radonSet().
| char RADON::status |
Transform status. See definitions.
Definition at line 257 of file libtpcrec.h.
Referenced by radonBackTransform(), radonBackTransformEA(), radonEmpty(), radonFwdTransform(), radonFwdTransformEA(), radonSet(), radonSetBases(), and radonSetBasesEA().
| int RADON::viewNr |
Number of views (angles).
Definition at line 263 of file libtpcrec.h.
Referenced by radonGetNV(), and radonSet().