egami
C++ Image Processing program
Classes | Functions
/homes/esi30/DCS339/coursework/src/Processes/convolution.hpp File Reference
#include <cmath>
#include <array>
#include "../progress.hpp"
#include "../display_unit.hpp"
Include dependency graph for convolution.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Advancement< N >
class  Advancement< 1 >

Functions

template<int N>
Image_unitapply (const Image_unit *in, const std::array< std::array< double, 2 *N+1 >, 2 *N+1 > &kernel, double divisor)

Function Documentation

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 
)

Definition at line 26 of file convolution.hpp.

Here is the call graph for this function:

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends