Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your instruction #10

Closed
chikashimiyama opened this issue Oct 1, 2014 · 1 comment
Closed

Your instruction #10

chikashimiyama opened this issue Oct 1, 2014 · 1 comment

Comments

@chikashimiyama
Copy link

in the read me file

CHOICE 1 (automatic parameterization)
From that configuration and parameterization:
config.inputDimensions = 2; // in case of a 2-dimensional input data
defaultConfig.translate = true;
defaultConfig.segmentation = false;

Why are there two different config objects, config and defaultConfig? just one config object is used in example file. as follows

// CONFIGURATION of the GVF
config.inputDimensions = 2;
config.translate = true;
config.segmentation = false;

@bcaramiaux
Copy link
Owner

Fixed in Readme. Indeed only one object is necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants