YoshiRi / ImRegPOC

FFT based image registration tool for Python and MATLAB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

operands could not be broadcast together with shapes (21500,8192) (8192,21500)

joshhu opened this issue · comments

width, height should be swapped in line 39:

self.hanw = cv2.createHanningWindow((width, height),cv2.CV_64F)

line.39 is correct.
I think this error is already corrected by my older update.
Thanks.