mirror of https://github.com/2martens/uni.git
[CCV] Changed center-surround ratio to 3:13
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
parent
77ed2f8e7b
commit
993376f967
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue