#include <pmBias.h>
The overscan subtraction may be performed by reducing all overscan regions to a single value (e.g., if there is no structure); or the overscan may be fit perpendicular to the read direction (usually the columns) with a particular functional form; or a single value may be subtracted for each read/scan without fitting (if the structure defies characterisation). In any case, statistics are required to reduce multiple values to a single value (either for the scan, or for the entire overscan regions).
Definition at line 37 of file pmBias.h.
Data Fields | |
| bool | single |
| Reduce all overscan regions to a single value? | |
| pmFit | fitType |
| Type of fit to overscan. | |
| unsigned int | order |
| Order of polynomial, or number of spline pieces. | |
| psStats * | stat |
| Statistic to use when reducing the minor direction. | |
| psPolynomial1D * | poly |
| Result of polynomial fit. | |
| psSpline1D * | spline |
| Result of spline fit. | |
| unsigned int pmOverscanOptions::order |
| psStats* pmOverscanOptions::stat |
| psPolynomial1D* pmOverscanOptions::poly |
| psSpline1D* pmOverscanOptions::spline |
1.5.1