[CCV] Changed center-surround ratio to 3:13

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-06-06 11:33:50 +02:00
parent 77ed2f8e7b
commit 993376f967
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ int main(int argc, char** argv) {
// tweakable factors
int layers = 4;
float sigma_center = 3;
float sigma_surround = 7;
float sigma_surround = 13;
float sigma_laplacian = 4;
int number_orientations = 4;