#include "image.h"#include "multi_array_conv.h"Include dependency graph for image_conv.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | mimas |
Functions | |
| template<typename T, typename TPtr, typename UPtr> | |
| image< T > | mimas::correlate (const const_image_ref< T, TPtr > &x, const const_image_ref< T, UPtr > &y) |
| Correlation of two images. | |
| template<typename T, typename TPtr, typename UPtr> | |
| image< T > | mimas::correlate_separable (const const_image_ref< T, TPtr > &x, const const_image_ref< T, UPtr > &f) |