#include "vil1_convolve.h"
#include <vcl_iostream.h>
Go to the source code of this file.
Defines | |
| #define | VIL1_CONVOLVE_INSTANTIATE(T) |
Functions | |
| template<class I1, class I2, class AC, class O> | |
| void | vil1_convolve_separable (I1 const kernel[], unsigned N, vil1_memory_image_of< I2 > &buf, vil1_memory_image_of< AC > &tmp, vil1_memory_image_of< O > &out) |
| template<class I1, class I2, class AC, class O> | |
| vil1_image | vil1_convolve_separable (vil1_image const &in, I1 const *kernel, int N, I2 *, AC *, O *) |
| #define VIL1_CONVOLVE_INSTANTIATE | ( | T | ) |
Value:
template struct vil1_convolve_signal_1d<T >; \ template struct vil1_convolve_signal_2d<T >; \ template void vil1_convolve_separable(float const kernel[], unsigned N, \ vil1_memory_image_of<T >& buf, \ vil1_memory_image_of<double>& tmp, \ vil1_memory_image_of<float>& out); \ template vil1_image vil1_convolve_separable(vil1_image const& in, \ float const* kernel, \ int N, T*, double*, float*)
Definition at line 71 of file vil1_convolve.txx.
| vil1_image vil1_convolve_separable | ( | vil1_image const & | in, | |
| I1 const * | kernel, | |||
| int | N, | |||
| I2 * | , | |||
| AC * | , | |||
| O * | ||||
| ) |
Definition at line 38 of file vil1_convolve.txx.
| void vil1_convolve_separable | ( | I1 const | kernel[], | |
| unsigned | N, | |||
| vil1_memory_image_of< I2 > & | buf, | |||
| vil1_memory_image_of< AC > & | tmp, | |||
| vil1_memory_image_of< O > & | out | |||
| ) |
Definition at line 9 of file vil1_convolve.txx.
1.5.1