defines settings for affine warps, which are used in the FernFilter update process More...
#include <FernFilter.h>
Public Attributes | |
float | angle |
max rotation angle in degrees | |
float | noise |
(currently unused) | |
int | num_closest |
(currently unused) | |
int | num_warps |
how many warps should be done | |
float | scale |
max relative scale in per cent | |
float | shift |
max translation shift in per cent |
defines settings for affine warps, which are used in the FernFilter update process
Definition at line 59 of file FernFilter.h.
max rotation angle in degrees
Definition at line 68 of file FernFilter.h.
(currently unused)
Definition at line 66 of file FernFilter.h.
(currently unused)
Definition at line 62 of file FernFilter.h.
how many warps should be done
Definition at line 64 of file FernFilter.h.
max relative scale in per cent
Definition at line 72 of file FernFilter.h.
max translation shift in per cent
Definition at line 70 of file FernFilter.h.