egami
C++ Image Processing program
|
#include <cmath>
#include <array>
#include "../progress.hpp"
#include "../display_unit.hpp"
Go to the source code of this file.
Classes | |
class | Advancement< N > |
class | Advancement< 1 > |
Functions | |
template<int N> | |
Image_unit * | apply (const Image_unit *in, const std::array< std::array< double, 2 *N+1 >, 2 *N+1 > &kernel, double divisor) |
Image_unit* apply | ( | const Image_unit * | in, |
const std::array< std::array< double, 2 *N+1 >, 2 *N+1 > & | kernel, | ||
double | divisor | ||
) |