OpenCVForUnity
OpenCVForUnity copied to clipboard
About the .DLL files in the Plugins folder.
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.
opencv_xxx452.dll" is the library for OpenCV itself. opencvforunity.dll" is a library for calling OpenCV from Unity.
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!!!!