简体   繁体   English

如何在统一开发的移动应用程序中集成 { opencv c++ } 代码 3D 与 Z240AA2CEC4B29C56F3BEE520AADC

[英]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.我在 c++ 和 OPENCV 中创建了一个程序,它执行各种计算机视觉任务。

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#现在我想在我的 android 应用程序中使用该程序或其 function {which one is easy},我用 c# 在 unity-3d 中创建

I want to know how I can use opencv functions with c++ in a unity3d app with c#我想知道如何在 unity3d 应用程序中使用 opencv 函数和 c++ 和 Z240AA2CEC4B29DCE86F3BEE52EZA

You could make a DLL from your c++ program and then import that DLL in you c# project like described in this post .您可以从您的 c++ 程序中制作 DLL,然后将 DLL 导入您的 Z240AA2CEC4B29C56F3BEE520A 项目中描述的DLL中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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