![]() |
Bsoft 2.1.4
Bernard's software package
|
Functions | |
LUTable * | create_table (int ncol, int sizeT) |
int | kill_table (LUTable *lut) |
int | write_line (Bimage *p, Bimage *prec, int angolo, float csi, float eta, Bimage *pmask, LUTable *lut, float *priga) |
int | weigh_radon_transf (Bimage *p, Bimage *pmask) |
Weighs a radon transform with a mask. More... | |
Variables | |
int | verbose |
LUTable * create_table | ( | int | ncol, |
int | sizeT | ||
) |
ncol | |
sizeT |
int kill_table | ( | LUTable * | lut | ) |
Weighs a radon transform with a mask.
*p | radon transform. |
*pmask | mask calculated for the radon transform. |
The mask is searched for the minimum value to assess completeness. Each value in the mask above a threshold is inverted (the weight to be applied). Values below the threshold is set to zero. The threshold is set to 0.9.
int write_line | ( | Bimage * | p, |
Bimage * | prec, | ||
int | angolo, | ||
float | csi, | ||
float | eta, | ||
Bimage * | pmask, | ||
LUTable * | lut, | ||
float * | priga | ||
) |
*p | |
*prec | |
angolo | angle index |
csi | |
eta | |
*pmask | |
*lut | |
*priga |
|
extern |