przemekpastuszka / biometrics

fingerprint recognition, etc.
269 stars 137 forks source link

Fix bug in gabor.py when image size(x,y) % block_size != (0,0) #7

Closed yongchanghao closed 6 years ago

yongchanghao commented 6 years ago

Hi rtshadow.

I've been downloaded this for long but just use it yesterday. This is a great job.

But I found some problem while using some functions in it. So I try to make it work:

  1. Fix the problem as Title says.
  2. Rewrite some places that not accommodate with newer Pillow since PIL's no longer maintained :)