#include <vector>
#include <algorithm>
#include <cmath>
#include "image.h"
Include dependency graph for convolve.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| static void | convolve_even (image< float > *src, image< float > *dst, std::vector< float > &mask) | 
| static void | convolve_odd (image< float > *src, image< float > *dst, std::vector< float > &mask) | 
      
  | 
  ||||||||||||||||
| 
 
  | 
  
      
  | 
  ||||||||||||||||
| 
 
  | 
  
 1.4.4