hackcave / pynctual

Punctual Attendance system
MIT License
1 stars 11 forks source link

Creating a python wrapper for `libmindtct`. #17

Open bhavishyagopesh opened 7 years ago

bhavishyagopesh commented 7 years ago

Currently NBIS provides mindtct which is a C library to provide MINUTIAE (very specific details --that could be used by BOZORTH3) about images.

So the task involves writing the python wrapper for this binary using cffi.

richeekawasthi commented 7 years ago

I'd like to take up this task.

bhavishyagopesh commented 7 years ago

You can get reference from the work done on ftrScanAPI_ex.py, you have to ensure that the appropriate headers are included and called from python code.