identfying_code_recognize icon indicating copy to clipboard operation
identfying_code_recognize copied to clipboard

一个普通的验证码识别程序

Results 5 identfying_code_recognize issues
Sort by recently updated
recently updated
newest added

如题:用特征向量的方式直接识别

something wrong Traceback (most recent call last): File "e:\01.Projects\identfying_code_recognize-master\python_recognize.py", line 147, in recognize_picture(p,i) File "e:\01.Projects\identfying_code_recognize-master\python_recognize.py", line 111, in recognize_picture if pix3[int(x3*2),y3] == 0: IndexError: image index out of range 识别了0张验证码...

[0, 79] something wrong Traceback (most recent call last): File "python_recognize.py", line 147, in recognize_picture(p,i) File "python_recognize.py", line 90, in recognize_picture sta2=z[2] IndexError: list index out of range

if pix3[int(x3 * 2), y3] == 0: IndexError: image index out of range

//大大您好,刚用 Git 工具,还不是很熟悉,请多多指教 修改的主要是一些细枝末节的提示之类的,还增加了 '#coding=utf-8' 这样的,因为在 Linux 下总是报错