Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luzfcb/estudo_cython
https://github.com/luzfcb/estudo_cython
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luzfcb/estudo_cython
- Owner: luzfcb
- Created: 2015-01-14T10:56:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T11:16:33.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T02:29:21.345Z (7 months ago)
- Language: C
- Size: 2.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nbio-python-wrapper-tests
=========================> Only for tests. Actually still does not work.
my attempts and learn to create python wrappers to access C/C++ libraries for a real application.
Is a Python extension based on the Nitgen SDK for Linux. It currently supports Nitgen fingerprint recognition devices such as Fingkey Hamster DX
The headers files `NBioAPI.h`, `NBioAPI_Basic.h`, `NBioAPI_CheckValidity.h`, `NBioAPI_Error.h`, `NBioAPI_Export.h`, `NBioAPI_ExportType.h`, `NBioAPI_ImgConv.h`, `NBioAPI_IndexSearch.h`, `NBioAPI_IndexSearchType.h`, `NBioAPI_NSearch.h`, `NBioAPI_NSearchType.h`, `NBioAPI_Type.h`, all rights reserved to Nitgen Co., Ltd.
### Usage
Install `cython` and `cwrap`
https://github.com/cython/cython/wiki/AutoPxd
https://github.com/geggo/cwrap`pip install cython cwap`
Run `nbio_test.py`
`python nbio_test.py`
`