-
Notifications
You must be signed in to change notification settings - Fork 31
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
Incorrect use cvx/subsref #3
Comments
I suspect that it could be due to the size of the pictures. This must be specified in the main.m at the top (The error still occurs with me) |
If errors persist, how can they be solved?
…--------------原始邮件--------------
发件人:"Martin Salz "<[email protected]>;
发送时间:2019年7月14日(星期天) 凌晨1:15
收件人:"ishit/L1Stabilizer" <[email protected]>;
抄送:"ccssw1 "<[email protected]>;"Author "<[email protected]>;
主题:Re: [ishit/L1Stabilizer] Incorrect use cvx/subsref (#3)
-----------------------------------
I suspect that it could be due to the size of the pictures. This must be specified in the main.m at the top (The error still occurs with me)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Who said the bug was fixed? |
There is image size information in "main.m" ,"applyoptimizedTransforms.m" and "readImages.m". You need to change all of them with your inpur image size. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I always encounter the following error:
Incorrect use cvx/subsref (line 13)
The subscript index must be a positive integer type or a logical type.
p(k, 6) = p(n, 6);
n_transforms = optimizeTransforms(t_transforms, im_size);
I want to know how to solve.Thank you!
The text was updated successfully, but these errors were encountered: