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

Matlab reset params #4

Open
zoeylove opened this issue May 25, 2020 · 0 comments
Open

Matlab reset params #4

zoeylove opened this issue May 25, 2020 · 0 comments

Comments

@zoeylove
Copy link

I use the Matlab interface to code.I want to change the default params and find that every time I reset the params and run the fitAHCPlane again, the code will crush.My code is as follow:
params=getDefaultAHCFitterparams;
params.z_far = 8000;
setAHCPlaneFitterParams(params);
ref_depthImage = depth_images{k};
ref_xyz = getXYZ(ref_depthImage);
ref_mbs = mxFitAHCPlane(ref_xyz);

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

1 participant