ishit/L1Stabilizer

Incorrect use cvx/subsref

Opened this issue · 4 comments

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!

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)

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.