Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

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]
 

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


Generated on Wed Oct 5 14:36:13 2005 for RobotFlow by  doxygen 1.4.4