#include <evaluate.h>
|
|
| TermsPixel (double weight_i=0, double weight_kernel=0, double xmc_i=0, double xmc_weighted_i=0, vecdptr ymc_weighted_i=nullptr, double weight_xx_i=0, double xmc_sq_norm_i=0, vecdptr yy_weighted_i=nullptr) |
| |
|
void | set (double weight_, double weight_kernel_, double xmc_, double xx, vecdptr ymc_weighted_, vecdptr yy_weighted_) |
| |
|
|
double | weight = 0 |
| |
|
double | weight_kernel = 0 |
| |
|
double | xmc = 0 |
| |
|
double | xmc_weighted = 0 |
| |
|
vecdptr | ymc_weighted = nullptr |
| |
|
double | weight_xx = 0 |
| |
|
double | xmc_sq_norm = 0 |
| |
|
vecdptr | yy_weighted = nullptr |
| |
Storage for terms common to Gaussians for a single pixel.
The documentation for this class was generated from the following file: