Glasssix / TrialFaceSDK

A free SDK for face recognition without any restrictions.
BSD 2-Clause "Simplified" License
3 stars 6 forks source link

Import DLL into Python enviroment using Pythonnet #1

Open Anderu123 opened 5 years ago

Anderu123 commented 5 years ago

Hi, as I am biased to Python programming, I tried to use Pythonnet to import the DLLs, and namespaces, which were successful. However, I couldn't further to call out classes or functions from the DLLS, can anyone here kindly guide or provide some python support for this SDK. Thanks

zhangyifu2016 commented 5 years ago

Hi @Anderu123, Currently, only C+, C# and Java interface support exists in our schedule list. If you want to use it in python environment, boost-python library may help you. It's easy to use boost-python library coding some wrappers for the C++ classes in the SDK.

zhangyifu2016 commented 5 years ago

If you finish python support, you can give us a pr. Thanks