Typedef Documentation
Definition at line 71 of file PixelArray.hh. Function Documentation
Convert a 2D array into a row-major single row. Converts an array into a 1D vector. Given C/C++ memory management, this is probably unneccessary as the array will be stored in memory like that. We do not want results that depend on the internal behaviour of the particular system's memory management though, so play it safe.
Divide each pixel in a row by another row. The PixelRow contains a vector<double> of pixel values, plus an additional vector<bool> recording whether each pixel has been filled. This allows the divide by zero error to be avoided because those pixels that have not been filled can be ignored Definition at line 59 of file PixelArray.hh.
Variable Documentation
Generated on Wed Aug 23 2017 12:59:15 for New Wave - Noise Elimination With Wavelets At Vast Energies by 1.7.6.1 |