简体   繁体   中英

how to integrate { opencv c++ } code in a mobile app developed in unity 3D with c#

I have created a program in c++ and OPENCV which performs various computer vision tasks.

Now I want to use that program or its function {which one is easy} in my android app which I'm creating in unity-3d with c#

I want to know how I can use opencv functions with c++ in a unity3d app with c#

You could make a DLL from your c++ program and then import that DLL in you c# project like described in this post .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM