#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. | |
|
|
Number of bins (distances).
|
|
|
Bin going through the origin.
|
|
|
Half of the bins.
|
|
|
Dimension of the image plane.
|
|
|
Discretization model.
|
|
|
Sample distance. i.e. distance between two lines of response.
|
|
|
Sine table. i.e. the tabulated values of the sine function for this transform.
|
|
|
Transform status. See definitions.
|
|
|
Number of views (angles).
|
1.4.1