You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running your matlab code but encountered problems. I have well generated the knnRecognizer and svmRecognizer, however, when I test the code using
result = decaptcha('./Captcha_qyaixdweaz.jpg', true, 'knn', knnRecognizer);
It came out that, in line 123 of the file ppImg.m, variable Ibox is a 4x1 vector, so length(Ibox) is 4, and Ibox(1:2, count) will exceed the matrix dimensions.
Could you check it?
The text was updated successfully, but these errors were encountered:
I am running your matlab code but encountered problems. I have well generated the
knnRecognizer
andsvmRecognizer
, however, when I test the code usingIt came out that, in line 123 of the file
ppImg.m
, variableIbox
is a 4x1 vector, so length(Ibox) is 4, andIbox(1:2, count)
will exceed the matrix dimensions.Could you check it?
The text was updated successfully, but these errors were encountered: