Functions
convolve.h File Reference
#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)

Function Documentation

static void convolve_even ( image< float > *  src,
image< float > *  dst,
std::vector< float > &  mask 
) [static]

Definition at line 30 of file convolve.h.

static void convolve_odd ( image< float > *  src,
image< float > *  dst,
std::vector< float > &  mask 
) [static]

Definition at line 50 of file convolve.h.



zyonz_image_based_leaf_probing
Author(s): Sergi Foix
autogenerated on Fri Dec 6 2013 23:25:27