We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eucsbademo
I am trying to run the eucsbademo file using the sba.mexw32. But it throws the error below:
sba.mexw32
>> 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.
The text was updated successfully, but these errors were encountered:
It worked after compiling 64-bit mex file using the -largeArrayDims. So sba.mexw32 throws the above error. Thanks!
-largeArrayDims
Sorry, something went wrong.
No branches or pull requests
I am trying to run the
eucsbademo
file using thesba.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.The text was updated successfully, but these errors were encountered: