mirror of
https://github.com/2martens/uni.git
synced 2026-05-07 03:46:25 +02:00
[CCV] Changed center-surround ratio to 3:13
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user