HighMap library (C++)
Loading...
Searching...
No Matches
convolve2d_svd.cpp File Reference

Namespaces

namespace  hmap
 

Functions

Array hmap::convolve2d_svd (const Array &z, const Array &kernel, int rank=3)
 Return the approximate convolution product of the array with a Singular Value Decomposition (SVD) of a kernel.
 
Array hmap::convolve2d_svd_rotated_kernel (const Array &z, const Array &kernel, int rank=3, int n_rotations=6, uint seed=1)
 Return the approximate convolution product of the array with a Singular Value Decomposition (SVD) of a kernel combined with kernel rotations.