zeakey / bezier-palm

Official implementation of "Bezier Palm", a data synthesizing method for palmprint recognition.
https://kaizhao.net/palmprint
27 stars 4 forks source link

perspective_transformation #2

Closed Leesule667 closed 1 year ago

Leesule667 commented 1 year ago

Could you tell me if the function random_perspective_matrix() in the code from vlkit.geometry.homography import random_perspective_matrix is your own creation? I couldn't find this function in the latest version library of vlkit.

zeakey commented 1 year ago

Actually the perspective_transformation wasn't used in our method. That being said, you can simply comment that line.

We experimented with it and it didn't work. If you really want to use it anyway, install vlkit from source here: https://github.com/vlkit/vlkit/blob/master/vlkit/geometry/perspective.py

Leesule667 commented 1 year ago

Actually the perspective_transformation wasn't used in our method. That being said, you can simply comment that line.

We experimented with it and it didn't work. If you really want to use it anyway, install vlkit from source here: https://github.com/vlkit/vlkit/blob/master/vlkit/geometry/perspective.py

Thank you for your answer. It was a great help and much appreciated.