YoshiRi / ImRegPOC

FFT based image registration tool for Python and MATLAB
Other
83 stars 26 forks source link

Hanning Window Size #7

Closed yf-res closed 3 years ago

yf-res commented 3 years ago

The algorithm assumes that the width and height are equals. you need to modify as follows: self.hanw = cv2.createHanningWindow((width, height),cv2.CV_64F) --> line 40

YoshiRi commented 3 years ago

Thanks for your comments. But I think this problem is already modified two years ago. Do you have any other problem?

yf-res commented 3 years ago

I probably missed the new change. Thanks