|
Array | hmap::convolve1d_i (const Array &array, const std::vector< float > &kernel) |
| Return the convolution product of the array with a 1D kernel along the 'i' direction.
|
|
Array | hmap::convolve1d_j (const Array &array, const std::vector< float > &kernel) |
| Return the convolution product of the array with a 1D kernel along the 'j' direction.
|
|
Array | hmap::convolve2d (const Array &array, const Array &kernel) |
| Return the convolution product of the array with a given 2D kernel.
|
|
Array | hmap::convolve2d_truncated (const Array &array, const Array &kernel) |
| Return the convolution product of the array with a given 2D kernel, with a truncated output size.
|
|