Traceback (most recent call last):
File "/home/zsc/桌面/image-processing-from-scratch/sift/SIFT.py", line 557, in
drawLines(X1,X2,Y1,Y2,match[0][:,0],result)
File "/home/zsc/桌面/image-processing-from-scratch/sift/SIFT.py", line 503, in drawLines
img = Lines(img,info)
File "/home/zsc/桌面/image-processing-from-scratch/sift/SIFT.py", line 491, in Lines
result[i,j] = color
ValueError: cannot copy sequence with size 3 to array axis with dimension 4
Traceback (most recent call last): File "/home/zsc/桌面/image-processing-from-scratch/sift/SIFT.py", line 557, in
drawLines(X1,X2,Y1,Y2,match[0][:,0],result)
File "/home/zsc/桌面/image-processing-from-scratch/sift/SIFT.py", line 503, in drawLines
img = Lines(img,info)
File "/home/zsc/桌面/image-processing-from-scratch/sift/SIFT.py", line 491, in Lines
result[i,j] = color
ValueError: cannot copy sequence with size 3 to array axis with dimension 4