![]() |
Bsoft 2.1.4
Bernard's software package
|
#include "rwimg.h"
Classes | |
struct | LUTable |
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... | |
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.