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

Error while using bundlAdjustment function (sba) for eucsbademo file #4

Open
preethamam opened this issue Aug 2, 2021 · 1 comment

Comments

@preethamam
Copy link

preethamam commented Aug 2, 2021

I am trying to run the eucsbademo file using the sba.mexw32. But it throws the error below:

>> eucsbademo Output argument "ret" (and maybe others) not assigned during call to "sba".

Error in eucsbademo (line 80) [ret, p, info]=sba(npts, 0, ncams, 1, spmask, p0, cnp, pnp, pts2D, 2, 'projRTS', 'jacprojRTS', 100, 1, opts, 'motstr', r0, cal);

All the parameters of the eucsbademo file are kept the same. Please help.

@preethamam
Copy link
Author

It worked after compiling 64-bit mex file using the -largeArrayDims. So sba.mexw32 throws the above error. Thanks!

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