EnoxSoftware / OpenCVForUnity

OpenCV for Unity (Untiy Asset Plugin)
https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088
550 stars 172 forks source link

About the .DLL files in the Plugins folder. #166

Open NTUZZH opened 1 year ago

NTUZZH commented 1 year ago

Hi guys,

I would like to ask what's the difference between the OpenCVForUnity.dll with other .dll files in a same category? As the two arrows in the following figure shows. Snipaste_2023-06-04_16-40-32

EnoxSoftware commented 1 year ago

opencv_xxx452.dll" is the library for OpenCV itself. opencvforunity.dll" is a library for calling OpenCV from Unity.

NTUZZH commented 1 year ago

opencv_xxx452.dll" is the library for OpenCV itself. opencvforunity.dll" is a library for calling OpenCV from Unity.

Thanks for your kindly reply!

I have another question as below:

When I developed my software for using HoloLens2 to process the captured image, the OpenCV works even if I only added the opencvforunity.dll into my project reference instead of the opencv_xxx452.dll. How this happen even i haven't added opencv_xxx452.dll into my project reference?

Thanks again!!!!