Simple as it is, how can I rebuild opencvsharp dlls from the source without system.drawing to x64. I have tried to through each method to eliminate the usability of this dll and its namespaces. but found that it affects the Iplimage and other important classes in opencv. The steps of removing them are not easy.

Any advice would be greatly appreciated

有帮助吗?

解决方案

I have solved my problem by not using opencvsharp. I only built my dlls from the project I recoded in opencv (c++). It is easier and faster. I copied the dlls (opencv + release version of the project) into the Unity project and it worked.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top